number circle 6 icon
number-circle-6-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-6-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-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 20 20"><path fill="currentColor" d="M10 3a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-8 7a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-.5a2 2 0 1 0 0 4c1.208 0 2-.88 2-2s-.792-2-2-2m0 5c-.862 0-1.759-.29-2.434-1.04C6.895 12.714 6.5 11.579 6.5 10c0-1.171.264-2.28.839-3.113C7.927 6.035 8.827 5.5 10 5.5c1.623 0 2.417 1.091 2.682 1.563a.5.5 0 0 1-.871.49C11.621 7.218 11.094 6.5 10 6.5c-.827 0-1.427.36-1.839.955c-.402.584-.636 1.414-.66 2.383A3 3 0 0 1 10 8.5c1.792 0 3 1.36 3 3s-1.208 3-3 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle620Regular(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="M10 3a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-8 7a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-.5a2 2 0 1 0 0 4c1.208 0 2-.88 2-2s-.792-2-2-2m0 5c-.862 0-1.759-.29-2.434-1.04C6.895 12.714 6.5 11.579 6.5 10c0-1.171.264-2.28.839-3.113C7.927 6.035 8.827 5.5 10 5.5c1.623 0 2.417 1.091 2.682 1.563a.5.5 0 0 1-.871.49C11.621 7.218 11.094 6.5 10 6.5c-.827 0-1.427.36-1.839.955c-.402.584-.636 1.414-.66 2.383A3 3 0 0 1 10 8.5c1.792 0 3 1.36 3 3s-1.208 3-3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 3a7 7 0 1 0 0 14a7 7 0 0 0 0-14m-8 7a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-.5a2 2 0 1 0 0 4c1.208 0 2-.88 2-2s-.792-2-2-2m0 5c-.862 0-1.759-.29-2.434-1.04C6.895 12.714 6.5 11.579 6.5 10c0-1.171.264-2.28.839-3.113C7.927 6.035 8.827 5.5 10 5.5c1.623 0 2.417 1.091 2.682 1.563a.5.5 0 0 1-.871.49C11.621 7.218 11.094 6.5 10 6.5c-.827 0-1.427.36-1.839.955c-.402.584-.636 1.414-.66 2.383A3 3 0 0 1 10 8.5c1.792 0 3 1.36 3 3s-1.208 3-3 3"/></svg> </template>
CSS
.icon-number-circle-6-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%22M10%203a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-8%207a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m8-.5a2%202%200%201%200%200%204c1.208%200%202-.88%202-2s-.792-2-2-2m0%205c-.862%200-1.759-.29-2.434-1.04C6.895%2012.714%206.5%2011.579%206.5%2010c0-1.171.264-2.28.839-3.113C7.927%206.035%208.827%205.5%2010%205.5c1.623%200%202.417%201.091%202.682%201.563a.5.5%200%200%201-.871.49C11.621%207.218%2011.094%206.5%2010%206.5c-.827%200-1.427.36-1.839.955c-.402.584-.636%201.414-.66%202.383A3%203%200%200%201%2010%208.5c1.792%200%203%201.36%203%203s-1.208%203-3%203%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%22M10%203a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m-8%207a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m8-.5a2%202%200%201%200%200%204c1.208%200%202-.88%202-2s-.792-2-2-2m0%205c-.862%200-1.759-.29-2.434-1.04C6.895%2012.714%206.5%2011.579%206.5%2010c0-1.171.264-2.28.839-3.113C7.927%206.035%208.827%205.5%2010%205.5c1.623%200%202.417%201.091%202.682%201.563a.5.5%200%200%201-.871.49C11.621%207.218%2011.094%206.5%2010%206.5c-.827%200-1.427.36-1.839.955c-.402.584-.636%201.414-.66%202.383A3%203%200%200%201%2010%208.5c1.792%200%203%201.36%203%203s-1.208%203-3%203%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-20-regular.svg?color=%231a73e8&size=48