number circle 0 icon
number-circle-0-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-0-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
number-circle-1-16-fillednumber-circle-2-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 0 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.5 24c0 9.665-7.835 17.5-17.5 17.5S6.5 33.665 6.5 24S14.335 6.5 24 6.5S41.5 14.335 41.5 24M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-5-20c0-2.61.385-4.797 1.21-6.289c.773-1.395 1.933-2.211 3.79-2.211s3.017.816 3.79 2.211C28.614 19.203 29 21.391 29 24c0 2.61-.385 4.797-1.21 6.289c-.773 1.395-1.933 2.211-3.79 2.211s-3.017-.816-3.79-2.211C19.386 28.797 19 26.609 19 24m5-11c-2.83 0-4.796 1.367-5.977 3.5c-1.127 2.037-1.523 4.725-1.523 7.5s.396 5.463 1.523 7.5C19.205 33.633 21.17 35 24 35s4.796-1.367 5.977-3.5c1.127-2.037 1.523-4.725 1.523-7.5s-.396-5.463-1.523-7.5C28.796 14.367 26.83 13 24 13"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle048Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.5 24c0 9.665-7.835 17.5-17.5 17.5S6.5 33.665 6.5 24S14.335 6.5 24 6.5S41.5 14.335 41.5 24M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-5-20c0-2.61.385-4.797 1.21-6.289c.773-1.395 1.933-2.211 3.79-2.211s3.017.816 3.79 2.211C28.614 19.203 29 21.391 29 24c0 2.61-.385 4.797-1.21 6.289c-.773 1.395-1.933 2.211-3.79 2.211s-3.017-.816-3.79-2.211C19.386 28.797 19 26.609 19 24m5-11c-2.83 0-4.796 1.367-5.977 3.5c-1.127 2.037-1.523 4.725-1.523 7.5s.396 5.463 1.523 7.5C19.205 33.633 21.17 35 24 35s4.796-1.367 5.977-3.5c1.127-2.037 1.523-4.725 1.523-7.5s-.396-5.463-1.523-7.5C28.796 14.367 26.83 13 24 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.5 24c0 9.665-7.835 17.5-17.5 17.5S6.5 33.665 6.5 24S14.335 6.5 24 6.5S41.5 14.335 41.5 24M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-5-20c0-2.61.385-4.797 1.21-6.289c.773-1.395 1.933-2.211 3.79-2.211s3.017.816 3.79 2.211C28.614 19.203 29 21.391 29 24c0 2.61-.385 4.797-1.21 6.289c-.773 1.395-1.933 2.211-3.79 2.211s-3.017-.816-3.79-2.211C19.386 28.797 19 26.609 19 24m5-11c-2.83 0-4.796 1.367-5.977 3.5c-1.127 2.037-1.523 4.725-1.523 7.5s.396 5.463 1.523 7.5C19.205 33.633 21.17 35 24 35s4.796-1.367 5.977-3.5c1.127-2.037 1.523-4.725 1.523-7.5s-.396-5.463-1.523-7.5C28.796 14.367 26.83 13 24 13"/></svg> </template>
CSS
.icon-number-circle-0-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.5%2024c0%209.665-7.835%2017.5-17.5%2017.5S6.5%2033.665%206.5%2024S14.335%206.5%2024%206.5S41.5%2014.335%2041.5%2024M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m-5-20c0-2.61.385-4.797%201.21-6.289c.773-1.395%201.933-2.211%203.79-2.211s3.017.816%203.79%202.211C28.614%2019.203%2029%2021.391%2029%2024c0%202.61-.385%204.797-1.21%206.289c-.773%201.395-1.933%202.211-3.79%202.211s-3.017-.816-3.79-2.211C19.386%2028.797%2019%2026.609%2019%2024m5-11c-2.83%200-4.796%201.367-5.977%203.5c-1.127%202.037-1.523%204.725-1.523%207.5s.396%205.463%201.523%207.5C19.205%2033.633%2021.17%2035%2024%2035s4.796-1.367%205.977-3.5c1.127-2.037%201.523-4.725%201.523-7.5s-.396-5.463-1.523-7.5C28.796%2014.367%2026.83%2013%2024%2013%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.5%2024c0%209.665-7.835%2017.5-17.5%2017.5S6.5%2033.665%206.5%2024S14.335%206.5%2024%206.5S41.5%2014.335%2041.5%2024M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m-5-20c0-2.61.385-4.797%201.21-6.289c.773-1.395%201.933-2.211%203.79-2.211s3.017.816%203.79%202.211C28.614%2019.203%2029%2021.391%2029%2024c0%202.61-.385%204.797-1.21%206.289c-.773%201.395-1.933%202.211-3.79%202.211s-3.017-.816-3.79-2.211C19.386%2028.797%2019%2026.609%2019%2024m5-11c-2.83%200-4.796%201.367-5.977%203.5c-1.127%202.037-1.523%204.725-1.523%207.5s.396%205.463%201.523%207.5C19.205%2033.633%2021.17%2035%2024%2035s4.796-1.367%205.977-3.5c1.127-2.037%201.523-4.725%201.523-7.5s-.396-5.463-1.523-7.5C28.796%2014.367%2026.83%2013%2024%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-0-48-regular.svg?color=%231a73e8&size=48