glyphs icon
glyphs from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- glyphs
- Set
- Material Symbols
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- glyphs-outline, glyphs-outline-sharp, glyphs-sharp
1 other variant in Material Symbols
The same icon in other sets
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the glyphs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.6 2.05h1.95l3.375 9H9.05L8.3 8.9H4.85l-.75 2.15H2.225zm.125 10.05q1.05 0 1.775.725t.725 1.775q0 .5-.187.963t-.538.812l-.375.35l.7.7l1.425-1.4l1.425 1.425l-1.4 1.4l1.4 1.425l-1.425 1.4l-1.4-1.4l-1.05 1.05q-.375.375-.85.563t-1 .187q-1.05 0-1.75-.737t-.7-1.788q0-.5.2-.962t.55-.813l1.05-1.05l-.35-.35q-.35-.35-.55-.8t-.2-.95q0-1.05.737-1.787t1.788-.738m0 6.05L4.65 19.2q-.075.075-.1.163t-.025.187q0 .2.138.35t.337.15q.1 0 .188-.037t.162-.113l1.075-1.05zM5.7 14.1q-.2 0-.337.15t-.138.35q0 .1.025.188t.1.162l.375.35l.325-.325q.075-.075.113-.162t.037-.188q0-.2-.15-.362T5.7 14.1M6.525 4l-1.15 3.35h2.4L6.625 4zm10.95-2.625q.2.325.338.675t.237.7l-1.075.325H22v2h-1.675q-.275.825-.712 1.563T18.6 8q.675.4 1.4.663t1.5.462l-.475 1.925q-1.075-.275-2.087-.675T17 9.35q-.925.6-1.937 1.013t-2.088.687l-.45-1.925q.75-.2 1.475-.462T15.4 8q-.575-.625-1.012-1.362T13.7 5.075H12v-2h4.4q-.075-.325-.2-.638t-.25-.612zm2.6 11.1l1.425 1.4l-7.775 7.775l-1.425-1.4zm-4.512 1.013q.437.437.437 1.062t-.437 1.063t-1.063.437t-1.062-.437T13 14.55t.438-1.062t1.062-.438t1.063.438m.262-8.413q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm4.738 13.413q.437.437.437 1.062t-.437 1.063t-1.063.437t-1.062-.437T18 19.55t.438-1.062t1.062-.438t1.063.438"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGlyphs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.6 2.05h1.95l3.375 9H9.05L8.3 8.9H4.85l-.75 2.15H2.225zm.125 10.05q1.05 0 1.775.725t.725 1.775q0 .5-.187.963t-.538.812l-.375.35l.7.7l1.425-1.4l1.425 1.425l-1.4 1.4l1.4 1.425l-1.425 1.4l-1.4-1.4l-1.05 1.05q-.375.375-.85.563t-1 .187q-1.05 0-1.75-.737t-.7-1.788q0-.5.2-.962t.55-.813l1.05-1.05l-.35-.35q-.35-.35-.55-.8t-.2-.95q0-1.05.737-1.787t1.788-.738m0 6.05L4.65 19.2q-.075.075-.1.163t-.025.187q0 .2.138.35t.337.15q.1 0 .188-.037t.162-.113l1.075-1.05zM5.7 14.1q-.2 0-.337.15t-.138.35q0 .1.025.188t.1.162l.375.35l.325-.325q.075-.075.113-.162t.037-.188q0-.2-.15-.362T5.7 14.1M6.525 4l-1.15 3.35h2.4L6.625 4zm10.95-2.625q.2.325.338.675t.237.7l-1.075.325H22v2h-1.675q-.275.825-.712 1.563T18.6 8q.675.4 1.4.663t1.5.462l-.475 1.925q-1.075-.275-2.087-.675T17 9.35q-.925.6-1.937 1.013t-2.088.687l-.45-1.925q.75-.2 1.475-.462T15.4 8q-.575-.625-1.012-1.362T13.7 5.075H12v-2h4.4q-.075-.325-.2-.638t-.25-.612zm2.6 11.1l1.425 1.4l-7.775 7.775l-1.425-1.4zm-4.512 1.013q.437.437.437 1.062t-.437 1.063t-1.063.437t-1.062-.437T13 14.55t.438-1.062t1.062-.438t1.063.438m.262-8.413q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm4.738 13.413q.437.437.437 1.062t-.437 1.063t-1.063.437t-1.062-.437T18 19.55t.438-1.062t1.062-.438t1.063.438"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.6 2.05h1.95l3.375 9H9.05L8.3 8.9H4.85l-.75 2.15H2.225zm.125 10.05q1.05 0 1.775.725t.725 1.775q0 .5-.187.963t-.538.812l-.375.35l.7.7l1.425-1.4l1.425 1.425l-1.4 1.4l1.4 1.425l-1.425 1.4l-1.4-1.4l-1.05 1.05q-.375.375-.85.563t-1 .187q-1.05 0-1.75-.737t-.7-1.788q0-.5.2-.962t.55-.813l1.05-1.05l-.35-.35q-.35-.35-.55-.8t-.2-.95q0-1.05.737-1.787t1.788-.738m0 6.05L4.65 19.2q-.075.075-.1.163t-.025.187q0 .2.138.35t.337.15q.1 0 .188-.037t.162-.113l1.075-1.05zM5.7 14.1q-.2 0-.337.15t-.138.35q0 .1.025.188t.1.162l.375.35l.325-.325q.075-.075.113-.162t.037-.188q0-.2-.15-.362T5.7 14.1M6.525 4l-1.15 3.35h2.4L6.625 4zm10.95-2.625q.2.325.338.675t.237.7l-1.075.325H22v2h-1.675q-.275.825-.712 1.563T18.6 8q.675.4 1.4.663t1.5.462l-.475 1.925q-1.075-.275-2.087-.675T17 9.35q-.925.6-1.937 1.013t-2.088.687l-.45-1.925q.75-.2 1.475-.462T15.4 8q-.575-.625-1.012-1.362T13.7 5.075H12v-2h4.4q-.075-.325-.2-.638t-.25-.612zm2.6 11.1l1.425 1.4l-7.775 7.775l-1.425-1.4zm-4.512 1.013q.437.437.437 1.062t-.437 1.063t-1.063.437t-1.062-.437T13 14.55t.438-1.062t1.062-.438t1.063.438m.262-8.413q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm4.738 13.413q.437.437.437 1.062t-.437 1.063t-1.063.437t-1.062-.437T18 19.55t.438-1.062t1.062-.438t1.063.438"/></svg> </template>
CSS
.icon-glyphs {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.6%202.05h1.95l3.375%209H9.05L8.3%208.9H4.85l-.75%202.15H2.225zm.125%2010.05q1.05%200%201.775.725t.725%201.775q0%20.5-.187.963t-.538.812l-.375.35l.7.7l1.425-1.4l1.425%201.425l-1.4%201.4l1.4%201.425l-1.425%201.4l-1.4-1.4l-1.05%201.05q-.375.375-.85.563t-1%20.187q-1.05%200-1.75-.737t-.7-1.788q0-.5.2-.962t.55-.813l1.05-1.05l-.35-.35q-.35-.35-.55-.8t-.2-.95q0-1.05.737-1.787t1.788-.738m0%206.05L4.65%2019.2q-.075.075-.1.163t-.025.187q0%20.2.138.35t.337.15q.1%200%20.188-.037t.162-.113l1.075-1.05zM5.7%2014.1q-.2%200-.337.15t-.138.35q0%20.1.025.188t.1.162l.375.35l.325-.325q.075-.075.113-.162t.037-.188q0-.2-.15-.362T5.7%2014.1M6.525%204l-1.15%203.35h2.4L6.625%204zm10.95-2.625q.2.325.338.675t.237.7l-1.075.325H22v2h-1.675q-.275.825-.712%201.563T18.6%208q.675.4%201.4.663t1.5.462l-.475%201.925q-1.075-.275-2.087-.675T17%209.35q-.925.6-1.937%201.013t-2.088.687l-.45-1.925q.75-.2%201.475-.462T15.4%208q-.575-.625-1.012-1.362T13.7%205.075H12v-2h4.4q-.075-.325-.2-.638t-.25-.612zm2.6%2011.1l1.425%201.4l-7.775%207.775l-1.425-1.4zm-4.512%201.013q.437.437.437%201.062t-.437%201.063t-1.063.437t-1.062-.437T13%2014.55t.438-1.062t1.062-.438t1.063.438m.262-8.413q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm4.738%2013.413q.437.437.437%201.062t-.437%201.063t-1.063.437t-1.062-.437T18%2019.55t.438-1.062t1.062-.438t1.063.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.6%202.05h1.95l3.375%209H9.05L8.3%208.9H4.85l-.75%202.15H2.225zm.125%2010.05q1.05%200%201.775.725t.725%201.775q0%20.5-.187.963t-.538.812l-.375.35l.7.7l1.425-1.4l1.425%201.425l-1.4%201.4l1.4%201.425l-1.425%201.4l-1.4-1.4l-1.05%201.05q-.375.375-.85.563t-1%20.187q-1.05%200-1.75-.737t-.7-1.788q0-.5.2-.962t.55-.813l1.05-1.05l-.35-.35q-.35-.35-.55-.8t-.2-.95q0-1.05.737-1.787t1.788-.738m0%206.05L4.65%2019.2q-.075.075-.1.163t-.025.187q0%20.2.138.35t.337.15q.1%200%20.188-.037t.162-.113l1.075-1.05zM5.7%2014.1q-.2%200-.337.15t-.138.35q0%20.1.025.188t.1.162l.375.35l.325-.325q.075-.075.113-.162t.037-.188q0-.2-.15-.362T5.7%2014.1M6.525%204l-1.15%203.35h2.4L6.625%204zm10.95-2.625q.2.325.338.675t.237.7l-1.075.325H22v2h-1.675q-.275.825-.712%201.563T18.6%208q.675.4%201.4.663t1.5.462l-.475%201.925q-1.075-.275-2.087-.675T17%209.35q-.925.6-1.937%201.013t-2.088.687l-.45-1.925q.75-.2%201.475-.462T15.4%208q-.575-.625-1.012-1.362T13.7%205.075H12v-2h4.4q-.075-.325-.2-.638t-.25-.612zm2.6%2011.1l1.425%201.4l-7.775%207.775l-1.425-1.4zm-4.512%201.013q.437.437.437%201.062t-.437%201.063t-1.063.437t-1.062-.437T13%2014.55t.438-1.062t1.062-.438t1.063.438m.262-8.413q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm4.738%2013.413q.437.437.437%201.062t-.437%201.063t-1.063.437t-1.062-.437T18%2019.55t.438-1.062t1.062-.438t1.063.438%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/glyphs.svg?color=%231a73e8&size=48