number circle 8 icon
number-circle-8-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-8-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 4.5c-.86 0-1.5.646-1.5 1.375c0 .73.64 1.375 1.5 1.375s1.5-.646 1.5-1.375c0-.73-.64-1.375-1.5-1.375m1.572 3.222c.707.47 1.178 1.25 1.178 2.153c0 1.476-1.258 2.625-2.75 2.625s-2.75-1.149-2.75-2.625c0-.903.47-1.684 1.178-2.153A2.32 2.32 0 0 1 7.5 7.875C7.5 6.533 8.65 5.5 10 5.5s2.5 1.033 2.5 2.375c0 .757-.366 1.416-.928 1.847M10 10.25c-.994 0-1.75.754-1.75 1.625c0 .87.756 1.625 1.75 1.625s1.75-.754 1.75-1.625c0-.87-.756-1.625-1.75-1.625"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle820Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 4.5c-.86 0-1.5.646-1.5 1.375c0 .73.64 1.375 1.5 1.375s1.5-.646 1.5-1.375c0-.73-.64-1.375-1.5-1.375m1.572 3.222c.707.47 1.178 1.25 1.178 2.153c0 1.476-1.258 2.625-2.75 2.625s-2.75-1.149-2.75-2.625c0-.903.47-1.684 1.178-2.153A2.32 2.32 0 0 1 7.5 7.875C7.5 6.533 8.65 5.5 10 5.5s2.5 1.033 2.5 2.375c0 .757-.366 1.416-.928 1.847M10 10.25c-.994 0-1.75.754-1.75 1.625c0 .87.756 1.625 1.75 1.625s1.75-.754 1.75-1.625c0-.87-.756-1.625-1.75-1.625"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 4.5c-.86 0-1.5.646-1.5 1.375c0 .73.64 1.375 1.5 1.375s1.5-.646 1.5-1.375c0-.73-.64-1.375-1.5-1.375m1.572 3.222c.707.47 1.178 1.25 1.178 2.153c0 1.476-1.258 2.625-2.75 2.625s-2.75-1.149-2.75-2.625c0-.903.47-1.684 1.178-2.153A2.32 2.32 0 0 1 7.5 7.875C7.5 6.533 8.65 5.5 10 5.5s2.5 1.033 2.5 2.375c0 .757-.366 1.416-.928 1.847M10 10.25c-.994 0-1.75.754-1.75 1.625c0 .87.756 1.625 1.75 1.625s1.75-.754 1.75-1.625c0-.87-.756-1.625-1.75-1.625"/></svg> </template>
CSS
.icon-number-circle-8-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m0%204.5c-.86%200-1.5.646-1.5%201.375c0%20.73.64%201.375%201.5%201.375s1.5-.646%201.5-1.375c0-.73-.64-1.375-1.5-1.375m1.572%203.222c.707.47%201.178%201.25%201.178%202.153c0%201.476-1.258%202.625-2.75%202.625s-2.75-1.149-2.75-2.625c0-.903.47-1.684%201.178-2.153A2.32%202.32%200%200%201%207.5%207.875C7.5%206.533%208.65%205.5%2010%205.5s2.5%201.033%202.5%202.375c0%20.757-.366%201.416-.928%201.847M10%2010.25c-.994%200-1.75.754-1.75%201.625c0%20.87.756%201.625%201.75%201.625s1.75-.754%201.75-1.625c0-.87-.756-1.625-1.75-1.625%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m0%204.5c-.86%200-1.5.646-1.5%201.375c0%20.73.64%201.375%201.5%201.375s1.5-.646%201.5-1.375c0-.73-.64-1.375-1.5-1.375m1.572%203.222c.707.47%201.178%201.25%201.178%202.153c0%201.476-1.258%202.625-2.75%202.625s-2.75-1.149-2.75-2.625c0-.903.47-1.684%201.178-2.153A2.32%202.32%200%200%201%207.5%207.875C7.5%206.533%208.65%205.5%2010%205.5s2.5%201.033%202.5%202.375c0%20.757-.366%201.416-.928%201.847M10%2010.25c-.994%200-1.75.754-1.75%201.625c0%20.87.756%201.625%201.75%201.625s1.75-.754%201.75-1.625c0-.87-.756-1.625-1.75-1.625%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-20-filled.svg?color=%231a73e8&size=48