number circle 2 icon
number-circle-2-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-2-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-3-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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m6.4-2.698l.003-.003l.016-.02l.08-.09c.074-.076.184-.18.327-.285A2 2 0 0 1 10 6.5A1.5 1.5 0 0 1 11.5 8c0 .463-.175.777-.471 1.06c-.27.26-.613.471-1.025.725l-.27.166c-.505.316-1.071.699-1.504 1.258c-.446.576-.73 1.31-.73 2.291a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H8.534c.072-.504.253-.877.486-1.178c.317-.41.75-.714 1.245-1.023l.234-.144c.413-.253.867-.532 1.222-.872c.453-.435.779-.996.779-1.783A2.5 2.5 0 0 0 10 5.5a3 3 0 0 0-1.762.596a3.5 3.5 0 0 0-.585.54q-.026.03-.05.063L7.6 6.7a.5.5 0 0 0 .8.602"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle220Filled(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="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m6.4-2.698l.003-.003l.016-.02l.08-.09c.074-.076.184-.18.327-.285A2 2 0 0 1 10 6.5A1.5 1.5 0 0 1 11.5 8c0 .463-.175.777-.471 1.06c-.27.26-.613.471-1.025.725l-.27.166c-.505.316-1.071.699-1.504 1.258c-.446.576-.73 1.31-.73 2.291a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H8.534c.072-.504.253-.877.486-1.178c.317-.41.75-.714 1.245-1.023l.234-.144c.413-.253.867-.532 1.222-.872c.453-.435.779-.996.779-1.783A2.5 2.5 0 0 0 10 5.5a3 3 0 0 0-1.762.596a3.5 3.5 0 0 0-.585.54q-.026.03-.05.063L7.6 6.7a.5.5 0 0 0 .8.602"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m6.4-2.698l.003-.003l.016-.02l.08-.09c.074-.076.184-.18.327-.285A2 2 0 0 1 10 6.5A1.5 1.5 0 0 1 11.5 8c0 .463-.175.777-.471 1.06c-.27.26-.613.471-1.025.725l-.27.166c-.505.316-1.071.699-1.504 1.258c-.446.576-.73 1.31-.73 2.291a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H8.534c.072-.504.253-.877.486-1.178c.317-.41.75-.714 1.245-1.023l.234-.144c.413-.253.867-.532 1.222-.872c.453-.435.779-.996.779-1.783A2.5 2.5 0 0 0 10 5.5a3 3 0 0 0-1.762.596a3.5 3.5 0 0 0-.585.54q-.026.03-.05.063L7.6 6.7a.5.5 0 0 0 .8.602"/></svg> </template>
CSS
.icon-number-circle-2-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%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m6.4-2.698l.003-.003l.016-.02l.08-.09c.074-.076.184-.18.327-.285A2%202%200%200%201%2010%206.5A1.5%201.5%200%200%201%2011.5%208c0%20.463-.175.777-.471%201.06c-.27.26-.613.471-1.025.725l-.27.166c-.505.316-1.071.699-1.504%201.258c-.446.576-.73%201.31-.73%202.291a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%200-1H8.534c.072-.504.253-.877.486-1.178c.317-.41.75-.714%201.245-1.023l.234-.144c.413-.253.867-.532%201.222-.872c.453-.435.779-.996.779-1.783A2.5%202.5%200%200%200%2010%205.5a3%203%200%200%200-1.762.596a3.5%203.5%200%200%200-.585.54q-.026.03-.05.063L7.6%206.7a.5.5%200%200%200%20.8.602%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%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m6.4-2.698l.003-.003l.016-.02l.08-.09c.074-.076.184-.18.327-.285A2%202%200%200%201%2010%206.5A1.5%201.5%200%200%201%2011.5%208c0%20.463-.175.777-.471%201.06c-.27.26-.613.471-1.025.725l-.27.166c-.505.316-1.071.699-1.504%201.258c-.446.576-.73%201.31-.73%202.291a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%200-1H8.534c.072-.504.253-.877.486-1.178c.317-.41.75-.714%201.245-1.023l.234-.144c.413-.253.867-.532%201.222-.872c.453-.435.779-.996.779-1.783A2.5%202.5%200%200%200%2010%205.5a3%203%200%200%200-1.762.596a3.5%203.5%200%200%200-.585.54q-.026.03-.05.063L7.6%206.7a.5.5%200%200%200%20.8.602%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-2-20-filled.svg?color=%231a73e8&size=48