numbers icon
numbers-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- numbers-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- numbers-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
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 numbers icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.096 15.077l-.921 3.66q-.036.17-.152.255t-.292.085q-.225 0-.371-.183q-.146-.182-.08-.402l.855-3.415H5.16q-.25 0-.406-.186q-.156-.185-.088-.43q.055-.176.186-.28t.308-.104h3.225l1.038-4.154H6.448q-.25 0-.406-.185t-.088-.43q.056-.177.187-.281q.13-.104.307-.104h3.225l.921-3.66q.037-.17.152-.255q.116-.085.293-.085q.225 0 .37.183q.147.183.08.402l-.854 3.415h4.269l.921-3.66q.037-.17.152-.255t.292-.085q.225 0 .372.183q.146.183.078.402l-.854 3.415h2.975q.25 0 .406.186q.156.185.089.43q-.056.177-.187.28t-.308.104h-3.225l-1.038 4.154h2.975q.25 0 .406.186t.088.43q-.055.176-.186.28t-.308.104h-3.225l-.921 3.66q-.037.17-.152.255t-.292.085q-.225 0-.371-.183q-.147-.182-.08-.402l.855-3.415zm.25-1h4.27l1.038-4.154h-4.27z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNumbersRounded(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="m9.096 15.077l-.921 3.66q-.036.17-.152.255t-.292.085q-.225 0-.371-.183q-.146-.182-.08-.402l.855-3.415H5.16q-.25 0-.406-.186q-.156-.185-.088-.43q.055-.176.186-.28t.308-.104h3.225l1.038-4.154H6.448q-.25 0-.406-.185t-.088-.43q.056-.177.187-.281q.13-.104.307-.104h3.225l.921-3.66q.037-.17.152-.255q.116-.085.293-.085q.225 0 .37.183q.147.183.08.402l-.854 3.415h4.269l.921-3.66q.037-.17.152-.255t.292-.085q.225 0 .372.183q.146.183.078.402l-.854 3.415h2.975q.25 0 .406.186q.156.185.089.43q-.056.177-.187.28t-.308.104h-3.225l-1.038 4.154h2.975q.25 0 .406.186t.088.43q-.055.176-.186.28t-.308.104h-3.225l-.921 3.66q-.037.17-.152.255t-.292.085q-.225 0-.371-.183q-.147-.182-.08-.402l.855-3.415zm.25-1h4.27l1.038-4.154h-4.27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.096 15.077l-.921 3.66q-.036.17-.152.255t-.292.085q-.225 0-.371-.183q-.146-.182-.08-.402l.855-3.415H5.16q-.25 0-.406-.186q-.156-.185-.088-.43q.055-.176.186-.28t.308-.104h3.225l1.038-4.154H6.448q-.25 0-.406-.185t-.088-.43q.056-.177.187-.281q.13-.104.307-.104h3.225l.921-3.66q.037-.17.152-.255q.116-.085.293-.085q.225 0 .37.183q.147.183.08.402l-.854 3.415h4.269l.921-3.66q.037-.17.152-.255t.292-.085q.225 0 .372.183q.146.183.078.402l-.854 3.415h2.975q.25 0 .406.186q.156.185.089.43q-.056.177-.187.28t-.308.104h-3.225l-1.038 4.154h2.975q.25 0 .406.186t.088.43q-.055.176-.186.28t-.308.104h-3.225l-.921 3.66q-.037.17-.152.255t-.292.085q-.225 0-.371-.183q-.147-.182-.08-.402l.855-3.415zm.25-1h4.27l1.038-4.154h-4.27z"/></svg> </template>
CSS
.icon-numbers-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%22m9.096%2015.077l-.921%203.66q-.036.17-.152.255t-.292.085q-.225%200-.371-.183q-.146-.182-.08-.402l.855-3.415H5.16q-.25%200-.406-.186q-.156-.185-.088-.43q.055-.176.186-.28t.308-.104h3.225l1.038-4.154H6.448q-.25%200-.406-.185t-.088-.43q.056-.177.187-.281q.13-.104.307-.104h3.225l.921-3.66q.037-.17.152-.255q.116-.085.293-.085q.225%200%20.37.183q.147.183.08.402l-.854%203.415h4.269l.921-3.66q.037-.17.152-.255t.292-.085q.225%200%20.372.183q.146.183.078.402l-.854%203.415h2.975q.25%200%20.406.186q.156.185.089.43q-.056.177-.187.28t-.308.104h-3.225l-1.038%204.154h2.975q.25%200%20.406.186t.088.43q-.055.176-.186.28t-.308.104h-3.225l-.921%203.66q-.037.17-.152.255t-.292.085q-.225%200-.371-.183q-.147-.182-.08-.402l.855-3.415zm.25-1h4.27l1.038-4.154h-4.27z%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%22m9.096%2015.077l-.921%203.66q-.036.17-.152.255t-.292.085q-.225%200-.371-.183q-.146-.182-.08-.402l.855-3.415H5.16q-.25%200-.406-.186q-.156-.185-.088-.43q.055-.176.186-.28t.308-.104h3.225l1.038-4.154H6.448q-.25%200-.406-.185t-.088-.43q.056-.177.187-.281q.13-.104.307-.104h3.225l.921-3.66q.037-.17.152-.255q.116-.085.293-.085q.225%200%20.37.183q.147.183.08.402l-.854%203.415h4.269l.921-3.66q.037-.17.152-.255t.292-.085q.225%200%20.372.183q.146.183.078.402l-.854%203.415h2.975q.25%200%20.406.186q.156.185.089.43q-.056.177-.187.28t-.308.104h-3.225l-1.038%204.154h2.975q.25%200%20.406.186t.088.43q-.055.176-.186.28t-.308.104h-3.225l-.921%203.66q-.037.17-.152.255t-.292.085q-.225%200-.371-.183q-.147-.182-.08-.402l.855-3.415zm.25-1h4.27l1.038-4.154h-4.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/numbers-rounded.svg?color=%231a73e8&size=48