number-symbol-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
number-symbol-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M22.225 5.526a1.5 1.5 0 1 0-2.95-.551L17.406 15H7.25a1.5 1.5 0 1 0 0 3h9.594l-2.24 12H5.25a1.5 1.5 0 1 0 0 3h8.794l-1.769 9.475a1.5 1.5 0 1 0 2.95.55L17.095 33h10.95l-1.77 9.475a1.5 1.5 0 1 0 2.95.55L31.095 33h9.655a1.5 1.5 0 0 0 0-3h-9.094l2.24-12h8.854a1.5 1.5 0 0 0 0-3h-8.294l1.768-9.474a1.5 1.5 0 1 0-2.948-.551L31.404 15H20.456zM28.604 30h-10.95l2.24-12h10.95z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberSymbol48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.225 5.526a1.5 1.5 0 1 0-2.95-.551L17.406 15H7.25a1.5 1.5 0 1 0 0 3h9.594l-2.24 12H5.25a1.5 1.5 0 1 0 0 3h8.794l-1.769 9.475a1.5 1.5 0 1 0 2.95.55L17.095 33h10.95l-1.77 9.475a1.5 1.5 0 1 0 2.95.55L31.095 33h9.655a1.5 1.5 0 0 0 0-3h-9.094l2.24-12h8.854a1.5 1.5 0 0 0 0-3h-8.294l1.768-9.474a1.5 1.5 0 1 0-2.948-.551L31.404 15H20.456zM28.604 30h-10.95l2.24-12h10.95z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M22.225 5.526a1.5 1.5 0 1 0-2.95-.551L17.406 15H7.25a1.5 1.5 0 1 0 0 3h9.594l-2.24 12H5.25a1.5 1.5 0 1 0 0 3h8.794l-1.769 9.475a1.5 1.5 0 1 0 2.95.55L17.095 33h10.95l-1.77 9.475a1.5 1.5 0 1 0 2.95.55L31.095 33h9.655a1.5 1.5 0 0 0 0-3h-9.094l2.24-12h8.854a1.5 1.5 0 0 0 0-3h-8.294l1.768-9.474a1.5 1.5 0 1 0-2.948-.551L31.404 15H20.456zM28.604 30h-10.95l2.24-12h10.95z"/></svg>
</template>

CSS

.icon-number-symbol-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.225%205.526a1.5%201.5%200%201%200-2.95-.551L17.406%2015H7.25a1.5%201.5%200%201%200%200%203h9.594l-2.24%2012H5.25a1.5%201.5%200%201%200%200%203h8.794l-1.769%209.475a1.5%201.5%200%201%200%202.95.55L17.095%2033h10.95l-1.77%209.475a1.5%201.5%200%201%200%202.95.55L31.095%2033h9.655a1.5%201.5%200%200%200%200-3h-9.094l2.24-12h8.854a1.5%201.5%200%200%200%200-3h-8.294l1.768-9.474a1.5%201.5%200%201%200-2.948-.551L31.404%2015H20.456zM28.604%2030h-10.95l2.24-12h10.95z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.225%205.526a1.5%201.5%200%201%200-2.95-.551L17.406%2015H7.25a1.5%201.5%200%201%200%200%203h9.594l-2.24%2012H5.25a1.5%201.5%200%201%200%200%203h8.794l-1.769%209.475a1.5%201.5%200%201%200%202.95.55L17.095%2033h10.95l-1.77%209.475a1.5%201.5%200%201%200%202.95.55L31.095%2033h9.655a1.5%201.5%200%200%200%200-3h-9.094l2.24-12h8.854a1.5%201.5%200%200%200%200-3h-8.294l1.768-9.474a1.5%201.5%200%201%200-2.948-.551L31.404%2015H20.456zM28.604%2030h-10.95l2.24-12h10.95z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-symbol-48-filled.svg?color=%231a73e8&size=48