number circle 3 icon
number-circle-3-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-3-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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-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 20 20"><path fill="currentColor" d="M3 10a7 7 0 1 1 14 0a7 7 0 0 1-14 0m7-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16M7.427 7.382a.5.5 0 0 0 .703-.057l.003-.004l.02-.02q.029-.031.09-.09a3 3 0 0 1 .376-.291c.33-.214.8-.42 1.38-.42c1.024 0 1.751.726 1.751 1.5s-.727 1.5-1.751 1.5H9.5a.5.5 0 0 0 0 1h.499c1.024 0 1.751.726 1.751 1.5s-.727 1.5-1.751 1.5c-.58 0-1.05-.206-1.38-.42a2.8 2.8 0 0 1-.486-.401l-.003-.004a.5.5 0 0 0-.762.647l.001.002l.002.002l.004.004l.012.014l.039.042q.049.054.138.137c.118.11.29.253.512.397c.443.286 1.098.58 1.923.58c1.462 0 2.751-1.065 2.751-2.5c0-.84-.441-1.553-1.101-2c.66-.447 1.101-1.16 1.101-2c0-1.435-1.289-2.5-2.751-2.5c-.825 0-1.48.294-1.923.58a3.8 3.8 0 0 0-.65.534l-.04.042l-.011.014l-.004.004l-.002.002v.001a.5.5 0 0 0 .058.705"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle320Regular(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="M3 10a7 7 0 1 1 14 0a7 7 0 0 1-14 0m7-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16M7.427 7.382a.5.5 0 0 0 .703-.057l.003-.004l.02-.02q.029-.031.09-.09a3 3 0 0 1 .376-.291c.33-.214.8-.42 1.38-.42c1.024 0 1.751.726 1.751 1.5s-.727 1.5-1.751 1.5H9.5a.5.5 0 0 0 0 1h.499c1.024 0 1.751.726 1.751 1.5s-.727 1.5-1.751 1.5c-.58 0-1.05-.206-1.38-.42a2.8 2.8 0 0 1-.486-.401l-.003-.004a.5.5 0 0 0-.762.647l.001.002l.002.002l.004.004l.012.014l.039.042q.049.054.138.137c.118.11.29.253.512.397c.443.286 1.098.58 1.923.58c1.462 0 2.751-1.065 2.751-2.5c0-.84-.441-1.553-1.101-2c.66-.447 1.101-1.16 1.101-2c0-1.435-1.289-2.5-2.751-2.5c-.825 0-1.48.294-1.923.58a3.8 3.8 0 0 0-.65.534l-.04.042l-.011.014l-.004.004l-.002.002v.001a.5.5 0 0 0 .058.705"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 10a7 7 0 1 1 14 0a7 7 0 0 1-14 0m7-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16M7.427 7.382a.5.5 0 0 0 .703-.057l.003-.004l.02-.02q.029-.031.09-.09a3 3 0 0 1 .376-.291c.33-.214.8-.42 1.38-.42c1.024 0 1.751.726 1.751 1.5s-.727 1.5-1.751 1.5H9.5a.5.5 0 0 0 0 1h.499c1.024 0 1.751.726 1.751 1.5s-.727 1.5-1.751 1.5c-.58 0-1.05-.206-1.38-.42a2.8 2.8 0 0 1-.486-.401l-.003-.004a.5.5 0 0 0-.762.647l.001.002l.002.002l.004.004l.012.014l.039.042q.049.054.138.137c.118.11.29.253.512.397c.443.286 1.098.58 1.923.58c1.462 0 2.751-1.065 2.751-2.5c0-.84-.441-1.553-1.101-2c.66-.447 1.101-1.16 1.101-2c0-1.435-1.289-2.5-2.751-2.5c-.825 0-1.48.294-1.923.58a3.8 3.8 0 0 0-.65.534l-.04.042l-.011.014l-.004.004l-.002.002v.001a.5.5 0 0 0 .058.705"/></svg> </template>
CSS
.icon-number-circle-3-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2010a7%207%200%201%201%2014%200a7%207%200%200%201-14%200m7-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M7.427%207.382a.5.5%200%200%200%20.703-.057l.003-.004l.02-.02q.029-.031.09-.09a3%203%200%200%201%20.376-.291c.33-.214.8-.42%201.38-.42c1.024%200%201.751.726%201.751%201.5s-.727%201.5-1.751%201.5H9.5a.5.5%200%200%200%200%201h.499c1.024%200%201.751.726%201.751%201.5s-.727%201.5-1.751%201.5c-.58%200-1.05-.206-1.38-.42a2.8%202.8%200%200%201-.486-.401l-.003-.004a.5.5%200%200%200-.762.647l.001.002l.002.002l.004.004l.012.014l.039.042q.049.054.138.137c.118.11.29.253.512.397c.443.286%201.098.58%201.923.58c1.462%200%202.751-1.065%202.751-2.5c0-.84-.441-1.553-1.101-2c.66-.447%201.101-1.16%201.101-2c0-1.435-1.289-2.5-2.751-2.5c-.825%200-1.48.294-1.923.58a3.8%203.8%200%200%200-.65.534l-.04.042l-.011.014l-.004.004l-.002.002v.001a.5.5%200%200%200%20.058.705%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%22M3%2010a7%207%200%201%201%2014%200a7%207%200%200%201-14%200m7-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M7.427%207.382a.5.5%200%200%200%20.703-.057l.003-.004l.02-.02q.029-.031.09-.09a3%203%200%200%201%20.376-.291c.33-.214.8-.42%201.38-.42c1.024%200%201.751.726%201.751%201.5s-.727%201.5-1.751%201.5H9.5a.5.5%200%200%200%200%201h.499c1.024%200%201.751.726%201.751%201.5s-.727%201.5-1.751%201.5c-.58%200-1.05-.206-1.38-.42a2.8%202.8%200%200%201-.486-.401l-.003-.004a.5.5%200%200%200-.762.647l.001.002l.002.002l.004.004l.012.014l.039.042q.049.054.138.137c.118.11.29.253.512.397c.443.286%201.098.58%201.923.58c1.462%200%202.751-1.065%202.751-2.5c0-.84-.441-1.553-1.101-2c.66-.447%201.101-1.16%201.101-2c0-1.435-1.289-2.5-2.751-2.5c-.825%200-1.48.294-1.923.58a3.8%203.8%200%200%200-.65.534l-.04.042l-.011.014l-.004.004l-.002.002v.001a.5.5%200%200%200%20.058.705%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-20-regular.svg?color=%231a73e8&size=48