number circle 0 icon
number-circle-0-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-0-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m9 0c0-1.68.232-3.101.736-4.074c.247-.477.549-.826.902-1.057c.35-.229.79-.369 1.362-.369s1.013.14 1.362.369c.353.231.655.58.902 1.057c.504.973.736 2.393.736 4.074c0 1.68-.232 3.101-.736 4.074c-.247.477-.549.826-.902 1.057c-.35.229-.79.369-1.362.369s-1.013-.14-1.362-.369c-.353-.231-.655-.58-.902-1.057C11.232 17.101 11 15.681 11 14m3-7c-.834 0-1.565.21-2.183.614c-.614.4-1.074.967-1.413 1.622C9.737 10.524 9.5 12.229 9.5 14c0 1.77.237 3.476.904 4.764c.34.655.8 1.221 1.413 1.623c.618.404 1.35.613 2.183.613c.834 0 1.565-.21 2.183-.613c.614-.402 1.074-.968 1.413-1.623c.667-1.288.904-2.993.904-4.764c0-1.77-.237-3.476-.904-4.764c-.34-.655-.8-1.221-1.413-1.622C15.565 7.209 14.833 7 14 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle028Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m9 0c0-1.68.232-3.101.736-4.074c.247-.477.549-.826.902-1.057c.35-.229.79-.369 1.362-.369s1.013.14 1.362.369c.353.231.655.58.902 1.057c.504.973.736 2.393.736 4.074c0 1.68-.232 3.101-.736 4.074c-.247.477-.549.826-.902 1.057c-.35.229-.79.369-1.362.369s-1.013-.14-1.362-.369c-.353-.231-.655-.58-.902-1.057C11.232 17.101 11 15.681 11 14m3-7c-.834 0-1.565.21-2.183.614c-.614.4-1.074.967-1.413 1.622C9.737 10.524 9.5 12.229 9.5 14c0 1.77.237 3.476.904 4.764c.34.655.8 1.221 1.413 1.623c.618.404 1.35.613 2.183.613c.834 0 1.565-.21 2.183-.613c.614-.402 1.074-.968 1.413-1.623c.667-1.288.904-2.993.904-4.764c0-1.77-.237-3.476-.904-4.764c-.34-.655-.8-1.221-1.413-1.622C15.565 7.209 14.833 7 14 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m9 0c0-1.68.232-3.101.736-4.074c.247-.477.549-.826.902-1.057c.35-.229.79-.369 1.362-.369s1.013.14 1.362.369c.353.231.655.58.902 1.057c.504.973.736 2.393.736 4.074c0 1.68-.232 3.101-.736 4.074c-.247.477-.549.826-.902 1.057c-.35.229-.79.369-1.362.369s-1.013-.14-1.362-.369c-.353-.231-.655-.58-.902-1.057C11.232 17.101 11 15.681 11 14m3-7c-.834 0-1.565.21-2.183.614c-.614.4-1.074.967-1.413 1.622C9.737 10.524 9.5 12.229 9.5 14c0 1.77.237 3.476.904 4.764c.34.655.8 1.221 1.413 1.623c.618.404 1.35.613 2.183.613c.834 0 1.565-.21 2.183-.613c.614-.402 1.074-.968 1.413-1.623c.667-1.288.904-2.993.904-4.764c0-1.77-.237-3.476-.904-4.764c-.34-.655-.8-1.221-1.413-1.622C15.565 7.209 14.833 7 14 7"/></svg> </template>
CSS
.icon-number-circle-0-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014m9%200c0-1.68.232-3.101.736-4.074c.247-.477.549-.826.902-1.057c.35-.229.79-.369%201.362-.369s1.013.14%201.362.369c.353.231.655.58.902%201.057c.504.973.736%202.393.736%204.074c0%201.68-.232%203.101-.736%204.074c-.247.477-.549.826-.902%201.057c-.35.229-.79.369-1.362.369s-1.013-.14-1.362-.369c-.353-.231-.655-.58-.902-1.057C11.232%2017.101%2011%2015.681%2011%2014m3-7c-.834%200-1.565.21-2.183.614c-.614.4-1.074.967-1.413%201.622C9.737%2010.524%209.5%2012.229%209.5%2014c0%201.77.237%203.476.904%204.764c.34.655.8%201.221%201.413%201.623c.618.404%201.35.613%202.183.613c.834%200%201.565-.21%202.183-.613c.614-.402%201.074-.968%201.413-1.623c.667-1.288.904-2.993.904-4.764c0-1.77-.237-3.476-.904-4.764c-.34-.655-.8-1.221-1.413-1.622C15.565%207.209%2014.833%207%2014%207%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014m9%200c0-1.68.232-3.101.736-4.074c.247-.477.549-.826.902-1.057c.35-.229.79-.369%201.362-.369s1.013.14%201.362.369c.353.231.655.58.902%201.057c.504.973.736%202.393.736%204.074c0%201.68-.232%203.101-.736%204.074c-.247.477-.549.826-.902%201.057c-.35.229-.79.369-1.362.369s-1.013-.14-1.362-.369c-.353-.231-.655-.58-.902-1.057C11.232%2017.101%2011%2015.681%2011%2014m3-7c-.834%200-1.565.21-2.183.614c-.614.4-1.074.967-1.413%201.622C9.737%2010.524%209.5%2012.229%209.5%2014c0%201.77.237%203.476.904%204.764c.34.655.8%201.221%201.413%201.623c.618.404%201.35.613%202.183.613c.834%200%201.565-.21%202.183-.613c.614-.402%201.074-.968%201.413-1.623c.667-1.288.904-2.993.904-4.764c0-1.77-.237-3.476-.904-4.764c-.34-.655-.8-1.221-1.413-1.622C15.565%207.209%2014.833%207%2014%207%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-28-filled.svg?color=%231a73e8&size=48