number circle 9 icon
number-circle-9-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-9-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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-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 16 16"><path fill="currentColor" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.962 7.862c-.21-.228-.337-.567-.337-.987A1.375 1.375 0 1 1 8 8.25c-.507 0-.834-.166-1.038-.388m-.736.678c-.415-.45-.601-1.05-.601-1.665A2.376 2.376 0 0 1 8.001 4.5c.91 0 1.626.39 2.096 1.055c.454.645.654 1.508.654 2.445c0 .895-.201 1.754-.651 2.406c-.464.67-1.176 1.094-2.1 1.094c-.979 0-1.717-.477-2.174-1.21a.5.5 0 0 1 .848-.53c.29.465.72.74 1.327.74c.577 0 .99-.248 1.276-.663c.23-.334.386-.79.446-1.328A2.37 2.37 0 0 1 8 9.25c-.743 0-1.353-.254-1.774-.71"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle916Filled(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 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.962 7.862c-.21-.228-.337-.567-.337-.987A1.375 1.375 0 1 1 8 8.25c-.507 0-.834-.166-1.038-.388m-.736.678c-.415-.45-.601-1.05-.601-1.665A2.376 2.376 0 0 1 8.001 4.5c.91 0 1.626.39 2.096 1.055c.454.645.654 1.508.654 2.445c0 .895-.201 1.754-.651 2.406c-.464.67-1.176 1.094-2.1 1.094c-.979 0-1.717-.477-2.174-1.21a.5.5 0 0 1 .848-.53c.29.465.72.74 1.327.74c.577 0 .99-.248 1.276-.663c.23-.334.386-.79.446-1.328A2.37 2.37 0 0 1 8 9.25c-.743 0-1.353-.254-1.774-.71"/></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 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.962 7.862c-.21-.228-.337-.567-.337-.987A1.375 1.375 0 1 1 8 8.25c-.507 0-.834-.166-1.038-.388m-.736.678c-.415-.45-.601-1.05-.601-1.665A2.376 2.376 0 0 1 8.001 4.5c.91 0 1.626.39 2.096 1.055c.454.645.654 1.508.654 2.445c0 .895-.201 1.754-.651 2.406c-.464.67-1.176 1.094-2.1 1.094c-.979 0-1.717-.477-2.174-1.21a.5.5 0 0 1 .848-.53c.29.465.72.74 1.327.74c.577 0 .99-.248 1.276-.663c.23-.334.386-.79.446-1.328A2.37 2.37 0 0 1 8 9.25c-.743 0-1.353-.254-1.774-.71"/></svg> </template>
CSS
.icon-number-circle-9-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201M6.962%207.862c-.21-.228-.337-.567-.337-.987A1.375%201.375%200%201%201%208%208.25c-.507%200-.834-.166-1.038-.388m-.736.678c-.415-.45-.601-1.05-.601-1.665A2.376%202.376%200%200%201%208.001%204.5c.91%200%201.626.39%202.096%201.055c.454.645.654%201.508.654%202.445c0%20.895-.201%201.754-.651%202.406c-.464.67-1.176%201.094-2.1%201.094c-.979%200-1.717-.477-2.174-1.21a.5.5%200%200%201%20.848-.53c.29.465.72.74%201.327.74c.577%200%20.99-.248%201.276-.663c.23-.334.386-.79.446-1.328A2.37%202.37%200%200%201%208%209.25c-.743%200-1.353-.254-1.774-.71%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%201a7%207%200%201%200%200%2014A7%207%200%200%200%208%201M6.962%207.862c-.21-.228-.337-.567-.337-.987A1.375%201.375%200%201%201%208%208.25c-.507%200-.834-.166-1.038-.388m-.736.678c-.415-.45-.601-1.05-.601-1.665A2.376%202.376%200%200%201%208.001%204.5c.91%200%201.626.39%202.096%201.055c.454.645.654%201.508.654%202.445c0%20.895-.201%201.754-.651%202.406c-.464.67-1.176%201.094-2.1%201.094c-.979%200-1.717-.477-2.174-1.21a.5.5%200%200%201%20.848-.53c.29.465.72.74%201.327.74c.577%200%20.99-.248%201.276-.663c.23-.334.386-.79.446-1.328A2.37%202.37%200%200%201%208%209.25c-.743%200-1.353-.254-1.774-.71%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-16-filled.svg?color=%231a73e8&size=48