Material Symbols Light Icons

Browse 15662 free Material Symbols Light SVG icons. Download SVG, copy as JSX, PNG or Base64. Apache 2.0 licensed. Designed by Google. Styles: Precise Shapes, Has Padding.

15,662 icons Apache-2.0 Material 24px grid by Google
Search icons...

Actions

3d-rotation

3d-rotation-outline-rounded

3d-rotation-rounded

3d-rotation-sharp

accessibility

accessibility-new

accessibility-new-rounded

accessibility-rounded

accessible

accessible-forward

accessible-forward-rounded

accessible-forward-sharp

accessible-rounded

accessible-sharp

account-box

account-box-outline

account-box-outline-sharp

account-box-sharp

account-child

account-child-invert

account-child-invert-rounded

account-child-outline

account-child-outline-rounded

account-child-rounded

account-circle

account-circle-off

account-circle-off-outline

account-circle-off-outline-rounded

account-circle-off-rounded

account-circle-outline

ad

ad-group

ad-group-off

ad-group-off-outline

ad-group-off-outline-rounded

ad-group-off-outline-sharp

ad-group-off-rounded

ad-group-off-sharp

ad-group-outline

ad-group-outline-rounded

ad-group-outline-sharp

ad-group-rounded

ad-group-sharp

ad-off

ad-off-rounded

ad-off-sharp

ad-sharp

add-ad

add-ad-outline

add-ad-outline-rounded

add-ad-outline-sharp

add-ad-rounded

add-ad-sharp

add-alert

add-alert-outline

add-alert-outline-rounded

add-alert-outline-sharp

add-alert-rounded

add-alert-sharp

ads-click

ads-click-rounded

alarm

alarm-add

alarm-add-outline

alarm-add-outline-rounded

alarm-add-rounded

alarm-off

alarm-off-outline

alarm-off-outline-rounded

alarm-off-rounded

alarm-on

alarm-on-outline

Copy & download Material Symbols Light icons

Click any icon above to open the detail panel. Four export formats are available instantly, no sign-up required.

SVG

Raw vector markup. Paste directly into HTML or React components. Scales to any size without quality loss.

JSX / TSX

React-ready component. Drop into any React or Next.js project. Works with shadcn/ui, Radix, and Tailwind CSS.

PNG

Raster export at 1×, 2× and 3× for email templates, Figma imports, app assets, and Open Graph images.

Base64

Inline data URI, embed icons in CSS background-image, email HTML, or anywhere an image URL is needed.

Works with shadcn/ui

Copy the JSX format and paste directly into any shadcn/ui component. Alternatively, install and use via @iconify/react, fully tree-shakeable, no icon font loading required.

About Material Symbols Light

Created By

License

Apache 2.0 View License

Features & Tags

Precise Shapes Has Padding

Pack Details

Color Support

Monochrome

Category

Material

In 1 collection

How to use Material Symbols Light icons

License SPDX

Apache-2.0

Grid Size

24px

Sample Icons

downloading, privacy-tip, filter-drama-outline

Via Iconify · React

tsx
import { Icon } from '@iconify/react';

export default function App() {
  return <Icon icon="material-symbols-light:icon-name" width={24} />;
}

Via Iconify · HTML

html
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<iconify-icon icon="material-symbols-light:icon-name" width="24"></iconify-icon>

Frequently Asked Questions

Is Material Symbols Light free for commercial use?
Yes. Material Symbols Light is licensed under Apache 2.0, free for personal and commercial projects. View license →
How do I download Material Symbols Light SVG icons?
Click any icon in the browser above to open the detail panel. Choose raw SVG code to copy, download as SVG or PNG, export as a React JSX component, or get a Base64 data URI, all formats free, no sign-up required.
How many icons are in Material Symbols Light?
Material Symbols Light contains 15,662 SVG icons in the Material category, designed on a 24px grid.
Can I change the color of Material Symbols Light icons?
Yes. Material Symbols Light icons are monochrome SVGs that inherit CSS currentColor. Set a color via CSS (color: #0070f3), a Tailwind class (text-blue-500), or pass a fill / stroke attribute directly on the SVG.
What styles does Material Symbols Light offer?
Material Symbols Light includes icons in the following styles: Precise Shapes, Has Padding. You can filter by style in the browser above.
Is Material Symbols Light organized into categories?
Yes. Material Symbols Light is split into 18 categories including Actions, Activities, Android, Audio & Video and 14 more. Use the category tabs in the browser above to filter.
Which icon collections include Material Symbols Light?
Material Symbols Light is included in 1 curated collection: Free Material Design SVG Icons.
Can I use Material Symbols Light with React, Next.js or shadcn/ui?
Yes. Copy the JSX export from any icon's detail panel and paste it directly into your component. For ongoing use, install @iconify-json/material-symbols-light and use it via @iconify/react, fully tree-shakeable, compatible with shadcn/ui, Tailwind CSS, Radix UI, and any React-based framework.