number circle 9 icon
number-circle-9-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-9-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
number-circle-0-16-fillednumber-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-row-16-fillednumber-symbol-16-fillednumber-symbol-dismiss-20-fillednumber-symbol-square-20-filled
Use the number circle 9 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 24.5c5.799 0 10.5-4.701 10.5-10.5S19.799 3.5 14 3.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2s12 5.373 12 12m-12 .5c-.983 0-1.719-.347-2.21-.865c-.497-.523-.79-1.269-.79-2.135a3 3 0 1 1 3 3M14 7a4.5 4.5 0 0 0-4.5 4.5c0 1.205.41 2.335 1.202 3.168C11.5 15.508 12.64 16 14 16c1.566 0 2.945-.8 3.75-2.012V14c0 1.631-.356 3.035-1 4.005c-.623.94-1.523 1.495-2.75 1.495c-1.292 0-2.228-.617-2.857-1.665a.75.75 0 1 0-1.286.77C10.724 20.053 12.12 21 14 21c1.773 0 3.123-.844 4-2.166c.856-1.292 1.25-3.014 1.25-4.834c0-1.797-.323-3.522-1.149-4.822C17.247 7.832 15.883 7 14.001 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle928Regular(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="M14 24.5c5.799 0 10.5-4.701 10.5-10.5S19.799 3.5 14 3.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2s12 5.373 12 12m-12 .5c-.983 0-1.719-.347-2.21-.865c-.497-.523-.79-1.269-.79-2.135a3 3 0 1 1 3 3M14 7a4.5 4.5 0 0 0-4.5 4.5c0 1.205.41 2.335 1.202 3.168C11.5 15.508 12.64 16 14 16c1.566 0 2.945-.8 3.75-2.012V14c0 1.631-.356 3.035-1 4.005c-.623.94-1.523 1.495-2.75 1.495c-1.292 0-2.228-.617-2.857-1.665a.75.75 0 1 0-1.286.77C10.724 20.053 12.12 21 14 21c1.773 0 3.123-.844 4-2.166c.856-1.292 1.25-3.014 1.25-4.834c0-1.797-.323-3.522-1.149-4.822C17.247 7.832 15.883 7 14.001 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="M14 24.5c5.799 0 10.5-4.701 10.5-10.5S19.799 3.5 14 3.5S3.5 8.201 3.5 14S8.201 24.5 14 24.5M26 14c0 6.627-5.373 12-12 12S2 20.627 2 14S7.373 2 14 2s12 5.373 12 12m-12 .5c-.983 0-1.719-.347-2.21-.865c-.497-.523-.79-1.269-.79-2.135a3 3 0 1 1 3 3M14 7a4.5 4.5 0 0 0-4.5 4.5c0 1.205.41 2.335 1.202 3.168C11.5 15.508 12.64 16 14 16c1.566 0 2.945-.8 3.75-2.012V14c0 1.631-.356 3.035-1 4.005c-.623.94-1.523 1.495-2.75 1.495c-1.292 0-2.228-.617-2.857-1.665a.75.75 0 1 0-1.286.77C10.724 20.053 12.12 21 14 21c1.773 0 3.123-.844 4-2.166c.856-1.292 1.25-3.014 1.25-4.834c0-1.797-.323-3.522-1.149-4.822C17.247 7.832 15.883 7 14.001 7"/></svg> </template>
CSS
.icon-number-circle-9-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%22M14%2024.5c5.799%200%2010.5-4.701%2010.5-10.5S19.799%203.5%2014%203.5S3.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5M26%2014c0%206.627-5.373%2012-12%2012S2%2020.627%202%2014S7.373%202%2014%202s12%205.373%2012%2012m-12%20.5c-.983%200-1.719-.347-2.21-.865c-.497-.523-.79-1.269-.79-2.135a3%203%200%201%201%203%203M14%207a4.5%204.5%200%200%200-4.5%204.5c0%201.205.41%202.335%201.202%203.168C11.5%2015.508%2012.64%2016%2014%2016c1.566%200%202.945-.8%203.75-2.012V14c0%201.631-.356%203.035-1%204.005c-.623.94-1.523%201.495-2.75%201.495c-1.292%200-2.228-.617-2.857-1.665a.75.75%200%201%200-1.286.77C10.724%2020.053%2012.12%2021%2014%2021c1.773%200%203.123-.844%204-2.166c.856-1.292%201.25-3.014%201.25-4.834c0-1.797-.323-3.522-1.149-4.822C17.247%207.832%2015.883%207%2014.001%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%22M14%2024.5c5.799%200%2010.5-4.701%2010.5-10.5S19.799%203.5%2014%203.5S3.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5M26%2014c0%206.627-5.373%2012-12%2012S2%2020.627%202%2014S7.373%202%2014%202s12%205.373%2012%2012m-12%20.5c-.983%200-1.719-.347-2.21-.865c-.497-.523-.79-1.269-.79-2.135a3%203%200%201%201%203%203M14%207a4.5%204.5%200%200%200-4.5%204.5c0%201.205.41%202.335%201.202%203.168C11.5%2015.508%2012.64%2016%2014%2016c1.566%200%202.945-.8%203.75-2.012V14c0%201.631-.356%203.035-1%204.005c-.623.94-1.523%201.495-2.75%201.495c-1.292%200-2.228-.617-2.857-1.665a.75.75%200%201%200-1.286.77C10.724%2020.053%2012.12%2021%2014%2021c1.773%200%203.123-.844%204-2.166c.856-1.292%201.25-3.014%201.25-4.834c0-1.797-.323-3.522-1.149-4.822C17.247%207.832%2015.883%207%2014.001%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-9-28-regular.svg?color=%231a73e8&size=48