number circle 8 icon
number-circle-8-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-8-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-9-16-fillednumber-row-16-fillednumber-symbol-16-fillednumber-symbol-dismiss-20-fillednumber-symbol-square-20-filled
Use the number circle 8 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m14-6c1.452 0 2.5 1.076 2.5 2.25S17.452 14.5 16 14.5s-2.5-1.076-2.5-2.25S14.548 10 16 10m2.979 5.436c.924-.768 1.521-1.894 1.521-3.186C20.5 9.834 18.414 8 16 8s-4.5 1.834-4.5 4.25c0 1.292.597 2.418 1.521 3.186C11.805 16.29 11 17.663 11 19.25c0 2.683 2.3 4.75 5 4.75s5-2.067 5-4.75c0-1.587-.805-2.959-2.021-3.814M16 16.5c1.719 0 3 1.291 3 2.75S17.719 22 16 22s-3-1.291-3-2.75s1.281-2.75 3-2.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle832Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m14-6c1.452 0 2.5 1.076 2.5 2.25S17.452 14.5 16 14.5s-2.5-1.076-2.5-2.25S14.548 10 16 10m2.979 5.436c.924-.768 1.521-1.894 1.521-3.186C20.5 9.834 18.414 8 16 8s-4.5 1.834-4.5 4.25c0 1.292.597 2.418 1.521 3.186C11.805 16.29 11 17.663 11 19.25c0 2.683 2.3 4.75 5 4.75s5-2.067 5-4.75c0-1.587-.805-2.959-2.021-3.814M16 16.5c1.719 0 3 1.291 3 2.75S17.719 22 16 22s-3-1.291-3-2.75s1.281-2.75 3-2.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m14-6c1.452 0 2.5 1.076 2.5 2.25S17.452 14.5 16 14.5s-2.5-1.076-2.5-2.25S14.548 10 16 10m2.979 5.436c.924-.768 1.521-1.894 1.521-3.186C20.5 9.834 18.414 8 16 8s-4.5 1.834-4.5 4.25c0 1.292.597 2.418 1.521 3.186C11.805 16.29 11 17.663 11 19.25c0 2.683 2.3 4.75 5 4.75s5-2.067 5-4.75c0-1.587-.805-2.959-2.021-3.814M16 16.5c1.719 0 3 1.291 3 2.75S17.719 22 16 22s-3-1.291-3-2.75s1.281-2.75 3-2.75"/></svg> </template>
CSS
.icon-number-circle-8-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m14-6c1.452%200%202.5%201.076%202.5%202.25S17.452%2014.5%2016%2014.5s-2.5-1.076-2.5-2.25S14.548%2010%2016%2010m2.979%205.436c.924-.768%201.521-1.894%201.521-3.186C20.5%209.834%2018.414%208%2016%208s-4.5%201.834-4.5%204.25c0%201.292.597%202.418%201.521%203.186C11.805%2016.29%2011%2017.663%2011%2019.25c0%202.683%202.3%204.75%205%204.75s5-2.067%205-4.75c0-1.587-.805-2.959-2.021-3.814M16%2016.5c1.719%200%203%201.291%203%202.75S17.719%2022%2016%2022s-3-1.291-3-2.75s1.281-2.75%203-2.75%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m14-6c1.452%200%202.5%201.076%202.5%202.25S17.452%2014.5%2016%2014.5s-2.5-1.076-2.5-2.25S14.548%2010%2016%2010m2.979%205.436c.924-.768%201.521-1.894%201.521-3.186C20.5%209.834%2018.414%208%2016%208s-4.5%201.834-4.5%204.25c0%201.292.597%202.418%201.521%203.186C11.805%2016.29%2011%2017.663%2011%2019.25c0%202.683%202.3%204.75%205%204.75s5-2.067%205-4.75c0-1.587-.805-2.959-2.021-3.814M16%2016.5c1.719%200%203%201.291%203%202.75S17.719%2022%2016%2022s-3-1.291-3-2.75s1.281-2.75%203-2.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-8-32-regular.svg?color=%231a73e8&size=48