number symbol icon
number-symbol-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- number-symbol-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.877a.75.75 0 0 0-1.48-.254l-.667 3.88l-3.093.001a.75.75 0 0 0 0 1.5l2.835-.001l-.688 3.996L2.75 12a.75.75 0 0 0 0 1.5h2.89l-.624 3.624a.75.75 0 1 0 1.478.254l.668-3.879l4.477-.002l-.625 3.627a.75.75 0 1 0 1.479.255l.668-3.883l3.094-.001a.75.75 0 0 0 0-1.5l-2.835.001L14.107 8l3.143-.001a.75.75 0 1 0 0-1.5l-2.885.001l.624-3.622a.75.75 0 0 0-1.478-.254L12.843 6.5l-4.478.002zm-.883 5.125L12.585 8l-.689 3.996l-4.477.002z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberSymbol20Filled(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.877a.75.75 0 0 0-1.48-.254l-.667 3.88l-3.093.001a.75.75 0 0 0 0 1.5l2.835-.001l-.688 3.996L2.75 12a.75.75 0 0 0 0 1.5h2.89l-.624 3.624a.75.75 0 1 0 1.478.254l.668-3.879l4.477-.002l-.625 3.627a.75.75 0 1 0 1.479.255l.668-3.883l3.094-.001a.75.75 0 0 0 0-1.5l-2.835.001L14.107 8l3.143-.001a.75.75 0 1 0 0-1.5l-2.885.001l.624-3.622a.75.75 0 0 0-1.478-.254L12.843 6.5l-4.478.002zm-.883 5.125L12.585 8l-.689 3.996l-4.477.002z"/></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.877a.75.75 0 0 0-1.48-.254l-.667 3.88l-3.093.001a.75.75 0 0 0 0 1.5l2.835-.001l-.688 3.996L2.75 12a.75.75 0 0 0 0 1.5h2.89l-.624 3.624a.75.75 0 1 0 1.478.254l.668-3.879l4.477-.002l-.625 3.627a.75.75 0 1 0 1.479.255l.668-3.883l3.094-.001a.75.75 0 0 0 0-1.5l-2.835.001L14.107 8l3.143-.001a.75.75 0 1 0 0-1.5l-2.885.001l.624-3.622a.75.75 0 0 0-1.478-.254L12.843 6.5l-4.478.002zm-.883 5.125L12.585 8l-.689 3.996l-4.477.002z"/></svg> </template>
CSS
.icon-number-symbol-20-filled {
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.877a.75.75%200%200%200-1.48-.254l-.667%203.88l-3.093.001a.75.75%200%200%200%200%201.5l2.835-.001l-.688%203.996L2.75%2012a.75.75%200%200%200%200%201.5h2.89l-.624%203.624a.75.75%200%201%200%201.478.254l.668-3.879l4.477-.002l-.625%203.627a.75.75%200%201%200%201.479.255l.668-3.883l3.094-.001a.75.75%200%200%200%200-1.5l-2.835.001L14.107%208l3.143-.001a.75.75%200%201%200%200-1.5l-2.885.001l.624-3.622a.75.75%200%200%200-1.478-.254L12.843%206.5l-4.478.002zm-.883%205.125L12.585%208l-.689%203.996l-4.477.002z%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.877a.75.75%200%200%200-1.48-.254l-.667%203.88l-3.093.001a.75.75%200%200%200%200%201.5l2.835-.001l-.688%203.996L2.75%2012a.75.75%200%200%200%200%201.5h2.89l-.624%203.624a.75.75%200%201%200%201.478.254l.668-3.879l4.477-.002l-.625%203.627a.75.75%200%201%200%201.479.255l.668-3.883l3.094-.001a.75.75%200%200%200%200-1.5l-2.835.001L14.107%208l3.143-.001a.75.75%200%201%200%200-1.5l-2.885.001l.624-3.622a.75.75%200%200%200-1.478-.254L12.843%206.5l-4.478.002zm-.883%205.125L12.585%208l-.689%203.996l-4.477.002z%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-filled.svg?color=%231a73e8&size=48