number circle 8 icon
number-circle-8-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-8-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M14 3.5C8.201 3.5 3.5 8.201 3.5 14S8.201 24.5 14 24.5S24.5 19.799 24.5 14S19.799 3.5 14 3.5M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m12-5.5c1.438 0 2.5 1.063 2.5 2.25S15.438 13 14 13s-2.5-1.063-2.5-2.25S12.562 8.5 14 8.5m2.501 5.176C17.407 12.998 18 11.955 18 10.75C18 8.624 16.151 7 14 7c-2.152 0-4 1.624-4 3.75c0 1.205.593 2.248 1.499 2.926C10.313 14.377 9.5 15.57 9.5 17c0 2.306 2.12 4 4.5 4s4.5-1.694 4.5-4c0-1.429-.813-2.623-1.999-3.324M14 14.5c1.761 0 3 1.217 3 2.5c0 1.284-1.239 2.5-3 2.5s-3-1.216-3-2.5c0-1.283 1.239-2.5 3-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle828Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5C8.201 3.5 3.5 8.201 3.5 14S8.201 24.5 14 24.5S24.5 19.799 24.5 14S19.799 3.5 14 3.5M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m12-5.5c1.438 0 2.5 1.063 2.5 2.25S15.438 13 14 13s-2.5-1.063-2.5-2.25S12.562 8.5 14 8.5m2.501 5.176C17.407 12.998 18 11.955 18 10.75C18 8.624 16.151 7 14 7c-2.152 0-4 1.624-4 3.75c0 1.205.593 2.248 1.499 2.926C10.313 14.377 9.5 15.57 9.5 17c0 2.306 2.12 4 4.5 4s4.5-1.694 4.5-4c0-1.429-.813-2.623-1.999-3.324M14 14.5c1.761 0 3 1.217 3 2.5c0 1.284-1.239 2.5-3 2.5s-3-1.216-3-2.5c0-1.283 1.239-2.5 3-2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 3.5C8.201 3.5 3.5 8.201 3.5 14S8.201 24.5 14 24.5S24.5 19.799 24.5 14S19.799 3.5 14 3.5M2 14C2 7.373 7.373 2 14 2s12 5.373 12 12s-5.373 12-12 12S2 20.627 2 14m12-5.5c1.438 0 2.5 1.063 2.5 2.25S15.438 13 14 13s-2.5-1.063-2.5-2.25S12.562 8.5 14 8.5m2.501 5.176C17.407 12.998 18 11.955 18 10.75C18 8.624 16.151 7 14 7c-2.152 0-4 1.624-4 3.75c0 1.205.593 2.248 1.499 2.926C10.313 14.377 9.5 15.57 9.5 17c0 2.306 2.12 4 4.5 4s4.5-1.694 4.5-4c0-1.429-.813-2.623-1.999-3.324M14 14.5c1.761 0 3 1.217 3 2.5c0 1.284-1.239 2.5-3 2.5s-3-1.216-3-2.5c0-1.283 1.239-2.5 3-2.5"/></svg> </template>
CSS
.icon-number-circle-8-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203.5C8.201%203.5%203.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5S24.5%2019.799%2024.5%2014S19.799%203.5%2014%203.5M2%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014m12-5.5c1.438%200%202.5%201.063%202.5%202.25S15.438%2013%2014%2013s-2.5-1.063-2.5-2.25S12.562%208.5%2014%208.5m2.501%205.176C17.407%2012.998%2018%2011.955%2018%2010.75C18%208.624%2016.151%207%2014%207c-2.152%200-4%201.624-4%203.75c0%201.205.593%202.248%201.499%202.926C10.313%2014.377%209.5%2015.57%209.5%2017c0%202.306%202.12%204%204.5%204s4.5-1.694%204.5-4c0-1.429-.813-2.623-1.999-3.324M14%2014.5c1.761%200%203%201.217%203%202.5c0%201.284-1.239%202.5-3%202.5s-3-1.216-3-2.5c0-1.283%201.239-2.5%203-2.5%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203.5C8.201%203.5%203.5%208.201%203.5%2014S8.201%2024.5%2014%2024.5S24.5%2019.799%2024.5%2014S19.799%203.5%2014%203.5M2%2014C2%207.373%207.373%202%2014%202s12%205.373%2012%2012s-5.373%2012-12%2012S2%2020.627%202%2014m12-5.5c1.438%200%202.5%201.063%202.5%202.25S15.438%2013%2014%2013s-2.5-1.063-2.5-2.25S12.562%208.5%2014%208.5m2.501%205.176C17.407%2012.998%2018%2011.955%2018%2010.75C18%208.624%2016.151%207%2014%207c-2.152%200-4%201.624-4%203.75c0%201.205.593%202.248%201.499%202.926C10.313%2014.377%209.5%2015.57%209.5%2017c0%202.306%202.12%204%204.5%204s4.5-1.694%204.5-4c0-1.429-.813-2.623-1.999-3.324M14%2014.5c1.761%200%203%201.217%203%202.5c0%201.284-1.239%202.5-3%202.5s-3-1.216-3-2.5c0-1.283%201.239-2.5%203-2.5%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-28-regular.svg?color=%231a73e8&size=48