number circle 2 icon
number-circle-2-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-2-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-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="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-1.649 6.95l-.001.003a.75.75 0 0 1-1.199-.902l.001-.001q.033-.045.068-.085a4.5 4.5 0 0 1 .753-.696c.512-.373 1.289-.769 2.276-.769a3.25 3.25 0 0 1 3.25 3.25c0 1.028-.43 1.747-1.034 2.28c-.461.408-1.053.727-1.568 1.004l-.286.154c-.616.34-1.13.665-1.5 1.116a2.6 2.6 0 0 0-.546 1.196h4.185a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75c0-1.254.364-2.183.952-2.898c.566-.69 1.303-1.13 1.937-1.478l.343-.187c.514-.278.92-.498 1.24-.78c.333-.295.528-.623.527-1.157A1.75 1.75 0 0 0 12.25 8c-.574 0-1.046.23-1.393.481a3 3 0 0 0-.505.47"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle224Regular(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="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-1.649 6.95l-.001.003a.75.75 0 0 1-1.199-.902l.001-.001q.033-.045.068-.085a4.5 4.5 0 0 1 .753-.696c.512-.373 1.289-.769 2.276-.769a3.25 3.25 0 0 1 3.25 3.25c0 1.028-.43 1.747-1.034 2.28c-.461.408-1.053.727-1.568 1.004l-.286.154c-.616.34-1.13.665-1.5 1.116a2.6 2.6 0 0 0-.546 1.196h4.185a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75c0-1.254.364-2.183.952-2.898c.566-.69 1.303-1.13 1.937-1.478l.343-.187c.514-.278.92-.498 1.24-.78c.333-.295.528-.623.527-1.157A1.75 1.75 0 0 0 12.25 8c-.574 0-1.046.23-1.393.481a3 3 0 0 0-.505.47"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-1.649 6.95l-.001.003a.75.75 0 0 1-1.199-.902l.001-.001q.033-.045.068-.085a4.5 4.5 0 0 1 .753-.696c.512-.373 1.289-.769 2.276-.769a3.25 3.25 0 0 1 3.25 3.25c0 1.028-.43 1.747-1.034 2.28c-.461.408-1.053.727-1.568 1.004l-.286.154c-.616.34-1.13.665-1.5 1.116a2.6 2.6 0 0 0-.546 1.196h4.185a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75c0-1.254.364-2.183.952-2.898c.566-.69 1.303-1.13 1.937-1.478l.343-.187c.514-.278.92-.498 1.24-.78c.333-.295.528-.623.527-1.157A1.75 1.75 0 0 0 12.25 8c-.574 0-1.046.23-1.393.481a3 3 0 0 0-.505.47"/></svg> </template>
CSS
.icon-number-circle-2-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%22M3.5%2012a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m-1.649%206.95l-.001.003a.75.75%200%200%201-1.199-.902l.001-.001q.033-.045.068-.085a4.5%204.5%200%200%201%20.753-.696c.512-.373%201.289-.769%202.276-.769a3.25%203.25%200%200%201%203.25%203.25c0%201.028-.43%201.747-1.034%202.28c-.461.408-1.053.727-1.568%201.004l-.286.154c-.616.34-1.13.665-1.5%201.116a2.6%202.6%200%200%200-.546%201.196h4.185a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75c0-1.254.364-2.183.952-2.898c.566-.69%201.303-1.13%201.937-1.478l.343-.187c.514-.278.92-.498%201.24-.78c.333-.295.528-.623.527-1.157A1.75%201.75%200%200%200%2012.25%208c-.574%200-1.046.23-1.393.481a3%203%200%200%200-.505.47%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%22M3.5%2012a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m-1.649%206.95l-.001.003a.75.75%200%200%201-1.199-.902l.001-.001q.033-.045.068-.085a4.5%204.5%200%200%201%20.753-.696c.512-.373%201.289-.769%202.276-.769a3.25%203.25%200%200%201%203.25%203.25c0%201.028-.43%201.747-1.034%202.28c-.461.408-1.053.727-1.568%201.004l-.286.154c-.616.34-1.13.665-1.5%201.116a2.6%202.6%200%200%200-.546%201.196h4.185a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75c0-1.254.364-2.183.952-2.898c.566-.69%201.303-1.13%201.937-1.478l.343-.187c.514-.278.92-.498%201.24-.78c.333-.295.528-.623.527-1.157A1.75%201.75%200%200%200%2012.25%208c-.574%200-1.046.23-1.393.481a3%203%200%200%200-.505.47%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-regular.svg?color=%231a73e8&size=48