number circle 6 icon
number-circle-6-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-6-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-7-16-fillednumber-circle-8-16-fillednumber-circle-9-16-fillednumber-row-16-fillednumber-symbol-16-fillednumber-symbol-dismiss-20-fillednumber-symbol-square-20-filled
Use the number circle 6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12m7-6A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-5.962.138c.21.228.337.567.337.987A1.375 1.375 0 1 1 8 7.75c.507 0 .834.166 1.038.388m.736-.678c-.42-.456-1.03-.71-1.774-.71c-.678 0-1.29.284-1.723.74c.06-.538.216-.993.446-1.327c.287-.415.7-.663 1.276-.663c.608 0 1.037.275 1.327.74a.5.5 0 1 0 .848-.53C9.717 4.977 8.98 4.5 8 4.5c-.923 0-1.635.424-2.099 1.095c-.45.65-.65 1.51-.65 2.405c0 .937.199 1.8.653 2.445C6.373 11.11 7.09 11.5 8 11.5a2.376 2.376 0 0 0 2.376-2.375c0-.616-.186-1.214-.601-1.665"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle616Regular(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 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12m7-6A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-5.962.138c.21.228.337.567.337.987A1.375 1.375 0 1 1 8 7.75c.507 0 .834.166 1.038.388m.736-.678c-.42-.456-1.03-.71-1.774-.71c-.678 0-1.29.284-1.723.74c.06-.538.216-.993.446-1.327c.287-.415.7-.663 1.276-.663c.608 0 1.037.275 1.327.74a.5.5 0 1 0 .848-.53C9.717 4.977 8.98 4.5 8 4.5c-.923 0-1.635.424-2.099 1.095c-.45.65-.65 1.51-.65 2.405c0 .937.199 1.8.653 2.445C6.373 11.11 7.09 11.5 8 11.5a2.376 2.376 0 0 0 2.376-2.375c0-.616-.186-1.214-.601-1.665"/></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 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12m7-6A7 7 0 1 1 1 8a7 7 0 0 1 14 0m-5.962.138c.21.228.337.567.337.987A1.375 1.375 0 1 1 8 7.75c.507 0 .834.166 1.038.388m.736-.678c-.42-.456-1.03-.71-1.774-.71c-.678 0-1.29.284-1.723.74c.06-.538.216-.993.446-1.327c.287-.415.7-.663 1.276-.663c.608 0 1.037.275 1.327.74a.5.5 0 1 0 .848-.53C9.717 4.977 8.98 4.5 8 4.5c-.923 0-1.635.424-2.099 1.095c-.45.65-.65 1.51-.65 2.405c0 .937.199 1.8.653 2.445C6.373 11.11 7.09 11.5 8 11.5a2.376 2.376 0 0 0 2.376-2.375c0-.616-.186-1.214-.601-1.665"/></svg> </template>
CSS
.icon-number-circle-6-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%2014A6%206%200%201%200%208%202a6%206%200%200%200%200%2012m7-6A7%207%200%201%201%201%208a7%207%200%200%201%2014%200m-5.962.138c.21.228.337.567.337.987A1.375%201.375%200%201%201%208%207.75c.507%200%20.834.166%201.038.388m.736-.678c-.42-.456-1.03-.71-1.774-.71c-.678%200-1.29.284-1.723.74c.06-.538.216-.993.446-1.327c.287-.415.7-.663%201.276-.663c.608%200%201.037.275%201.327.74a.5.5%200%201%200%20.848-.53C9.717%204.977%208.98%204.5%208%204.5c-.923%200-1.635.424-2.099%201.095c-.45.65-.65%201.51-.65%202.405c0%20.937.199%201.8.653%202.445C6.373%2011.11%207.09%2011.5%208%2011.5a2.376%202.376%200%200%200%202.376-2.375c0-.616-.186-1.214-.601-1.665%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%2014A6%206%200%201%200%208%202a6%206%200%200%200%200%2012m7-6A7%207%200%201%201%201%208a7%207%200%200%201%2014%200m-5.962.138c.21.228.337.567.337.987A1.375%201.375%200%201%201%208%207.75c.507%200%20.834.166%201.038.388m.736-.678c-.42-.456-1.03-.71-1.774-.71c-.678%200-1.29.284-1.723.74c.06-.538.216-.993.446-1.327c.287-.415.7-.663%201.276-.663c.608%200%201.037.275%201.327.74a.5.5%200%201%200%20.848-.53C9.717%204.977%208.98%204.5%208%204.5c-.923%200-1.635.424-2.099%201.095c-.45.65-.65%201.51-.65%202.405c0%20.937.199%201.8.653%202.445C6.373%2011.11%207.09%2011.5%208%2011.5a2.376%202.376%200%200%200%202.376-2.375c0-.616-.186-1.214-.601-1.665%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-6-16-regular.svg?color=%231a73e8&size=48