number-circle-2-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
number-circle-2-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m12.38 3.164c.537-.683 1.275-1.19 2.139-1.716l.404-.242c.722-.43 1.535-.913 2.168-1.509c.819-.77 1.409-1.779 1.408-3.197A4.5 4.5 0 0 0 16 8c-1.369 0-2.445.549-3.157 1.067a6.2 6.2 0 0 0-1.045.966l-.093.115v.001l-.002.002a1 1 0 0 0 1.598 1.203l.002-.004l.028-.033q.04-.051.134-.15c.125-.13.312-.306.556-.484c.49-.357 1.162-.683 1.98-.683a2.5 2.5 0 0 1 2.5 2.5c0 .77-.285 1.276-.78 1.74c-.459.433-1.044.782-1.764 1.213l-.475.286c-.886.538-1.898 1.202-2.674 2.19c-.8 1.02-1.307 2.326-1.307 4.071a1 1 0 0 0 1 1h7a1 1 0 1 0 0-2h-5.92a4 4 0 0 1 .8-1.836"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle232Filled(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="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m12.38 3.164c.537-.683 1.275-1.19 2.139-1.716l.404-.242c.722-.43 1.535-.913 2.168-1.509c.819-.77 1.409-1.779 1.408-3.197A4.5 4.5 0 0 0 16 8c-1.369 0-2.445.549-3.157 1.067a6.2 6.2 0 0 0-1.045.966l-.093.115v.001l-.002.002a1 1 0 0 0 1.598 1.203l.002-.004l.028-.033q.04-.051.134-.15c.125-.13.312-.306.556-.484c.49-.357 1.162-.683 1.98-.683a2.5 2.5 0 0 1 2.5 2.5c0 .77-.285 1.276-.78 1.74c-.459.433-1.044.782-1.764 1.213l-.475.286c-.886.538-1.898 1.202-2.674 2.19c-.8 1.02-1.307 2.326-1.307 4.071a1 1 0 0 0 1 1h7a1 1 0 1 0 0-2h-5.92a4 4 0 0 1 .8-1.836"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 16C2 8.268 8.268 2 16 2s14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16m12.38 3.164c.537-.683 1.275-1.19 2.139-1.716l.404-.242c.722-.43 1.535-.913 2.168-1.509c.819-.77 1.409-1.779 1.408-3.197A4.5 4.5 0 0 0 16 8c-1.369 0-2.445.549-3.157 1.067a6.2 6.2 0 0 0-1.045.966l-.093.115v.001l-.002.002a1 1 0 0 0 1.598 1.203l.002-.004l.028-.033q.04-.051.134-.15c.125-.13.312-.306.556-.484c.49-.357 1.162-.683 1.98-.683a2.5 2.5 0 0 1 2.5 2.5c0 .77-.285 1.276-.78 1.74c-.459.433-1.044.782-1.764 1.213l-.475.286c-.886.538-1.898 1.202-2.674 2.19c-.8 1.02-1.307 2.326-1.307 4.071a1 1 0 0 0 1 1h7a1 1 0 1 0 0-2h-5.92a4 4 0 0 1 .8-1.836"/></svg>
</template>

CSS

.icon-number-circle-2-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m12.38%203.164c.537-.683%201.275-1.19%202.139-1.716l.404-.242c.722-.43%201.535-.913%202.168-1.509c.819-.77%201.409-1.779%201.408-3.197A4.5%204.5%200%200%200%2016%208c-1.369%200-2.445.549-3.157%201.067a6.2%206.2%200%200%200-1.045.966l-.093.115v.001l-.002.002a1%201%200%200%200%201.598%201.203l.002-.004l.028-.033q.04-.051.134-.15c.125-.13.312-.306.556-.484c.49-.357%201.162-.683%201.98-.683a2.5%202.5%200%200%201%202.5%202.5c0%20.77-.285%201.276-.78%201.74c-.459.433-1.044.782-1.764%201.213l-.475.286c-.886.538-1.898%201.202-2.674%202.19c-.8%201.02-1.307%202.326-1.307%204.071a1%201%200%200%200%201%201h7a1%201%200%201%200%200-2h-5.92a4%204%200%200%201%20.8-1.836%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%22M2%2016C2%208.268%208.268%202%2016%202s14%206.268%2014%2014s-6.268%2014-14%2014S2%2023.732%202%2016m12.38%203.164c.537-.683%201.275-1.19%202.139-1.716l.404-.242c.722-.43%201.535-.913%202.168-1.509c.819-.77%201.409-1.779%201.408-3.197A4.5%204.5%200%200%200%2016%208c-1.369%200-2.445.549-3.157%201.067a6.2%206.2%200%200%200-1.045.966l-.093.115v.001l-.002.002a1%201%200%200%200%201.598%201.203l.002-.004l.028-.033q.04-.051.134-.15c.125-.13.312-.306.556-.484c.49-.357%201.162-.683%201.98-.683a2.5%202.5%200%200%201%202.5%202.5c0%20.77-.285%201.276-.78%201.74c-.459.433-1.044.782-1.764%201.213l-.475.286c-.886.538-1.898%201.202-2.674%202.19c-.8%201.02-1.307%202.326-1.307%204.071a1%201%200%200%200%201%201h7a1%201%200%201%200%200-2h-5.92a4%204%200%200%201%20.8-1.836%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/number-circle-2-32-filled.svg?color=%231a73e8&size=48