number circle 6 icon
number-circle-6-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-6-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-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 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-.5c.983 0 1.719.347 2.21.865c.497.523.79 1.269.79 2.135a3 3 0 1 1-3-3m-3.75.512V14c0-1.631.356-3.034 1-4.005c.623-.94 1.523-1.495 2.75-1.495c1.292 0 2.228.617 2.857 1.665a.75.75 0 1 0 1.286-.77C17.276 7.947 15.88 7 14 7c-1.773 0-3.123.844-4 2.166C9.143 10.458 8.75 12.18 8.75 14c0 1.797.323 3.522 1.149 4.822C10.754 20.168 12.118 21 14 21a4.5 4.5 0 0 0 4.501-4.5c0-1.205-.41-2.335-1.202-3.168C16.5 12.492 15.36 12 14 12c-1.566 0-2.945.8-3.75 2.012"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle628Regular(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-.5c.983 0 1.719.347 2.21.865c.497.523.79 1.269.79 2.135a3 3 0 1 1-3-3m-3.75.512V14c0-1.631.356-3.034 1-4.005c.623-.94 1.523-1.495 2.75-1.495c1.292 0 2.228.617 2.857 1.665a.75.75 0 1 0 1.286-.77C17.276 7.947 15.88 7 14 7c-1.773 0-3.123.844-4 2.166C9.143 10.458 8.75 12.18 8.75 14c0 1.797.323 3.522 1.149 4.822C10.754 20.168 12.118 21 14 21a4.5 4.5 0 0 0 4.501-4.5c0-1.205-.41-2.335-1.202-3.168C16.5 12.492 15.36 12 14 12c-1.566 0-2.945.8-3.75 2.012"/></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-.5c.983 0 1.719.347 2.21.865c.497.523.79 1.269.79 2.135a3 3 0 1 1-3-3m-3.75.512V14c0-1.631.356-3.034 1-4.005c.623-.94 1.523-1.495 2.75-1.495c1.292 0 2.228.617 2.857 1.665a.75.75 0 1 0 1.286-.77C17.276 7.947 15.88 7 14 7c-1.773 0-3.123.844-4 2.166C9.143 10.458 8.75 12.18 8.75 14c0 1.797.323 3.522 1.149 4.822C10.754 20.168 12.118 21 14 21a4.5 4.5 0 0 0 4.501-4.5c0-1.205-.41-2.335-1.202-3.168C16.5 12.492 15.36 12 14 12c-1.566 0-2.945.8-3.75 2.012"/></svg> </template>
CSS
.icon-number-circle-6-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-.5c.983%200%201.719.347%202.21.865c.497.523.79%201.269.79%202.135a3%203%200%201%201-3-3m-3.75.512V14c0-1.631.356-3.034%201-4.005c.623-.94%201.523-1.495%202.75-1.495c1.292%200%202.228.617%202.857%201.665a.75.75%200%201%200%201.286-.77C17.276%207.947%2015.88%207%2014%207c-1.773%200-3.123.844-4%202.166C9.143%2010.458%208.75%2012.18%208.75%2014c0%201.797.323%203.522%201.149%204.822C10.754%2020.168%2012.118%2021%2014%2021a4.5%204.5%200%200%200%204.501-4.5c0-1.205-.41-2.335-1.202-3.168C16.5%2012.492%2015.36%2012%2014%2012c-1.566%200-2.945.8-3.75%202.012%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-.5c.983%200%201.719.347%202.21.865c.497.523.79%201.269.79%202.135a3%203%200%201%201-3-3m-3.75.512V14c0-1.631.356-3.034%201-4.005c.623-.94%201.523-1.495%202.75-1.495c1.292%200%202.228.617%202.857%201.665a.75.75%200%201%200%201.286-.77C17.276%207.947%2015.88%207%2014%207c-1.773%200-3.123.844-4%202.166C9.143%2010.458%208.75%2012.18%208.75%2014c0%201.797.323%203.522%201.149%204.822C10.754%2020.168%2012.118%2021%2014%2021a4.5%204.5%200%200%200%204.501-4.5c0-1.205-.41-2.335-1.202-3.168C16.5%2012.492%2015.36%2012%2014%2012c-1.566%200-2.945.8-3.75%202.012%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-28-regular.svg?color=%231a73e8&size=48