number circle 8 icon
number-circle-8-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-8-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m0 6.5c-1.438 0-2.5 1.063-2.5 2.25S12.562 13 14 13s2.5-1.063 2.5-2.25S15.438 8.5 14 8.5m2.501 5.176C17.687 14.377 18.5 15.57 18.5 17c0 2.306-2.12 4-4.5 4s-4.5-1.694-4.5-4c0-1.429.813-2.623 1.999-3.324C10.593 12.998 10 11.955 10 10.75C10 8.624 11.848 7 14 7c2.151 0 4 1.624 4 3.75c0 1.205-.593 2.248-1.499 2.926M14 14.5c-1.761 0-3 1.217-3 2.5c0 1.284 1.239 2.5 3 2.5s3-1.216 3-2.5c0-1.283-1.239-2.5-3-2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle828Filled(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 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m0 6.5c-1.438 0-2.5 1.063-2.5 2.25S12.562 13 14 13s2.5-1.063 2.5-2.25S15.438 8.5 14 8.5m2.501 5.176C17.687 14.377 18.5 15.57 18.5 17c0 2.306-2.12 4-4.5 4s-4.5-1.694-4.5-4c0-1.429.813-2.623 1.999-3.324C10.593 12.998 10 11.955 10 10.75C10 8.624 11.848 7 14 7c2.151 0 4 1.624 4 3.75c0 1.205-.593 2.248-1.499 2.926M14 14.5c-1.761 0-3 1.217-3 2.5c0 1.284 1.239 2.5 3 2.5s3-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 2C7.373 2 2 7.373 2 14s5.373 12 12 12s12-5.373 12-12S20.627 2 14 2m0 6.5c-1.438 0-2.5 1.063-2.5 2.25S12.562 13 14 13s2.5-1.063 2.5-2.25S15.438 8.5 14 8.5m2.501 5.176C17.687 14.377 18.5 15.57 18.5 17c0 2.306-2.12 4-4.5 4s-4.5-1.694-4.5-4c0-1.429.813-2.623 1.999-3.324C10.593 12.998 10 11.955 10 10.75C10 8.624 11.848 7 14 7c2.151 0 4 1.624 4 3.75c0 1.205-.593 2.248-1.499 2.926M14 14.5c-1.761 0-3 1.217-3 2.5c0 1.284 1.239 2.5 3 2.5s3-1.216 3-2.5c0-1.283-1.239-2.5-3-2.5"/></svg> </template>
CSS
.icon-number-circle-8-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012s12-5.373%2012-12S20.627%202%2014%202m0%206.5c-1.438%200-2.5%201.063-2.5%202.25S12.562%2013%2014%2013s2.5-1.063%202.5-2.25S15.438%208.5%2014%208.5m2.501%205.176C17.687%2014.377%2018.5%2015.57%2018.5%2017c0%202.306-2.12%204-4.5%204s-4.5-1.694-4.5-4c0-1.429.813-2.623%201.999-3.324C10.593%2012.998%2010%2011.955%2010%2010.75C10%208.624%2011.848%207%2014%207c2.151%200%204%201.624%204%203.75c0%201.205-.593%202.248-1.499%202.926M14%2014.5c-1.761%200-3%201.217-3%202.5c0%201.284%201.239%202.5%203%202.5s3-1.216%203-2.5c0-1.283-1.239-2.5-3-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%202C7.373%202%202%207.373%202%2014s5.373%2012%2012%2012s12-5.373%2012-12S20.627%202%2014%202m0%206.5c-1.438%200-2.5%201.063-2.5%202.25S12.562%2013%2014%2013s2.5-1.063%202.5-2.25S15.438%208.5%2014%208.5m2.501%205.176C17.687%2014.377%2018.5%2015.57%2018.5%2017c0%202.306-2.12%204-4.5%204s-4.5-1.694-4.5-4c0-1.429.813-2.623%201.999-3.324C10.593%2012.998%2010%2011.955%2010%2010.75C10%208.624%2011.848%207%2014%207c2.151%200%204%201.624%204%203.75c0%201.205-.593%202.248-1.499%202.926M14%2014.5c-1.761%200-3%201.217-3%202.5c0%201.284%201.239%202.5%203%202.5s3-1.216%203-2.5c0-1.283-1.239-2.5-3-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-filled.svg?color=%231a73e8&size=48