number circle 0 icon
number-circle-0-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-0-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- 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="M24 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-11c2.83 0 4.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 33.633 26.83 35 24 35s-4.796-1.367-5.977-3.5C16.896 29.463 16.5 26.775 16.5 24s.396-5.463 1.523-7.5C19.205 14.367 21.17 13 24 13"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle048Filled(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="M24 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-11c2.83 0 4.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 33.633 26.83 35 24 35s-4.796-1.367-5.977-3.5C16.896 29.463 16.5 26.775 16.5 24s.396-5.463 1.523-7.5C19.205 14.367 21.17 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="M24 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-11c2.83 0 4.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 33.633 26.83 35 24 35s-4.796-1.367-5.977-3.5C16.896 29.463 16.5 26.775 16.5 24s.396-5.463 1.523-7.5C19.205 14.367 21.17 13 24 13"/></svg> </template>
CSS
.icon-number-circle-0-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%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-11c2.83%200%204.796%201.367%205.977%203.5c1.127%202.037%201.523%204.725%201.523%207.5s-.396%205.463-1.523%207.5C28.796%2033.633%2026.83%2035%2024%2035s-4.796-1.367-5.977-3.5C16.896%2029.463%2016.5%2026.775%2016.5%2024s.396-5.463%201.523-7.5C19.205%2014.367%2021.17%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%22M24%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-11c2.83%200%204.796%201.367%205.977%203.5c1.127%202.037%201.523%204.725%201.523%207.5s-.396%205.463-1.523%207.5C28.796%2033.633%2026.83%2035%2024%2035s-4.796-1.367-5.977-3.5C16.896%2029.463%2016.5%2026.775%2016.5%2024s.396-5.463%201.523-7.5C19.205%2014.367%2021.17%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-filled.svg?color=%231a73e8&size=48