glyphs-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
glyphs-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
glyphs-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M3.5 11.05q-.475 0-.737-.375t-.088-.8l2.7-7.225q.1-.275.338-.438t.512-.162h.7q.275 0 .513.163t.337.437L10.5 9.875q.15.425-.112.8t-.713.375q-.275 0-.5-.162t-.325-.438L8.3 8.9H4.85l-.55 1.575q-.1.275-.312.425t-.488.15m1.45 11.025q-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-.738t1.775.725t.725 1.775q0 .5-.187.963t-.538.812l-.375.35l.7.7l.725-.7q.3-.275.713-.288t.712.288t.3.713t-.3.712l-.7.7l.7.725q.275.3.275.7t-.3.7q-.3.275-.7.287t-.7-.287l-.7-.7l-1.05 1.05q-.375.375-.85.563t-1 .187m.775-3.925L4.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 4zm7.4 6.775q-.4.125-.737-.088t-.438-.612t.113-.75t.612-.475q.5-.175.975-.375T15.4 8q-.575-.625-1.012-1.362T13.7 5.075H13q-.425 0-.712-.288T12 4.076t.288-.712t.712-.288h8q.425 0 .713.288t.287.712t-.288.713t-.712.287h-.675q-.275.825-.712 1.563T18.6 8q.475.275.963.475t.987.375q.4.125.6.475t.1.75t-.437.613t-.738.087q-.8-.25-1.575-.587T17 9.35q-.725.475-1.5.813t-1.575.612m-.9 10.175q-.3-.3-.3-.712t.3-.713l6.35-6.35q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-6.35 6.35q-.275.275-.687.275t-.713-.275m.413-5.337Q13 15.175 13 14.55t.438-1.062t1.062-.438t1.063.438T16 14.55t-.437 1.063t-1.063.437t-1.062-.437m2.387-10.538q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm2.613 15.538Q18 20.175 18 19.55t.438-1.062t1.062-.438t1.063.438T21 19.55t-.437 1.063t-1.063.437t-1.062-.437M16.45 3.224q-.3.125-.562-.012t-.388-.438t.013-.562t.437-.388l1.525-.45q.275-.125.563 0t.412.4t0 .563t-.4.412z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGlyphsRounded(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="M3.5 11.05q-.475 0-.737-.375t-.088-.8l2.7-7.225q.1-.275.338-.438t.512-.162h.7q.275 0 .513.163t.337.437L10.5 9.875q.15.425-.112.8t-.713.375q-.275 0-.5-.162t-.325-.438L8.3 8.9H4.85l-.55 1.575q-.1.275-.312.425t-.488.15m1.45 11.025q-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-.738t1.775.725t.725 1.775q0 .5-.187.963t-.538.812l-.375.35l.7.7l.725-.7q.3-.275.713-.288t.712.288t.3.713t-.3.712l-.7.7l.7.725q.275.3.275.7t-.3.7q-.3.275-.7.287t-.7-.287l-.7-.7l-1.05 1.05q-.375.375-.85.563t-1 .187m.775-3.925L4.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 4zm7.4 6.775q-.4.125-.737-.088t-.438-.612t.113-.75t.612-.475q.5-.175.975-.375T15.4 8q-.575-.625-1.012-1.362T13.7 5.075H13q-.425 0-.712-.288T12 4.076t.288-.712t.712-.288h8q.425 0 .713.288t.287.712t-.288.713t-.712.287h-.675q-.275.825-.712 1.563T18.6 8q.475.275.963.475t.987.375q.4.125.6.475t.1.75t-.437.613t-.738.087q-.8-.25-1.575-.587T17 9.35q-.725.475-1.5.813t-1.575.612m-.9 10.175q-.3-.3-.3-.712t.3-.713l6.35-6.35q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-6.35 6.35q-.275.275-.687.275t-.713-.275m.413-5.337Q13 15.175 13 14.55t.438-1.062t1.062-.438t1.063.438T16 14.55t-.437 1.063t-1.063.437t-1.062-.437m2.387-10.538q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm2.613 15.538Q18 20.175 18 19.55t.438-1.062t1.062-.438t1.063.438T21 19.55t-.437 1.063t-1.063.437t-1.062-.437M16.45 3.224q-.3.125-.562-.012t-.388-.438t.013-.562t.437-.388l1.525-.45q.275-.125.563 0t.412.4t0 .563t-.4.412z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 11.05q-.475 0-.737-.375t-.088-.8l2.7-7.225q.1-.275.338-.438t.512-.162h.7q.275 0 .513.163t.337.437L10.5 9.875q.15.425-.112.8t-.713.375q-.275 0-.5-.162t-.325-.438L8.3 8.9H4.85l-.55 1.575q-.1.275-.312.425t-.488.15m1.45 11.025q-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-.738t1.775.725t.725 1.775q0 .5-.187.963t-.538.812l-.375.35l.7.7l.725-.7q.3-.275.713-.288t.712.288t.3.713t-.3.712l-.7.7l.7.725q.275.3.275.7t-.3.7q-.3.275-.7.287t-.7-.287l-.7-.7l-1.05 1.05q-.375.375-.85.563t-1 .187m.775-3.925L4.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 4zm7.4 6.775q-.4.125-.737-.088t-.438-.612t.113-.75t.612-.475q.5-.175.975-.375T15.4 8q-.575-.625-1.012-1.362T13.7 5.075H13q-.425 0-.712-.288T12 4.076t.288-.712t.712-.288h8q.425 0 .713.288t.287.712t-.288.713t-.712.287h-.675q-.275.825-.712 1.563T18.6 8q.475.275.963.475t.987.375q.4.125.6.475t.1.75t-.437.613t-.738.087q-.8-.25-1.575-.587T17 9.35q-.725.475-1.5.813t-1.575.612m-.9 10.175q-.3-.3-.3-.712t.3-.713l6.35-6.35q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-6.35 6.35q-.275.275-.687.275t-.713-.275m.413-5.337Q13 15.175 13 14.55t.438-1.062t1.062-.438t1.063.438T16 14.55t-.437 1.063t-1.063.437t-1.062-.437m2.387-10.538q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm2.613 15.538Q18 20.175 18 19.55t.438-1.062t1.062-.438t1.063.438T21 19.55t-.437 1.063t-1.063.437t-1.062-.437M16.45 3.224q-.3.125-.562-.012t-.388-.438t.013-.562t.437-.388l1.525-.45q.275-.125.563 0t.412.4t0 .563t-.4.412z"/></svg>
</template>

CSS

.icon-glyphs-rounded {
  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%22M3.5%2011.05q-.475%200-.737-.375t-.088-.8l2.7-7.225q.1-.275.338-.438t.512-.162h.7q.275%200%20.513.163t.337.437L10.5%209.875q.15.425-.112.8t-.713.375q-.275%200-.5-.162t-.325-.438L8.3%208.9H4.85l-.55%201.575q-.1.275-.312.425t-.488.15m1.45%2011.025q-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-.738t1.775.725t.725%201.775q0%20.5-.187.963t-.538.812l-.375.35l.7.7l.725-.7q.3-.275.713-.288t.712.288t.3.713t-.3.712l-.7.7l.7.725q.275.3.275.7t-.3.7q-.3.275-.7.287t-.7-.287l-.7-.7l-1.05%201.05q-.375.375-.85.563t-1%20.187m.775-3.925L4.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%204zm7.4%206.775q-.4.125-.737-.088t-.438-.612t.113-.75t.612-.475q.5-.175.975-.375T15.4%208q-.575-.625-1.012-1.362T13.7%205.075H13q-.425%200-.712-.288T12%204.076t.288-.712t.712-.288h8q.425%200%20.713.288t.287.712t-.288.713t-.712.287h-.675q-.275.825-.712%201.563T18.6%208q.475.275.963.475t.987.375q.4.125.6.475t.1.75t-.437.613t-.738.087q-.8-.25-1.575-.587T17%209.35q-.725.475-1.5.813t-1.575.612m-.9%2010.175q-.3-.3-.3-.712t.3-.713l6.35-6.35q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-6.35%206.35q-.275.275-.687.275t-.713-.275m.413-5.337Q13%2015.175%2013%2014.55t.438-1.062t1.062-.438t1.063.438T16%2014.55t-.437%201.063t-1.063.437t-1.062-.437m2.387-10.538q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm2.613%2015.538Q18%2020.175%2018%2019.55t.438-1.062t1.062-.438t1.063.438T21%2019.55t-.437%201.063t-1.063.437t-1.062-.437M16.45%203.224q-.3.125-.562-.012t-.388-.438t.013-.562t.437-.388l1.525-.45q.275-.125.563%200t.412.4t0%20.563t-.4.412z%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%22M3.5%2011.05q-.475%200-.737-.375t-.088-.8l2.7-7.225q.1-.275.338-.438t.512-.162h.7q.275%200%20.513.163t.337.437L10.5%209.875q.15.425-.112.8t-.713.375q-.275%200-.5-.162t-.325-.438L8.3%208.9H4.85l-.55%201.575q-.1.275-.312.425t-.488.15m1.45%2011.025q-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-.738t1.775.725t.725%201.775q0%20.5-.187.963t-.538.812l-.375.35l.7.7l.725-.7q.3-.275.713-.288t.712.288t.3.713t-.3.712l-.7.7l.7.725q.275.3.275.7t-.3.7q-.3.275-.7.287t-.7-.287l-.7-.7l-1.05%201.05q-.375.375-.85.563t-1%20.187m.775-3.925L4.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%204zm7.4%206.775q-.4.125-.737-.088t-.438-.612t.113-.75t.612-.475q.5-.175.975-.375T15.4%208q-.575-.625-1.012-1.362T13.7%205.075H13q-.425%200-.712-.288T12%204.076t.288-.712t.712-.288h8q.425%200%20.713.288t.287.712t-.288.713t-.712.287h-.675q-.275.825-.712%201.563T18.6%208q.475.275.963.475t.987.375q.4.125.6.475t.1.75t-.437.613t-.738.087q-.8-.25-1.575-.587T17%209.35q-.725.475-1.5.813t-1.575.612m-.9%2010.175q-.3-.3-.3-.712t.3-.713l6.35-6.35q.275-.275.688-.275t.712.275q.3.3.3.713t-.3.712l-6.35%206.35q-.275.275-.687.275t-.713-.275m.413-5.337Q13%2015.175%2013%2014.55t.438-1.062t1.062-.438t1.063.438T16%2014.55t-.437%201.063t-1.063.437t-1.062-.437m2.387-10.538q.2.475.5.9t.675.8q.375-.375.675-.8t.525-.9zm2.613%2015.538Q18%2020.175%2018%2019.55t.438-1.062t1.062-.438t1.063.438T21%2019.55t-.437%201.063t-1.063.437t-1.062-.437M16.45%203.224q-.3.125-.562-.012t-.388-.438t.013-.562t.437-.388l1.525-.45q.275-.125.563%200t.412.4t0%20.563t-.4.412z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/glyphs-rounded.svg?color=%231a73e8&size=48