number circle 3 icon
number-circle-3-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- number-circle-3-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-4-16-fillednumber-circle-5-16-fillednumber-circle-6-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m12.314 0a1 1 0 0 1 1-1h.934C17.834 15 19 13.816 19 12.5S17.834 10 16.248 10c-.914 0-1.658.34-2.19.702a4.5 4.5 0 0 0-.75.642l-.03.033l-.002.004a1 1 0 0 1-1.555-1.258l.002-.002l.003-.004l.007-.009l.02-.025l.069-.077q.084-.096.237-.246a6.5 6.5 0 0 1 .875-.712C13.691 8.534 14.821 8 16.248 8C18.806 8 21 9.95 21 12.5c0 1.438-.698 2.686-1.766 3.5c1.068.814 1.766 2.062 1.766 3.5c0 2.55-2.194 4.5-4.752 4.5c-1.427 0-2.557-.534-3.314-1.048a6.5 6.5 0 0 1-1.112-.958l-.068-.077l-.021-.025l-.007-.01l-.003-.003l-.001-.001l-.001-.001a1 1 0 0 1 1.555-1.258l.003.004l.03.033q.045.051.145.151c.135.131.339.31.604.49c.532.362 1.276.703 2.19.703C17.834 22 19 20.816 19 19.5S17.834 17 16.248 17h-.934a1 1 0 0 1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentNumberCircle332Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m12.314 0a1 1 0 0 1 1-1h.934C17.834 15 19 13.816 19 12.5S17.834 10 16.248 10c-.914 0-1.658.34-2.19.702a4.5 4.5 0 0 0-.75.642l-.03.033l-.002.004a1 1 0 0 1-1.555-1.258l.002-.002l.003-.004l.007-.009l.02-.025l.069-.077q.084-.096.237-.246a6.5 6.5 0 0 1 .875-.712C13.691 8.534 14.821 8 16.248 8C18.806 8 21 9.95 21 12.5c0 1.438-.698 2.686-1.766 3.5c1.068.814 1.766 2.062 1.766 3.5c0 2.55-2.194 4.5-4.752 4.5c-1.427 0-2.557-.534-3.314-1.048a6.5 6.5 0 0 1-1.112-.958l-.068-.077l-.021-.025l-.007-.01l-.003-.003l-.001-.001l-.001-.001a1 1 0 0 1 1.555-1.258l.003.004l.03.033q.045.051.145.151c.135.131.339.31.604.49c.532.362 1.276.703 2.19.703C17.834 22 19 20.816 19 19.5S17.834 17 16.248 17h-.934a1 1 0 0 1-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12s12-5.373 12-12S22.627 4 16 4M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m12.314 0a1 1 0 0 1 1-1h.934C17.834 15 19 13.816 19 12.5S17.834 10 16.248 10c-.914 0-1.658.34-2.19.702a4.5 4.5 0 0 0-.75.642l-.03.033l-.002.004a1 1 0 0 1-1.555-1.258l.002-.002l.003-.004l.007-.009l.02-.025l.069-.077q.084-.096.237-.246a6.5 6.5 0 0 1 .875-.712C13.691 8.534 14.821 8 16.248 8C18.806 8 21 9.95 21 12.5c0 1.438-.698 2.686-1.766 3.5c1.068.814 1.766 2.062 1.766 3.5c0 2.55-2.194 4.5-4.752 4.5c-1.427 0-2.557-.534-3.314-1.048a6.5 6.5 0 0 1-1.112-.958l-.068-.077l-.021-.025l-.007-.01l-.003-.003l-.001-.001l-.001-.001a1 1 0 0 1 1.555-1.258l.003.004l.03.033q.045.051.145.151c.135.131.339.31.604.49c.532.362 1.276.703 2.19.703C17.834 22 19 20.816 19 19.5S17.834 17 16.248 17h-.934a1 1 0 0 1-1-1"/></svg> </template>
CSS
.icon-number-circle-3-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m12.314%200a1%201%200%200%201%201-1h.934C17.834%2015%2019%2013.816%2019%2012.5S17.834%2010%2016.248%2010c-.914%200-1.658.34-2.19.702a4.5%204.5%200%200%200-.75.642l-.03.033l-.002.004a1%201%200%200%201-1.555-1.258l.002-.002l.003-.004l.007-.009l.02-.025l.069-.077q.084-.096.237-.246a6.5%206.5%200%200%201%20.875-.712C13.691%208.534%2014.821%208%2016.248%208C18.806%208%2021%209.95%2021%2012.5c0%201.438-.698%202.686-1.766%203.5c1.068.814%201.766%202.062%201.766%203.5c0%202.55-2.194%204.5-4.752%204.5c-1.427%200-2.557-.534-3.314-1.048a6.5%206.5%200%200%201-1.112-.958l-.068-.077l-.021-.025l-.007-.01l-.003-.003l-.001-.001l-.001-.001a1%201%200%200%201%201.555-1.258l.003.004l.03.033q.045.051.145.151c.135.131.339.31.604.49c.532.362%201.276.703%202.19.703C17.834%2022%2019%2020.816%2019%2019.5S17.834%2017%2016.248%2017h-.934a1%201%200%200%201-1-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.373%204%204%209.373%204%2016s5.373%2012%2012%2012s12-5.373%2012-12S22.627%204%2016%204M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m12.314%200a1%201%200%200%201%201-1h.934C17.834%2015%2019%2013.816%2019%2012.5S17.834%2010%2016.248%2010c-.914%200-1.658.34-2.19.702a4.5%204.5%200%200%200-.75.642l-.03.033l-.002.004a1%201%200%200%201-1.555-1.258l.002-.002l.003-.004l.007-.009l.02-.025l.069-.077q.084-.096.237-.246a6.5%206.5%200%200%201%20.875-.712C13.691%208.534%2014.821%208%2016.248%208C18.806%208%2021%209.95%2021%2012.5c0%201.438-.698%202.686-1.766%203.5c1.068.814%201.766%202.062%201.766%203.5c0%202.55-2.194%204.5-4.752%204.5c-1.427%200-2.557-.534-3.314-1.048a6.5%206.5%200%200%201-1.112-.958l-.068-.077l-.021-.025l-.007-.01l-.003-.003l-.001-.001l-.001-.001a1%201%200%200%201%201.555-1.258l.003.004l.03.033q.045.051.145.151c.135.131.339.31.604.49c.532.362%201.276.703%202.19.703C17.834%2022%2019%2020.816%2019%2019.5S17.834%2017%2016.248%2017h-.934a1%201%200%200%201-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-3-32-regular.svg?color=%231a73e8&size=48