number-symbol-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
number-symbol-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number symbol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.987 2.89a.75.75 0 1 0-1.474-.28L8.494 7.999L3.75 8a.75.75 0 1 0 0 1.5l4.46-.002l-.946 5l-4.514.002a.75.75 0 0 0 0 1.5l4.23-.002l-.967 5.116a.75.75 0 1 0 1.474.278l1.02-5.395l5.474-.002l-.968 5.119a.75.75 0 1 0 1.474.278l1.021-5.398l4.742-.002a.75.75 0 1 0 0-1.5l-4.458.002l.946-5l4.512-.002a.75.75 0 1 0 0-1.5l-4.229.002l.966-5.104a.75.75 0 0 0-1.474-.28l-1.018 5.385l-5.474.002zm-1.25 6.608l5.474-.003l-.946 5l-5.474.002z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberSymbol24Regular(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="M10.987 2.89a.75.75 0 1 0-1.474-.28L8.494 7.999L3.75 8a.75.75 0 1 0 0 1.5l4.46-.002l-.946 5l-4.514.002a.75.75 0 0 0 0 1.5l4.23-.002l-.967 5.116a.75.75 0 1 0 1.474.278l1.02-5.395l5.474-.002l-.968 5.119a.75.75 0 1 0 1.474.278l1.021-5.398l4.742-.002a.75.75 0 1 0 0-1.5l-4.458.002l.946-5l4.512-.002a.75.75 0 1 0 0-1.5l-4.229.002l.966-5.104a.75.75 0 0 0-1.474-.28l-1.018 5.385l-5.474.002zm-1.25 6.608l5.474-.003l-.946 5l-5.474.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.987 2.89a.75.75 0 1 0-1.474-.28L8.494 7.999L3.75 8a.75.75 0 1 0 0 1.5l4.46-.002l-.946 5l-4.514.002a.75.75 0 0 0 0 1.5l4.23-.002l-.967 5.116a.75.75 0 1 0 1.474.278l1.02-5.395l5.474-.002l-.968 5.119a.75.75 0 1 0 1.474.278l1.021-5.398l4.742-.002a.75.75 0 1 0 0-1.5l-4.458.002l.946-5l4.512-.002a.75.75 0 1 0 0-1.5l-4.229.002l.966-5.104a.75.75 0 0 0-1.474-.28l-1.018 5.385l-5.474.002zm-1.25 6.608l5.474-.003l-.946 5l-5.474.002z"/></svg>
</template>

CSS

.icon-number-symbol-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.987%202.89a.75.75%200%201%200-1.474-.28L8.494%207.999L3.75%208a.75.75%200%201%200%200%201.5l4.46-.002l-.946%205l-4.514.002a.75.75%200%200%200%200%201.5l4.23-.002l-.967%205.116a.75.75%200%201%200%201.474.278l1.02-5.395l5.474-.002l-.968%205.119a.75.75%200%201%200%201.474.278l1.021-5.398l4.742-.002a.75.75%200%201%200%200-1.5l-4.458.002l.946-5l4.512-.002a.75.75%200%201%200%200-1.5l-4.229.002l.966-5.104a.75.75%200%200%200-1.474-.28l-1.018%205.385l-5.474.002zm-1.25%206.608l5.474-.003l-.946%205l-5.474.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.987%202.89a.75.75%200%201%200-1.474-.28L8.494%207.999L3.75%208a.75.75%200%201%200%200%201.5l4.46-.002l-.946%205l-4.514.002a.75.75%200%200%200%200%201.5l4.23-.002l-.967%205.116a.75.75%200%201%200%201.474.278l1.02-5.395l5.474-.002l-.968%205.119a.75.75%200%201%200%201.474.278l1.021-5.398l4.742-.002a.75.75%200%201%200%200-1.5l-4.458.002l.946-5l4.512-.002a.75.75%200%201%200%200-1.5l-4.229.002l.966-5.104a.75.75%200%200%200-1.474-.28l-1.018%205.385l-5.474.002zm-1.25%206.608l5.474-.003l-.946%205l-5.474.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-24-regular.svg?color=%231a73e8&size=48