Google
developers.google.com โบ google fonts โบ material icons guide
Material Icons Guide | Google Fonts | Google for Developers
The material icons are provided as SVGs that are suitable for web projects. Individual icons are downloadable from the material icons library. The SVGs are also available from the material design icons git repository under the path:
Google Fonts
fonts.google.com โบ icons
Material Symbols and Icons - Google Fonts
Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.
npm
npmjs.com โบ package โบ @material-design-icons โบ svg
material-design-icons/svg
SVGs for each icon are located in the corresponding style directory: ... @material-design-icons/svg/filled/face.svg @material-design-icons/svg/outlined/face.svg @material-design-icons/svg/round/face.svg @material-design-icons/svg/sharp/face.svg @material-design-icons/svg/two-tone/face.svg
ยป npm install @material-design-icons/svg
Published ย Feb 12, 2025
Version ย 0.14.15
Repository ย https://github.com/marella/material-design-icons
GitHub
github.com โบ google โบ material-design-icons
GitHub - google/material-design-icons: Material Design icons by Google (Material Symbols)
The icons can be browsed in a more user-friendly way at https://fonts.google.com/icons. Use the popdown menu near top left to choose between the two sets; Material Symbols is the default. The icons are designed under the material design guidelines.
Starred by 52.7K users
Forked by 9.7K users
npm
npmjs.com โบ package โบ material-design-icons-svg
material-design-icons-svg - npm
icons.initialize(document.body) // Appends all icons to document.body var icon = icons.getIcon('access-point') // returns reference to initialized svg // <svg> // <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#deviantart"> // </use> // </svg> $(document.body).append(icon) // You can also load specific icons if you don't like to load a ton of unused icons into your app var icons = require('material-design-icons-svg')({ 'account': require('material-design-icons-svg/paths/account'), 'menu': require('material-design-icons-svg/paths/menu') }) var svg = icons.getSVG('menu') // Returns inline svg of `menu` icon
ยป npm install material-design-icons-svg
Published ย Oct 08, 2024
Version ย 3.3.1
Author ย Marc Bachmann
MUI
mui.com โบ material-ui โบ material-icons
Material Icons - Material UI
Material Design ยท Figma ยท Sketch ยท @mui/icons-material includes the 2,100+ official Material Icons converted to SvgIcon components. It depends on @mui/material, which requires Emotion packages. Use one of the following commands to install it: npmpnpmyarn ยท
GitHub
github.com โบ livingdocsIO โบ material-design-icons-svg
GitHub - livingdocsIO/material-design-icons-svg: Material design icons as SVGs
// Load all 1600 material design icons, ~170kb gzipped var paths = require('material-design-icons-svg/paths') var icons = require('material-design-icons-svg')(paths) // Then you can use it wherever you like var svg = icons.getSVG('access-point') // returns inline svg // <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.93,4....0Z" /></svg> $(document.body).append(svg) // OR if you care about render performance // You can load icons using the `<use>` notation.
Starred by 19 users
Forked by 8 users
Languages ย JavaScript
Mdisvg
mdisvg.com
MDISVG - Material Design Icons as SVG
Material Design Icons (MDI) as SVG is a simple api that allows you to use any MDI icon with basic HTTP GET requests. Icons are available by using the MDI icon names as the requested URI.
npm
npmjs.com โบ package โบ @material-icons โบ svg
material-icons/svg
If you need a different size, change ... sizes is pointless. To get SVG files, you can either clone GitHub repository or install @material-icons/svg NPM package....
ยป npm install @material-icons/svg
Published ย Sep 02, 2022
Version ย 1.0.33
Author ย Material Design Authors
Repository ย https://github.com/material-icons/material-icons
IconScout
iconscout.com โบ icons โบ material-design
Material Design Icons - Free Download in SVG, PNG
Convert your PNG files to high-quality SVG vectors easily. ... sticker design styles for web or mobile (iOS and Android) design, marketing, or developer projects. These royalty-free high-quality Material Design Icons are available in SVG, PNG, EPS, ICO, ICNS, AI, or PDF and are available as individual or icon packs..
GitHub
github.com โบ Templarian โบ MaterialDesign-SVG
GitHub - Templarian/MaterialDesign-SVG: @mdi/svg Dist for Material Design Icons.
Starred by 262 users
Forked by 64 users
Languages ย JavaScript
Material UI
materialui.co โบ icons
Material Design Icons, Material Icons | Material UI
Google's Material UI Royalty-Free icons with quick download options! MaterialUI.co is the place to download Material Icons (by Google) in SVG.
Icons8
icons8.com โบ icons โบ material
Material Filled Icons โ Download free PNG, SVG icons
Our consistent Material Filled icon pack follows the Material guidelines from Google, including the latest icon themes (outlined, rounded, two-tone, and sharp versions for each icon). ... With these icons, you'll never run out of options, as our extensive library covers different categories for your Android UI design. Download in both PNG and SVG formats.
GitHub
github.com โบ material-icons โบ material-icons
GitHub - material-icons/material-icons: Updated version of Google Material Design Icons from material.io. Each icon comes in 5 variations: baseline, sharp, outline, round, two tone.
If you need a different size, change ... sizes is pointless. To get SVG files, you can either clone GitHub repository or install @material-icons/svg NPM package....
Starred by 188 users
Forked by 65 users
SVG Repo
svgrepo.com โบ home โบ svg vector โบ redis logo
Material Design Vector SVG Icon - SVG Repo
3 weeks ago - Free Material Design Vector Icon in SVG format. โ
Download Free Material Design Vector and icons for commercial use. Material Design SVG vector illustration graphic art design format.SVG Vector vectors.
GitHub
google.github.io โบ material-design-icons
Material Icons Guide
This page has moved to developers.google.com/fonts/docs/material_icons.
Iconify
icon-sets.iconify.design โบ mdi โบ svg
svg icon from Material Design Icons - Iconify
Customise, download, get code samples for "svg" icon from Material Design Icons icon set.
GitHub
github.com โบ marella โบ material-design-icons
GitHub - marella/material-design-icons: Latest icon fonts and optimized SVGs for material design icons.
Latest icon fonts and CSS for material design icons. ... Latest optimized SVGs for material design icons.
Starred by 215 users
Forked by 64 users
Languages ย JavaScript 69.4% | CSS 23.3% | SCSS 7.3%