number circle 6 icon
number-circle-6-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-6-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-20-.5a4.5 4.5 0 1 0 4.5 4.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24 35a7 7 0 0 0 7-7c0-1.87-.637-3.628-1.871-4.927C27.886 21.764 26.111 21 24 21a6.99 6.99 0 0 0-5.497 2.665c.05-2.377.629-4.432 1.574-5.874c.968-1.478 2.292-2.291 3.923-2.291c1.526 0 2.773.71 3.717 1.994a1.25 1.25 0 0 0 2.014-1.481C28.387 14.185 26.434 13 24 13c-2.62 0-4.67 1.37-6.014 3.42C16.662 18.44 16 21.135 16 24c0 3.657.786 6.408 2.242 8.27C19.73 34.174 21.802 35 24 35"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle648Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-20-.5a4.5 4.5 0 1 0 4.5 4.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24 35a7 7 0 0 0 7-7c0-1.87-.637-3.628-1.871-4.927C27.886 21.764 26.111 21 24 21a6.99 6.99 0 0 0-5.497 2.665c.05-2.377.629-4.432 1.574-5.874c.968-1.478 2.292-2.291 3.923-2.291c1.526 0 2.773.71 3.717 1.994a1.25 1.25 0 0 0 2.014-1.481C28.387 14.185 26.434 13 24 13c-2.62 0-4.67 1.37-6.014 3.42C16.662 18.44 16 21.135 16 24c0 3.657.786 6.408 2.242 8.27C19.73 34.174 21.802 35 24 35"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-20-.5a4.5 4.5 0 1 0 4.5 4.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24 35a7 7 0 0 0 7-7c0-1.87-.637-3.628-1.871-4.927C27.886 21.764 26.111 21 24 21a6.99 6.99 0 0 0-5.497 2.665c.05-2.377.629-4.432 1.574-5.874c.968-1.478 2.292-2.291 3.923-2.291c1.526 0 2.773.71 3.717 1.994a1.25 1.25 0 0 0 2.014-1.481C28.387 14.185 26.434 13 24 13c-2.62 0-4.67 1.37-6.014 3.42C16.662 18.44 16 21.135 16 24c0 3.657.786 6.408 2.242 8.27C19.73 34.174 21.802 35 24 35"/></svg> </template>
CSS
.icon-number-circle-6-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-20-.5a4.5%204.5%200%201%200%204.5%204.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24%2035a7%207%200%200%200%207-7c0-1.87-.637-3.628-1.871-4.927C27.886%2021.764%2026.111%2021%2024%2021a6.99%206.99%200%200%200-5.497%202.665c.05-2.377.629-4.432%201.574-5.874c.968-1.478%202.292-2.291%203.923-2.291c1.526%200%202.773.71%203.717%201.994a1.25%201.25%200%200%200%202.014-1.481C28.387%2014.185%2026.434%2013%2024%2013c-2.62%200-4.67%201.37-6.014%203.42C16.662%2018.44%2016%2021.135%2016%2024c0%203.657.786%206.408%202.242%208.27C19.73%2034.174%2021.802%2035%2024%2035%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-20-.5a4.5%204.5%200%201%200%204.5%204.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24%2035a7%207%200%200%200%207-7c0-1.87-.637-3.628-1.871-4.927C27.886%2021.764%2026.111%2021%2024%2021a6.99%206.99%200%200%200-5.497%202.665c.05-2.377.629-4.432%201.574-5.874c.968-1.478%202.292-2.291%203.923-2.291c1.526%200%202.773.71%203.717%201.994a1.25%201.25%200%200%200%202.014-1.481C28.387%2014.185%2026.434%2013%2024%2013c-2.62%200-4.67%201.37-6.014%203.42C16.662%2018.44%2016%2021.135%2016%2024c0%203.657.786%206.408%202.242%208.27C19.73%2034.174%2021.802%2035%2024%2035%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-48-filled.svg?color=%231a73e8&size=48