number symbol square icon
number-symbol-square-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- number-symbol-square-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- License
- MIT
2 other variants in Fluent UI System Color Icons
The same icon in other sets
Use the number symbol square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGxy70neug)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGKMP4wbwV)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGPwHle6yE)" fill-rule="evenodd" d="M14.704 9.021a1 1 0 0 1 .775 1.183L15.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.183-.775M14.688 14l-.833 4h3.457l.833-4z" clip-rule="evenodd"/><defs><linearGradient id="SVGxy70neug" x1="3.929" x2="24.357" y1="7.875" y2="24.125" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGKMP4wbwV" x1="9.339" x2="23.598" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset=".028" stop-color="#e67eea"/><stop offset=".438" stop-color="#ad64d7"/><stop offset="1" stop-color="#794dc5"/></linearGradient><linearGradient id="SVGPwHle6yE" x1="12.319" x2="22.933" y1="9.538" y2="27.853" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#f9dcfa"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorNumberSymbolSquare32(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGxy70neug)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGKMP4wbwV)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGPwHle6yE)" fillRule="evenodd" d="M14.704 9.021a1 1 0 0 1 .775 1.183L15.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.183-.775M14.688 14l-.833 4h3.457l.833-4z" clipRule="evenodd"/><defs><linearGradient id="SVGxy70neug" x1="3.929" x2="24.357" y1="7.875" y2="24.125" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGKMP4wbwV" x1="9.339" x2="23.598" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset=".028" stopColor="#e67eea"/><stop offset=".438" stopColor="#ad64d7"/><stop offset="1" stopColor="#794dc5"/></linearGradient><linearGradient id="SVGPwHle6yE" x1="12.319" x2="22.933" y1="9.538" y2="27.853" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#f9dcfa"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGxy70neug)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGKMP4wbwV)" d="M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5v17a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVGPwHle6yE)" fill-rule="evenodd" d="M14.704 9.021a1 1 0 0 1 .775 1.183L15.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.183-.775M14.688 14l-.833 4h3.457l.833-4z" clip-rule="evenodd"/><defs><linearGradient id="SVGxy70neug" x1="3.929" x2="24.357" y1="7.875" y2="24.125" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGKMP4wbwV" x1="9.339" x2="23.598" y1="3" y2="29" gradientUnits="userSpaceOnUse"><stop offset=".028" stop-color="#e67eea"/><stop offset=".438" stop-color="#ad64d7"/><stop offset="1" stop-color="#794dc5"/></linearGradient><linearGradient id="SVGPwHle6yE" x1="12.319" x2="22.933" y1="9.538" y2="27.853" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#f9dcfa"/></linearGradient></defs></g></svg> </template>
CSS
.icon-number-symbol-square-32 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGxy70neug)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKMP4wbwV)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPwHle6yE)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.704%209.021a1%201%200%200%201%20.775%201.183L15.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.183-.775M14.688%2014l-.833%204h3.457l.833-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGxy70neug%22%20x1%3D%223.929%22%20x2%3D%2224.357%22%20y1%3D%227.875%22%20y2%3D%2224.125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKMP4wbwV%22%20x1%3D%229.339%22%20x2%3D%2223.598%22%20y1%3D%223%22%20y2%3D%2229%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.028%22%20stop-color%3D%22%23e67eea%22%2F%3E%3Cstop%20offset%3D%22.438%22%20stop-color%3D%22%23ad64d7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23794dc5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPwHle6yE%22%20x1%3D%2212.319%22%20x2%3D%2222.933%22%20y1%3D%229.538%22%20y2%3D%2227.853%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f9dcfa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGxy70neug)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKMP4wbwV)%22%20d%3D%22M3%207.5A4.5%204.5%200%200%201%207.5%203h17A4.5%204.5%200%200%201%2029%207.5v17a4.5%204.5%200%200%201-4.5%204.5h-17A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGPwHle6yE)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.704%209.021a1%201%200%200%201%20.775%201.183L15.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.183-.775M14.688%2014l-.833%204h3.457l.833-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGxy70neug%22%20x1%3D%223.929%22%20x2%3D%2224.357%22%20y1%3D%227.875%22%20y2%3D%2224.125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKMP4wbwV%22%20x1%3D%229.339%22%20x2%3D%2223.598%22%20y1%3D%223%22%20y2%3D%2229%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.028%22%20stop-color%3D%22%23e67eea%22%2F%3E%3Cstop%20offset%3D%22.438%22%20stop-color%3D%22%23ad64d7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23794dc5%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGPwHle6yE%22%20x1%3D%2212.319%22%20x2%3D%2222.933%22%20y1%3D%229.538%22%20y2%3D%2227.853%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f9dcfa%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/number-symbol-square-32.svg?color=%231a73e8&size=48