number symbol square icon
number-symbol-square-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- number-symbol-square-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
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-16-fillednumber-symbol-dismiss-20-filled
Use the number symbol square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.855 18l.833-4h3.457l-.833 4zM7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-17A4.5 4.5 0 0 0 24.5 3zm7.979 7.204L15.105 12h3.457l.459-2.204a1 1 0 0 1 1.958.408L20.605 12H22a1 1 0 1 1 0 2h-1.812l-.833 4H21a1 1 0 1 1 0 2h-2.062l-.459 2.204a1 1 0 0 1-1.958-.408L16.895 20h-3.457l-.459 2.204a1 1 0 0 1-1.958-.408L11.395 20H10a1 1 0 1 1 0-2h1.812l.833-4H11a1 1 0 1 1 0-2h2.062l.459-2.204a1 1 0 0 1 1.958.408"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberSymbolSquare32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.855 18l.833-4h3.457l-.833 4zM7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-17A4.5 4.5 0 0 0 24.5 3zm7.979 7.204L15.105 12h3.457l.459-2.204a1 1 0 0 1 1.958.408L20.605 12H22a1 1 0 1 1 0 2h-1.812l-.833 4H21a1 1 0 1 1 0 2h-2.062l-.459 2.204a1 1 0 0 1-1.958-.408L16.895 20h-3.457l-.459 2.204a1 1 0 0 1-1.958-.408L11.395 20H10a1 1 0 1 1 0-2h1.812l.833-4H11a1 1 0 1 1 0-2h2.062l.459-2.204a1 1 0 0 1 1.958.408"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m13.855 18l.833-4h3.457l-.833 4zM7.5 3A4.5 4.5 0 0 0 3 7.5v17A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-17A4.5 4.5 0 0 0 24.5 3zm7.979 7.204L15.105 12h3.457l.459-2.204a1 1 0 0 1 1.958.408L20.605 12H22a1 1 0 1 1 0 2h-1.812l-.833 4H21a1 1 0 1 1 0 2h-2.062l-.459 2.204a1 1 0 0 1-1.958-.408L16.895 20h-3.457l-.459 2.204a1 1 0 0 1-1.958-.408L11.395 20H10a1 1 0 1 1 0-2h1.812l.833-4H11a1 1 0 1 1 0-2h2.062l.459-2.204a1 1 0 0 1 1.958.408"/></svg> </template>
CSS
.icon-number-symbol-square-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.855%2018l.833-4h3.457l-.833%204zM7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h17a4.5%204.5%200%200%200%204.5-4.5v-17A4.5%204.5%200%200%200%2024.5%203zm7.979%207.204L15.105%2012h3.457l.459-2.204a1%201%200%200%201%201.958.408L20.605%2012H22a1%201%200%201%201%200%202h-1.812l-.833%204H21a1%201%200%201%201%200%202h-2.062l-.459%202.204a1%201%200%200%201-1.958-.408L16.895%2020h-3.457l-.459%202.204a1%201%200%200%201-1.958-.408L11.395%2020H10a1%201%200%201%201%200-2h1.812l.833-4H11a1%201%200%201%201%200-2h2.062l.459-2.204a1%201%200%200%201%201.958.408%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.855%2018l.833-4h3.457l-.833%204zM7.5%203A4.5%204.5%200%200%200%203%207.5v17A4.5%204.5%200%200%200%207.5%2029h17a4.5%204.5%200%200%200%204.5-4.5v-17A4.5%204.5%200%200%200%2024.5%203zm7.979%207.204L15.105%2012h3.457l.459-2.204a1%201%200%200%201%201.958.408L20.605%2012H22a1%201%200%201%201%200%202h-1.812l-.833%204H21a1%201%200%201%201%200%202h-2.062l-.459%202.204a1%201%200%200%201-1.958-.408L16.895%2020h-3.457l-.459%202.204a1%201%200%200%201-1.958-.408L11.395%2020H10a1%201%200%201%201%200-2h1.812l.833-4H11a1%201%200%201%201%200-2h2.062l.459-2.204a1%201%200%200%201%201.958.408%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-symbol-square-32-filled.svg?color=%231a73e8&size=48