number circle 3 icon
number-circle-3-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-3-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-4-16-fillednumber-circle-5-16-fillednumber-circle-6-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-7a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.703 6.006c-.046.04-.078.074-.078.074a.5.5 0 1 1-.749-.662c.041-.046.084-.09.16-.158c.096-.086.236-.198.414-.31A2.9 2.9 0 0 1 8 4.5c1.167 0 2.25.826 2.25 2c0 .621-.303 1.145-.761 1.5c.458.355.76.879.76 1.5c0 1.174-1.082 2-2.25 2a2.9 2.9 0 0 1-1.549-.45a3 3 0 0 1-.414-.31a2 2 0 0 1-.16-.158a.5.5 0 1 1 .75-.662s.031.034.077.074a2 2 0 0 0 1.296.506c.766 0 1.25-.517 1.25-1s-.484-1-1.25-1H7.5a.5.5 0 0 1 0-1H8c.765 0 1.25-.517 1.25-1s-.485-1-1.25-1a1.9 1.9 0 0 0-1.02.3a2 2 0 0 0-.277.206"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle316Regular(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="M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-7a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.703 6.006c-.046.04-.078.074-.078.074a.5.5 0 1 1-.749-.662c.041-.046.084-.09.16-.158c.096-.086.236-.198.414-.31A2.9 2.9 0 0 1 8 4.5c1.167 0 2.25.826 2.25 2c0 .621-.303 1.145-.761 1.5c.458.355.76.879.76 1.5c0 1.174-1.082 2-2.25 2a2.9 2.9 0 0 1-1.549-.45a3 3 0 0 1-.414-.31a2 2 0 0 1-.16-.158a.5.5 0 1 1 .75-.662s.031.034.077.074a2 2 0 0 0 1.296.506c.766 0 1.25-.517 1.25-1s-.484-1-1.25-1H7.5a.5.5 0 0 1 0-1H8c.765 0 1.25-.517 1.25-1s-.485-1-1.25-1a1.9 1.9 0 0 0-1.02.3a2 2 0 0 0-.277.206"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-7a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.703 6.006c-.046.04-.078.074-.078.074a.5.5 0 1 1-.749-.662c.041-.046.084-.09.16-.158c.096-.086.236-.198.414-.31A2.9 2.9 0 0 1 8 4.5c1.167 0 2.25.826 2.25 2c0 .621-.303 1.145-.761 1.5c.458.355.76.879.76 1.5c0 1.174-1.082 2-2.25 2a2.9 2.9 0 0 1-1.549-.45a3 3 0 0 1-.414-.31a2 2 0 0 1-.16-.158a.5.5 0 1 1 .75-.662s.031.034.077.074a2 2 0 0 0 1.296.506c.766 0 1.25-.517 1.25-1s-.484-1-1.25-1H7.5a.5.5 0 0 1 0-1H8c.765 0 1.25-.517 1.25-1s-.485-1-1.25-1a1.9 1.9 0 0 0-1.02.3a2 2 0 0 0-.277.206"/></svg> </template>
CSS
.icon-number-circle-3-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%22M2%208a6%206%200%201%201%2012%200A6%206%200%200%201%202%208m6-7a7%207%200%201%200%200%2014A7%207%200%200%200%208%201M6.703%206.006c-.046.04-.078.074-.078.074a.5.5%200%201%201-.749-.662c.041-.046.084-.09.16-.158c.096-.086.236-.198.414-.31A2.9%202.9%200%200%201%208%204.5c1.167%200%202.25.826%202.25%202c0%20.621-.303%201.145-.761%201.5c.458.355.76.879.76%201.5c0%201.174-1.082%202-2.25%202a2.9%202.9%200%200%201-1.549-.45a3%203%200%200%201-.414-.31a2%202%200%200%201-.16-.158a.5.5%200%201%201%20.75-.662s.031.034.077.074a2%202%200%200%200%201.296.506c.766%200%201.25-.517%201.25-1s-.484-1-1.25-1H7.5a.5.5%200%200%201%200-1H8c.765%200%201.25-.517%201.25-1s-.485-1-1.25-1a1.9%201.9%200%200%200-1.02.3a2%202%200%200%200-.277.206%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%22M2%208a6%206%200%201%201%2012%200A6%206%200%200%201%202%208m6-7a7%207%200%201%200%200%2014A7%207%200%200%200%208%201M6.703%206.006c-.046.04-.078.074-.078.074a.5.5%200%201%201-.749-.662c.041-.046.084-.09.16-.158c.096-.086.236-.198.414-.31A2.9%202.9%200%200%201%208%204.5c1.167%200%202.25.826%202.25%202c0%20.621-.303%201.145-.761%201.5c.458.355.76.879.76%201.5c0%201.174-1.082%202-2.25%202a2.9%202.9%200%200%201-1.549-.45a3%203%200%200%201-.414-.31a2%202%200%200%201-.16-.158a.5.5%200%201%201%20.75-.662s.031.034.077.074a2%202%200%200%200%201.296.506c.766%200%201.25-.517%201.25-1s-.484-1-1.25-1H7.5a.5.5%200%200%201%200-1H8c.765%200%201.25-.517%201.25-1s-.485-1-1.25-1a1.9%201.9%200%200%200-1.02.3a2%202%200%200%200-.277.206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-3-16-regular.svg?color=%231a73e8&size=48