number circle 2 icon
number-circle-2-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-2-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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-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 24 24"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M10.351 8.95l.02-.022q.028-.036.093-.105c.088-.092.22-.217.392-.342c.347-.252.82-.481 1.393-.481c.967 0 1.75.783 1.75 1.75c0 .534-.194.862-.527 1.157c-.32.282-.726.502-1.24.78l-.343.187c-.634.348-1.37.788-1.937 1.478C9.364 14.067 9 14.996 9 16.25c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5h-4.185c.099-.52.3-.897.546-1.196c.37-.45.884-.777 1.5-1.116l.286-.154c.515-.277 1.107-.596 1.568-1.003c.604-.534 1.035-1.253 1.034-2.281a3.25 3.25 0 0 0-3.25-3.25c-.987 0-1.764.396-2.276.769a4.5 4.5 0 0 0-.753.696l-.067.083v.002H9.15a.75.75 0 0 0 1.199.903zm-.001.003l.002-.003Z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle224Filled(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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M10.351 8.95l.02-.022q.028-.036.093-.105c.088-.092.22-.217.392-.342c.347-.252.82-.481 1.393-.481c.967 0 1.75.783 1.75 1.75c0 .534-.194.862-.527 1.157c-.32.282-.726.502-1.24.78l-.343.187c-.634.348-1.37.788-1.937 1.478C9.364 14.067 9 14.996 9 16.25c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5h-4.185c.099-.52.3-.897.546-1.196c.37-.45.884-.777 1.5-1.116l.286-.154c.515-.277 1.107-.596 1.568-1.003c.604-.534 1.035-1.253 1.034-2.281a3.25 3.25 0 0 0-3.25-3.25c-.987 0-1.764.396-2.276.769a4.5 4.5 0 0 0-.753.696l-.067.083v.002H9.15a.75.75 0 0 0 1.199.903zm-.001.003l.002-.003Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10M10.351 8.95l.02-.022q.028-.036.093-.105c.088-.092.22-.217.392-.342c.347-.252.82-.481 1.393-.481c.967 0 1.75.783 1.75 1.75c0 .534-.194.862-.527 1.157c-.32.282-.726.502-1.24.78l-.343.187c-.634.348-1.37.788-1.937 1.478C9.364 14.067 9 14.996 9 16.25c0 .414.336.75.75.75h5a.75.75 0 0 0 0-1.5h-4.185c.099-.52.3-.897.546-1.196c.37-.45.884-.777 1.5-1.116l.286-.154c.515-.277 1.107-.596 1.568-1.003c.604-.534 1.035-1.253 1.034-2.281a3.25 3.25 0 0 0-3.25-3.25c-.987 0-1.764.396-2.276.769a4.5 4.5 0 0 0-.753.696l-.067.083v.002H9.15a.75.75 0 0 0 1.199.903zm-.001.003l.002-.003Z"/></svg> </template>
CSS
.icon-number-circle-2-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010M10.351%208.95l.02-.022q.028-.036.093-.105c.088-.092.22-.217.392-.342c.347-.252.82-.481%201.393-.481c.967%200%201.75.783%201.75%201.75c0%20.534-.194.862-.527%201.157c-.32.282-.726.502-1.24.78l-.343.187c-.634.348-1.37.788-1.937%201.478C9.364%2014.067%209%2014.996%209%2016.25c0%20.414.336.75.75.75h5a.75.75%200%200%200%200-1.5h-4.185c.099-.52.3-.897.546-1.196c.37-.45.884-.777%201.5-1.116l.286-.154c.515-.277%201.107-.596%201.568-1.003c.604-.534%201.035-1.253%201.034-2.281a3.25%203.25%200%200%200-3.25-3.25c-.987%200-1.764.396-2.276.769a4.5%204.5%200%200%200-.753.696l-.067.083v.002H9.15a.75.75%200%200%200%201.199.903zm-.001.003l.002-.003Z%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%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010M10.351%208.95l.02-.022q.028-.036.093-.105c.088-.092.22-.217.392-.342c.347-.252.82-.481%201.393-.481c.967%200%201.75.783%201.75%201.75c0%20.534-.194.862-.527%201.157c-.32.282-.726.502-1.24.78l-.343.187c-.634.348-1.37.788-1.937%201.478C9.364%2014.067%209%2014.996%209%2016.25c0%20.414.336.75.75.75h5a.75.75%200%200%200%200-1.5h-4.185c.099-.52.3-.897.546-1.196c.37-.45.884-.777%201.5-1.116l.286-.154c.515-.277%201.107-.596%201.568-1.003c.604-.534%201.035-1.253%201.034-2.281a3.25%203.25%200%200%200-3.25-3.25c-.987%200-1.764.396-2.276.769a4.5%204.5%200%200%200-.753.696l-.067.083v.002H9.15a.75.75%200%200%200%201.199.903zm-.001.003l.002-.003Z%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-24-filled.svg?color=%231a73e8&size=48