number circle 0 icon
number-circle-0-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-0-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-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 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 10M9.75 12c0-1.263.184-2.302.565-3c.349-.64.858-1 1.685-1s1.336.36 1.685 1c.38.698.565 1.737.565 3s-.184 2.302-.565 3c-.349.64-.858 1-1.685 1s-1.336-.36-1.685-1c-.38-.698-.565-1.737-.565-3M12 6.5c-1.423 0-2.414.703-3.002 1.782C8.44 9.304 8.25 10.64 8.25 12s.19 2.696.748 3.718c.588 1.08 1.58 1.782 3.002 1.782c1.423 0 2.414-.703 3.002-1.782c.557-1.022.748-2.358.748-3.718s-.19-2.696-.748-3.718C14.414 7.202 13.422 6.5 12 6.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle024Filled(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 10M9.75 12c0-1.263.184-2.302.565-3c.349-.64.858-1 1.685-1s1.336.36 1.685 1c.38.698.565 1.737.565 3s-.184 2.302-.565 3c-.349.64-.858 1-1.685 1s-1.336-.36-1.685-1c-.38-.698-.565-1.737-.565-3M12 6.5c-1.423 0-2.414.703-3.002 1.782C8.44 9.304 8.25 10.64 8.25 12s.19 2.696.748 3.718c.588 1.08 1.58 1.782 3.002 1.782c1.423 0 2.414-.703 3.002-1.782c.557-1.022.748-2.358.748-3.718s-.19-2.696-.748-3.718C14.414 7.202 13.422 6.5 12 6.5"/></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 10M9.75 12c0-1.263.184-2.302.565-3c.349-.64.858-1 1.685-1s1.336.36 1.685 1c.38.698.565 1.737.565 3s-.184 2.302-.565 3c-.349.64-.858 1-1.685 1s-1.336-.36-1.685-1c-.38-.698-.565-1.737-.565-3M12 6.5c-1.423 0-2.414.703-3.002 1.782C8.44 9.304 8.25 10.64 8.25 12s.19 2.696.748 3.718c.588 1.08 1.58 1.782 3.002 1.782c1.423 0 2.414-.703 3.002-1.782c.557-1.022.748-2.358.748-3.718s-.19-2.696-.748-3.718C14.414 7.202 13.422 6.5 12 6.5"/></svg> </template>
CSS
.icon-number-circle-0-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%2010M9.75%2012c0-1.263.184-2.302.565-3c.349-.64.858-1%201.685-1s1.336.36%201.685%201c.38.698.565%201.737.565%203s-.184%202.302-.565%203c-.349.64-.858%201-1.685%201s-1.336-.36-1.685-1c-.38-.698-.565-1.737-.565-3M12%206.5c-1.423%200-2.414.703-3.002%201.782C8.44%209.304%208.25%2010.64%208.25%2012s.19%202.696.748%203.718c.588%201.08%201.58%201.782%203.002%201.782c1.423%200%202.414-.703%203.002-1.782c.557-1.022.748-2.358.748-3.718s-.19-2.696-.748-3.718C14.414%207.202%2013.422%206.5%2012%206.5%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%2010M9.75%2012c0-1.263.184-2.302.565-3c.349-.64.858-1%201.685-1s1.336.36%201.685%201c.38.698.565%201.737.565%203s-.184%202.302-.565%203c-.349.64-.858%201-1.685%201s-1.336-.36-1.685-1c-.38-.698-.565-1.737-.565-3M12%206.5c-1.423%200-2.414.703-3.002%201.782C8.44%209.304%208.25%2010.64%208.25%2012s.19%202.696.748%203.718c.588%201.08%201.58%201.782%203.002%201.782c1.423%200%202.414-.703%203.002-1.782c.557-1.022.748-2.358.748-3.718s-.19-2.696-.748-3.718C14.414%207.202%2013.422%206.5%2012%206.5%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-24-filled.svg?color=%231a73e8&size=48