number circle 8 icon
number-circle-8-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-8-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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-6-16-fillednumber-circle-7-16-fillednumber-circle-9-16-fillednumber-row-16-fillednumber-symbol-16-fillednumber-symbol-dismiss-20-fillednumber-symbol-square-20-filled
Use the number circle 8 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-14c-1.043 0-1.75.744-1.75 1.5S10.957 11 12 11s1.75-.744 1.75-1.5S13.043 8 12 8m2.191 3.716c.788.585 1.309 1.485 1.309 2.534c0 1.86-1.636 3.25-3.5 3.25s-3.5-1.39-3.5-3.25c0-1.05.52-1.949 1.309-2.534C9.166 11.18 8.75 10.402 8.75 9.5c0-1.73 1.531-3 3.25-3s3.25 1.27 3.25 3c0 .902-.416 1.679-1.059 2.216M12 12.5c-1.173 0-2 .85-2 1.75S10.827 16 12 16s2-.85 2-1.75s-.827-1.75-2-1.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle824Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-14c-1.043 0-1.75.744-1.75 1.5S10.957 11 12 11s1.75-.744 1.75-1.5S13.043 8 12 8m2.191 3.716c.788.585 1.309 1.485 1.309 2.534c0 1.86-1.636 3.25-3.5 3.25s-3.5-1.39-3.5-3.25c0-1.05.52-1.949 1.309-2.534C9.166 11.18 8.75 10.402 8.75 9.5c0-1.73 1.531-3 3.25-3s3.25 1.27 3.25 3c0 .902-.416 1.679-1.059 2.216M12 12.5c-1.173 0-2 .85-2 1.75S10.827 16 12 16s2-.85 2-1.75s-.827-1.75-2-1.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m0-14c-1.043 0-1.75.744-1.75 1.5S10.957 11 12 11s1.75-.744 1.75-1.5S13.043 8 12 8m2.191 3.716c.788.585 1.309 1.485 1.309 2.534c0 1.86-1.636 3.25-3.5 3.25s-3.5-1.39-3.5-3.25c0-1.05.52-1.949 1.309-2.534C9.166 11.18 8.75 10.402 8.75 9.5c0-1.73 1.531-3 3.25-3s3.25 1.27 3.25 3c0 .902-.416 1.679-1.059 2.216M12 12.5c-1.173 0-2 .85-2 1.75S10.827 16 12 16s2-.85 2-1.75s-.827-1.75-2-1.75"/></svg> </template>
CSS
.icon-number-circle-8-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m0-14c-1.043%200-1.75.744-1.75%201.5S10.957%2011%2012%2011s1.75-.744%201.75-1.5S13.043%208%2012%208m2.191%203.716c.788.585%201.309%201.485%201.309%202.534c0%201.86-1.636%203.25-3.5%203.25s-3.5-1.39-3.5-3.25c0-1.05.52-1.949%201.309-2.534C9.166%2011.18%208.75%2010.402%208.75%209.5c0-1.73%201.531-3%203.25-3s3.25%201.27%203.25%203c0%20.902-.416%201.679-1.059%202.216M12%2012.5c-1.173%200-2%20.85-2%201.75S10.827%2016%2012%2016s2-.85%202-1.75s-.827-1.75-2-1.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010m0-14c-1.043%200-1.75.744-1.75%201.5S10.957%2011%2012%2011s1.75-.744%201.75-1.5S13.043%208%2012%208m2.191%203.716c.788.585%201.309%201.485%201.309%202.534c0%201.86-1.636%203.25-3.5%203.25s-3.5-1.39-3.5-3.25c0-1.05.52-1.949%201.309-2.534C9.166%2011.18%208.75%2010.402%208.75%209.5c0-1.73%201.531-3%203.25-3s3.25%201.27%203.25%203c0%20.902-.416%201.679-1.059%202.216M12%2012.5c-1.173%200-2%20.85-2%201.75S10.827%2016%2012%2016s2-.85%202-1.75s-.827-1.75-2-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-8-24-filled.svg?color=%231a73e8&size=48