number circle 5 icon
number-circle-5-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-5-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-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 5 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0m5.303-3.554A.5.5 0 0 1 8.8 6H12a.5.5 0 1 1 0 1H9.248l-.19 1.74l.246-.002c.42-.003.95.002 1.221.04a2.875 2.875 0 1 1-2.972 4.132a.5.5 0 0 1 .894-.447a1.875 1.875 0 1 0 1.939-2.694c-.184-.027-.632-.034-1.076-.031a41 41 0 0 0-.733.01l-.047.002h-.016a.5.5 0 0 1-.511-.554z"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle520Regular(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 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0m5.303-3.554A.5.5 0 0 1 8.8 6H12a.5.5 0 1 1 0 1H9.248l-.19 1.74l.246-.002c.42-.003.95.002 1.221.04a2.875 2.875 0 1 1-2.972 4.132a.5.5 0 0 1 .894-.447a1.875 1.875 0 1 0 1.939-2.694c-.184-.027-.632-.034-1.076-.031a41 41 0 0 0-.733.01l-.047.002h-.016a.5.5 0 0 1-.511-.554z"/></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 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-7 8a7 7 0 1 1 14 0a7 7 0 0 1-14 0m5.303-3.554A.5.5 0 0 1 8.8 6H12a.5.5 0 1 1 0 1H9.248l-.19 1.74l.246-.002c.42-.003.95.002 1.221.04a2.875 2.875 0 1 1-2.972 4.132a.5.5 0 0 1 .894-.447a1.875 1.875 0 1 0 1.939-2.694c-.184-.027-.632-.034-1.076-.031a41 41 0 0 0-.733.01l-.047.002h-.016a.5.5 0 0 1-.511-.554z"/></svg> </template>
CSS
.icon-number-circle-5-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%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-7%208a7%207%200%201%201%2014%200a7%207%200%200%201-14%200m5.303-3.554A.5.5%200%200%201%208.8%206H12a.5.5%200%201%201%200%201H9.248l-.19%201.74l.246-.002c.42-.003.95.002%201.221.04a2.875%202.875%200%201%201-2.972%204.132a.5.5%200%200%201%20.894-.447a1.875%201.875%200%201%200%201.939-2.694c-.184-.027-.632-.034-1.076-.031a41%2041%200%200%200-.733.01l-.047.002h-.016a.5.5%200%200%201-.511-.554z%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%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-7%208a7%207%200%201%201%2014%200a7%207%200%200%201-14%200m5.303-3.554A.5.5%200%200%201%208.8%206H12a.5.5%200%201%201%200%201H9.248l-.19%201.74l.246-.002c.42-.003.95.002%201.221.04a2.875%202.875%200%201%201-2.972%204.132a.5.5%200%200%201%20.894-.447a1.875%201.875%200%201%200%201.939-2.694c-.184-.027-.632-.034-1.076-.031a41%2041%200%200%200-.733.01l-.047.002h-.016a.5.5%200%200%201-.511-.554z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-5-20-regular.svg?color=%231a73e8&size=48