number circle 9 icon
number-circle-9-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-9-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-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 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m0 8.5c-1.208 0-2-.88-2-2s.792-2 2-2a2 2 0 1 1 0 4m2.498-.338A3 3 0 0 1 10 11.5c-1.792 0-3-1.36-3-3s1.208-3 3-3c.863 0 1.759.29 2.434 1.04c.671.746 1.066 1.881 1.066 3.46c0 1.171-.264 2.28-.839 3.113c-.588.851-1.488 1.387-2.661 1.387c-1.623 0-2.417-1.091-2.682-1.563a.5.5 0 1 1 .871-.49c.19.337.717 1.053 1.811 1.053c.827 0 1.427-.36 1.839-.955c.402-.584.636-1.414.66-2.383"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle920Filled(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 8.5c-1.208 0-2-.88-2-2s.792-2 2-2a2 2 0 1 1 0 4m2.498-.338A3 3 0 0 1 10 11.5c-1.792 0-3-1.36-3-3s1.208-3 3-3c.863 0 1.759.29 2.434 1.04c.671.746 1.066 1.881 1.066 3.46c0 1.171-.264 2.28-.839 3.113c-.588.851-1.488 1.387-2.661 1.387c-1.623 0-2.417-1.091-2.682-1.563a.5.5 0 1 1 .871-.49c.19.337.717 1.053 1.811 1.053c.827 0 1.427-.36 1.839-.955c.402-.584.636-1.414.66-2.383"/></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 8.5c-1.208 0-2-.88-2-2s.792-2 2-2a2 2 0 1 1 0 4m2.498-.338A3 3 0 0 1 10 11.5c-1.792 0-3-1.36-3-3s1.208-3 3-3c.863 0 1.759.29 2.434 1.04c.671.746 1.066 1.881 1.066 3.46c0 1.171-.264 2.28-.839 3.113c-.588.851-1.488 1.387-2.661 1.387c-1.623 0-2.417-1.091-2.682-1.563a.5.5 0 1 1 .871-.49c.19.337.717 1.053 1.811 1.053c.827 0 1.427-.36 1.839-.955c.402-.584.636-1.414.66-2.383"/></svg> </template>
CSS
.icon-number-circle-9-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%208.5c-1.208%200-2-.88-2-2s.792-2%202-2a2%202%200%201%201%200%204m2.498-.338A3%203%200%200%201%2010%2011.5c-1.792%200-3-1.36-3-3s1.208-3%203-3c.863%200%201.759.29%202.434%201.04c.671.746%201.066%201.881%201.066%203.46c0%201.171-.264%202.28-.839%203.113c-.588.851-1.488%201.387-2.661%201.387c-1.623%200-2.417-1.091-2.682-1.563a.5.5%200%201%201%20.871-.49c.19.337.717%201.053%201.811%201.053c.827%200%201.427-.36%201.839-.955c.402-.584.636-1.414.66-2.383%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%208.5c-1.208%200-2-.88-2-2s.792-2%202-2a2%202%200%201%201%200%204m2.498-.338A3%203%200%200%201%2010%2011.5c-1.792%200-3-1.36-3-3s1.208-3%203-3c.863%200%201.759.29%202.434%201.04c.671.746%201.066%201.881%201.066%203.46c0%201.171-.264%202.28-.839%203.113c-.588.851-1.488%201.387-2.661%201.387c-1.623%200-2.417-1.091-2.682-1.563a.5.5%200%201%201%20.871-.49c.19.337.717%201.053%201.811%201.053c.827%200%201.427-.36%201.839-.955c.402-.584.636-1.414.66-2.383%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-20-filled.svg?color=%231a73e8&size=48