number circle 3 icon
number-circle-3-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-3-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
number-circle-0-16-fillednumber-circle-1-16-fillednumber-circle-2-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-fillednumber-symbol-square-20-filled
Use the number circle 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m8.5 0a.75.75 0 0 1 .75-.75h.874c1.109 0 1.876-.797 1.876-1.625S13.233 8 12.124 8c-.633 0-1.148.229-1.514.47a3 3 0 0 0-.534.448l-.002.002a.75.75 0 0 1-1.151-.961v-.001l.001-.001l.003-.003l.005-.006l.015-.018l.049-.054q.06-.066.169-.17c.143-.135.352-.312.62-.489a4.25 4.25 0 0 1 2.339-.717c1.792 0 3.376 1.33 3.376 3.125c0 .975-.467 1.813-1.182 2.375c.715.562 1.182 1.4 1.182 2.375c0 1.795-1.584 3.125-3.376 3.125a4.25 4.25 0 0 1-2.339-.717a4.6 4.6 0 0 1-.79-.66l-.048-.053l-.015-.018l-.005-.006l-.003-.003l-.001-.002a.75.75 0 0 1 1.151-.961l.002.002l.02.021q.03.034.098.1c.093.087.233.207.416.327c.367.241.88.47 1.514.47C13.233 16 14 15.203 14 14.375s-.767-1.625-1.876-1.625h-.874a.75.75 0 0 1-.75-.75m-.426 3.08l.002.002Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle324Regular(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="M12 3.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m8.5 0a.75.75 0 0 1 .75-.75h.874c1.109 0 1.876-.797 1.876-1.625S13.233 8 12.124 8c-.633 0-1.148.229-1.514.47a3 3 0 0 0-.534.448l-.002.002a.75.75 0 0 1-1.151-.961v-.001l.001-.001l.003-.003l.005-.006l.015-.018l.049-.054q.06-.066.169-.17c.143-.135.352-.312.62-.489a4.25 4.25 0 0 1 2.339-.717c1.792 0 3.376 1.33 3.376 3.125c0 .975-.467 1.813-1.182 2.375c.715.562 1.182 1.4 1.182 2.375c0 1.795-1.584 3.125-3.376 3.125a4.25 4.25 0 0 1-2.339-.717a4.6 4.6 0 0 1-.79-.66l-.048-.053l-.015-.018l-.005-.006l-.003-.003l-.001-.002a.75.75 0 0 1 1.151-.961l.002.002l.02.021q.03.034.098.1c.093.087.233.207.416.327c.367.241.88.47 1.514.47C13.233 16 14 15.203 14 14.375s-.767-1.625-1.876-1.625h-.874a.75.75 0 0 1-.75-.75m-.426 3.08l.002.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="M12 3.5a8.5 8.5 0 1 0 0 17a8.5 8.5 0 0 0 0-17M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12m8.5 0a.75.75 0 0 1 .75-.75h.874c1.109 0 1.876-.797 1.876-1.625S13.233 8 12.124 8c-.633 0-1.148.229-1.514.47a3 3 0 0 0-.534.448l-.002.002a.75.75 0 0 1-1.151-.961v-.001l.001-.001l.003-.003l.005-.006l.015-.018l.049-.054q.06-.066.169-.17c.143-.135.352-.312.62-.489a4.25 4.25 0 0 1 2.339-.717c1.792 0 3.376 1.33 3.376 3.125c0 .975-.467 1.813-1.182 2.375c.715.562 1.182 1.4 1.182 2.375c0 1.795-1.584 3.125-3.376 3.125a4.25 4.25 0 0 1-2.339-.717a4.6 4.6 0 0 1-.79-.66l-.048-.053l-.015-.018l-.005-.006l-.003-.003l-.001-.002a.75.75 0 0 1 1.151-.961l.002.002l.02.021q.03.034.098.1c.093.087.233.207.416.327c.367.241.88.47 1.514.47C13.233 16 14 15.203 14 14.375s-.767-1.625-1.876-1.625h-.874a.75.75 0 0 1-.75-.75m-.426 3.08l.002.002Z"/></svg> </template>
CSS
.icon-number-circle-3-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%22M12%203.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m8.5%200a.75.75%200%200%201%20.75-.75h.874c1.109%200%201.876-.797%201.876-1.625S13.233%208%2012.124%208c-.633%200-1.148.229-1.514.47a3%203%200%200%200-.534.448l-.002.002a.75.75%200%200%201-1.151-.961v-.001l.001-.001l.003-.003l.005-.006l.015-.018l.049-.054q.06-.066.169-.17c.143-.135.352-.312.62-.489a4.25%204.25%200%200%201%202.339-.717c1.792%200%203.376%201.33%203.376%203.125c0%20.975-.467%201.813-1.182%202.375c.715.562%201.182%201.4%201.182%202.375c0%201.795-1.584%203.125-3.376%203.125a4.25%204.25%200%200%201-2.339-.717a4.6%204.6%200%200%201-.79-.66l-.048-.053l-.015-.018l-.005-.006l-.003-.003l-.001-.002a.75.75%200%200%201%201.151-.961l.002.002l.02.021q.03.034.098.1c.093.087.233.207.416.327c.367.241.88.47%201.514.47C13.233%2016%2014%2015.203%2014%2014.375s-.767-1.625-1.876-1.625h-.874a.75.75%200%200%201-.75-.75m-.426%203.08l.002.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%22M12%203.5a8.5%208.5%200%201%200%200%2017a8.5%208.5%200%200%200%200-17M2%2012C2%206.477%206.477%202%2012%202s10%204.477%2010%2010s-4.477%2010-10%2010S2%2017.523%202%2012m8.5%200a.75.75%200%200%201%20.75-.75h.874c1.109%200%201.876-.797%201.876-1.625S13.233%208%2012.124%208c-.633%200-1.148.229-1.514.47a3%203%200%200%200-.534.448l-.002.002a.75.75%200%200%201-1.151-.961v-.001l.001-.001l.003-.003l.005-.006l.015-.018l.049-.054q.06-.066.169-.17c.143-.135.352-.312.62-.489a4.25%204.25%200%200%201%202.339-.717c1.792%200%203.376%201.33%203.376%203.125c0%20.975-.467%201.813-1.182%202.375c.715.562%201.182%201.4%201.182%202.375c0%201.795-1.584%203.125-3.376%203.125a4.25%204.25%200%200%201-2.339-.717a4.6%204.6%200%200%201-.79-.66l-.048-.053l-.015-.018l-.005-.006l-.003-.003l-.001-.002a.75.75%200%200%201%201.151-.961l.002.002l.02.021q.03.034.098.1c.093.087.233.207.416.327c.367.241.88.47%201.514.47C13.233%2016%2014%2015.203%2014%2014.375s-.767-1.625-1.876-1.625h-.874a.75.75%200%200%201-.75-.75m-.426%203.08l.002.002Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-3-24-regular.svg?color=%231a73e8&size=48