number-circle-0-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
number-circle-0-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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="M24.5 14c0 5.799-4.701 10.5-10.5 10.5S3.5 19.799 3.5 14S8.201 3.5 14 3.5S24.5 8.201 24.5 14M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12m-3-12c0-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 FluentNumberCircle028Regular(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="M24.5 14c0 5.799-4.701 10.5-10.5 10.5S3.5 19.799 3.5 14S8.201 3.5 14 3.5S24.5 8.201 24.5 14M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12m-3-12c0-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="M24.5 14c0 5.799-4.701 10.5-10.5 10.5S3.5 19.799 3.5 14S8.201 3.5 14 3.5S24.5 8.201 24.5 14M14 26c6.627 0 12-5.373 12-12S20.627 2 14 2S2 7.373 2 14s5.373 12 12 12m-3-12c0-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-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%2014c0%205.799-4.701%2010.5-10.5%2010.5S3.5%2019.799%203.5%2014S8.201%203.5%2014%203.5S24.5%208.201%2024.5%2014M14%2026c6.627%200%2012-5.373%2012-12S20.627%202%2014%202S2%207.373%202%2014s5.373%2012%2012%2012m-3-12c0-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%22M24.5%2014c0%205.799-4.701%2010.5-10.5%2010.5S3.5%2019.799%203.5%2014S8.201%203.5%2014%203.5S24.5%208.201%2024.5%2014M14%2026c6.627%200%2012-5.373%2012-12S20.627%202%2014%202S2%207.373%202%2014s5.373%2012%2012%2012m-3-12c0-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-regular.svg?color=%231a73e8&size=48