number symbol icon
number-symbol-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- number-symbol-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
number-circle-0-16-fillednumber-circle-1-16-fillednumber-circle-2-16-fillednumber-circle-3-16-fillednumber-circle-4-16-fillednumber-circle-5-16-fillednumber-circle-6-16-fillednumber-circle-7-16-fillednumber-circle-8-16-fillednumber-circle-9-16-fillednumber-row-16-fillednumber-symbol-dismiss-20-fillednumber-symbol-square-20-filled
Use the number symbol icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.99 2.598a.5.5 0 0 0-.98-.196l-.92 4.602H3.5a.5.5 0 1 0 0 1h3.39l-.8 3.993H2.5a.5.5 0 0 0 0 1h3.39l-.88 4.405a.5.5 0 1 0 .98.196l.92-4.601h5.004L11.01 17.4a.5.5 0 0 0 .98.2l.945-4.603h3.568a.5.5 0 0 0 0-1H13.14l.82-3.992h3.54a.5.5 0 1 0 0-1h-3.334l.901-4.391a.5.5 0 1 0-.98-.201l-.942 4.591H8.109zM7.91 8.004h5.03l-.82 3.993H7.11z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberSymbol20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.99 2.598a.5.5 0 0 0-.98-.196l-.92 4.602H3.5a.5.5 0 1 0 0 1h3.39l-.8 3.993H2.5a.5.5 0 0 0 0 1h3.39l-.88 4.405a.5.5 0 1 0 .98.196l.92-4.601h5.004L11.01 17.4a.5.5 0 0 0 .98.2l.945-4.603h3.568a.5.5 0 0 0 0-1H13.14l.82-3.992h3.54a.5.5 0 1 0 0-1h-3.334l.901-4.391a.5.5 0 1 0-.98-.201l-.942 4.591H8.109zM7.91 8.004h5.03l-.82 3.993H7.11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.99 2.598a.5.5 0 0 0-.98-.196l-.92 4.602H3.5a.5.5 0 1 0 0 1h3.39l-.8 3.993H2.5a.5.5 0 0 0 0 1h3.39l-.88 4.405a.5.5 0 1 0 .98.196l.92-4.601h5.004L11.01 17.4a.5.5 0 0 0 .98.2l.945-4.603h3.568a.5.5 0 0 0 0-1H13.14l.82-3.992h3.54a.5.5 0 1 0 0-1h-3.334l.901-4.391a.5.5 0 1 0-.98-.201l-.942 4.591H8.109zM7.91 8.004h5.03l-.82 3.993H7.11z"/></svg> </template>
CSS
.icon-number-symbol-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.99%202.598a.5.5%200%200%200-.98-.196l-.92%204.602H3.5a.5.5%200%201%200%200%201h3.39l-.8%203.993H2.5a.5.5%200%200%200%200%201h3.39l-.88%204.405a.5.5%200%201%200%20.98.196l.92-4.601h5.004L11.01%2017.4a.5.5%200%200%200%20.98.2l.945-4.603h3.568a.5.5%200%200%200%200-1H13.14l.82-3.992h3.54a.5.5%200%201%200%200-1h-3.334l.901-4.391a.5.5%200%201%200-.98-.201l-.942%204.591H8.109zM7.91%208.004h5.03l-.82%203.993H7.11z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.99%202.598a.5.5%200%200%200-.98-.196l-.92%204.602H3.5a.5.5%200%201%200%200%201h3.39l-.8%203.993H2.5a.5.5%200%200%200%200%201h3.39l-.88%204.405a.5.5%200%201%200%20.98.196l.92-4.601h5.004L11.01%2017.4a.5.5%200%200%200%20.98.2l.945-4.603h3.568a.5.5%200%200%200%200-1H13.14l.82-3.992h3.54a.5.5%200%201%200%200-1h-3.334l.901-4.391a.5.5%200%201%200-.98-.201l-.942%204.591H8.109zM7.91%208.004h5.03l-.82%203.993H7.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-symbol-20-regular.svg?color=%231a73e8&size=48