number circle 2 icon
number-circle-2-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-2-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-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-fillednumber-symbol-square-20-filled
Use the number circle 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m-1.62 17.164a4 4 0 0 0-.8 1.836h5.92a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1c0-1.745.506-3.05 1.307-4.07c.776-.99 1.788-1.653 2.674-2.191l.475-.286c.72-.43 1.305-.78 1.765-1.213c.494-.464.778-.97.778-1.74A2.5 2.5 0 0 0 16 10c-.817 0-1.49.326-1.98.683a4.2 4.2 0 0 0-.69.634l-.027.033l-.002.004a1 1 0 0 1-1.598-1.203l.001-.002q.045-.06.094-.116q.08-.096.222-.248c.19-.198.466-.458.823-.718C13.554 8.549 14.63 8 16 8a4.5 4.5 0 0 1 4.5 4.5c0 1.418-.59 2.427-1.408 3.197c-.633.596-1.446 1.08-2.168 1.51l-.404.241c-.864.525-1.602 1.033-2.139 1.716"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle232Regular(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="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m-1.62 17.164a4 4 0 0 0-.8 1.836h5.92a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1c0-1.745.506-3.05 1.307-4.07c.776-.99 1.788-1.653 2.674-2.191l.475-.286c.72-.43 1.305-.78 1.765-1.213c.494-.464.778-.97.778-1.74A2.5 2.5 0 0 0 16 10c-.817 0-1.49.326-1.98.683a4.2 4.2 0 0 0-.69.634l-.027.033l-.002.004a1 1 0 0 1-1.598-1.203l.001-.002q.045-.06.094-.116q.08-.096.222-.248c.19-.198.466-.458.823-.718C13.554 8.549 14.63 8 16 8a4.5 4.5 0 0 1 4.5 4.5c0 1.418-.59 2.427-1.408 3.197c-.633.596-1.446 1.08-2.168 1.51l-.404.241c-.864.525-1.602 1.033-2.139 1.716"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 16C4 9.373 9.373 4 16 4s12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16M16 2C8.268 2 2 8.268 2 16s6.268 14 14 14s14-6.268 14-14S23.732 2 16 2m-1.62 17.164a4 4 0 0 0-.8 1.836h5.92a1 1 0 1 1 0 2h-7a1 1 0 0 1-1-1c0-1.745.506-3.05 1.307-4.07c.776-.99 1.788-1.653 2.674-2.191l.475-.286c.72-.43 1.305-.78 1.765-1.213c.494-.464.778-.97.778-1.74A2.5 2.5 0 0 0 16 10c-.817 0-1.49.326-1.98.683a4.2 4.2 0 0 0-.69.634l-.027.033l-.002.004a1 1 0 0 1-1.598-1.203l.001-.002q.045-.06.094-.116q.08-.096.222-.248c.19-.198.466-.458.823-.718C13.554 8.549 14.63 8 16 8a4.5 4.5 0 0 1 4.5 4.5c0 1.418-.59 2.427-1.408 3.197c-.633.596-1.446 1.08-2.168 1.51l-.404.241c-.864.525-1.602 1.033-2.139 1.716"/></svg> </template>
CSS
.icon-number-circle-2-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2016C4%209.373%209.373%204%2016%204s12%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m-1.62%2017.164a4%204%200%200%200-.8%201.836h5.92a1%201%200%201%201%200%202h-7a1%201%200%200%201-1-1c0-1.745.506-3.05%201.307-4.07c.776-.99%201.788-1.653%202.674-2.191l.475-.286c.72-.43%201.305-.78%201.765-1.213c.494-.464.778-.97.778-1.74A2.5%202.5%200%200%200%2016%2010c-.817%200-1.49.326-1.98.683a4.2%204.2%200%200%200-.69.634l-.027.033l-.002.004a1%201%200%200%201-1.598-1.203l.001-.002q.045-.06.094-.116q.08-.096.222-.248c.19-.198.466-.458.823-.718C13.554%208.549%2014.63%208%2016%208a4.5%204.5%200%200%201%204.5%204.5c0%201.418-.59%202.427-1.408%203.197c-.633.596-1.446%201.08-2.168%201.51l-.404.241c-.864.525-1.602%201.033-2.139%201.716%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%22M4%2016C4%209.373%209.373%204%2016%204s12%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016M16%202C8.268%202%202%208.268%202%2016s6.268%2014%2014%2014s14-6.268%2014-14S23.732%202%2016%202m-1.62%2017.164a4%204%200%200%200-.8%201.836h5.92a1%201%200%201%201%200%202h-7a1%201%200%200%201-1-1c0-1.745.506-3.05%201.307-4.07c.776-.99%201.788-1.653%202.674-2.191l.475-.286c.72-.43%201.305-.78%201.765-1.213c.494-.464.778-.97.778-1.74A2.5%202.5%200%200%200%2016%2010c-.817%200-1.49.326-1.98.683a4.2%204.2%200%200%200-.69.634l-.027.033l-.002.004a1%201%200%200%201-1.598-1.203l.001-.002q.045-.06.094-.116q.08-.096.222-.248c.19-.198.466-.458.823-.718C13.554%208.549%2014.63%208%2016%208a4.5%204.5%200%200%201%204.5%204.5c0%201.418-.59%202.427-1.408%203.197c-.633.596-1.446%201.08-2.168%201.51l-.404.241c-.864.525-1.602%201.033-2.139%201.716%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-2-32-regular.svg?color=%231a73e8&size=48