number circle 8 icon
number-circle-8-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-8-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7-2.5c.594 0 1 .432 1 .875s-.406.875-1 .875s-1-.432-1-.875s.406-.875 1-.875m1.402 2.213A1.8 1.8 0 0 0 10 6.375C10 5.299 9.063 4.5 8 4.5s-2 .8-2 1.875a1.8 1.8 0 0 0 .598 1.338a2.07 2.07 0 0 0-.848 1.662C5.75 10.583 6.793 11.5 8 11.5s2.25-.917 2.25-2.125c0-.686-.336-1.278-.848-1.662M8 8.25c.726 0 1.25.538 1.25 1.125S8.726 10.5 8 10.5s-1.25-.538-1.25-1.125S7.274 8.25 8 8.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle816Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7-2.5c.594 0 1 .432 1 .875s-.406.875-1 .875s-1-.432-1-.875s.406-.875 1-.875m1.402 2.213A1.8 1.8 0 0 0 10 6.375C10 5.299 9.063 4.5 8 4.5s-2 .8-2 1.875a1.8 1.8 0 0 0 .598 1.338a2.07 2.07 0 0 0-.848 1.662C5.75 10.583 6.793 11.5 8 11.5s2.25-.917 2.25-2.125c0-.686-.336-1.278-.848-1.662M8 8.25c.726 0 1.25.538 1.25 1.125S8.726 10.5 8 10.5s-1.25-.538-1.25-1.125S7.274 8.25 8 8.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2M1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8m7-2.5c.594 0 1 .432 1 .875s-.406.875-1 .875s-1-.432-1-.875s.406-.875 1-.875m1.402 2.213A1.8 1.8 0 0 0 10 6.375C10 5.299 9.063 4.5 8 4.5s-2 .8-2 1.875a1.8 1.8 0 0 0 .598 1.338a2.07 2.07 0 0 0-.848 1.662C5.75 10.583 6.793 11.5 8 11.5s2.25-.917 2.25-2.125c0-.686-.336-1.278-.848-1.662M8 8.25c.726 0 1.25.538 1.25 1.125S8.726 10.5 8 10.5s-1.25-.538-1.25-1.125S7.274 8.25 8 8.25"/></svg> </template>
CSS
.icon-number-circle-8-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a6%206%200%201%200%200%2012A6%206%200%200%200%208%202M1%208a7%207%200%201%201%2014%200A7%207%200%200%201%201%208m7-2.5c.594%200%201%20.432%201%20.875s-.406.875-1%20.875s-1-.432-1-.875s.406-.875%201-.875m1.402%202.213A1.8%201.8%200%200%200%2010%206.375C10%205.299%209.063%204.5%208%204.5s-2%20.8-2%201.875a1.8%201.8%200%200%200%20.598%201.338a2.07%202.07%200%200%200-.848%201.662C5.75%2010.583%206.793%2011.5%208%2011.5s2.25-.917%202.25-2.125c0-.686-.336-1.278-.848-1.662M8%208.25c.726%200%201.25.538%201.25%201.125S8.726%2010.5%208%2010.5s-1.25-.538-1.25-1.125S7.274%208.25%208%208.25%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a6%206%200%201%200%200%2012A6%206%200%200%200%208%202M1%208a7%207%200%201%201%2014%200A7%207%200%200%201%201%208m7-2.5c.594%200%201%20.432%201%20.875s-.406.875-1%20.875s-1-.432-1-.875s.406-.875%201-.875m1.402%202.213A1.8%201.8%200%200%200%2010%206.375C10%205.299%209.063%204.5%208%204.5s-2%20.8-2%201.875a1.8%201.8%200%200%200%20.598%201.338a2.07%202.07%200%200%200-.848%201.662C5.75%2010.583%206.793%2011.5%208%2011.5s2.25-.917%202.25-2.125c0-.686-.336-1.278-.848-1.662M8%208.25c.726%200%201.25.538%201.25%201.125S8.726%2010.5%208%2010.5s-1.25-.538-1.25-1.125S7.274%208.25%208%208.25%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-16-regular.svg?color=%231a73e8&size=48