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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-1 8a.5.5 0 0 1 .5-.5h.499c1.024 0 1.751-.726 1.751-1.5s-.727-1.5-1.751-1.5c-.58 0-1.05.206-1.38.42a2.8 2.8 0 0 0-.486.401l-.002.003a.5.5 0 0 1-.763-.647h.001l.002-.003l.004-.004l.012-.014l.039-.042q.049-.054.138-.137c.118-.11.29-.253.512-.397A3.53 3.53 0 0 1 10 5.5c1.462 0 2.751 1.065 2.751 2.5c0 .84-.442 1.553-1.101 2c.66.447 1.101 1.16 1.101 2c0 1.435-1.289 2.5-2.751 2.5c-.825 0-1.48-.294-1.923-.58a3.8 3.8 0 0 1-.65-.534l-.04-.042l-.011-.014l-.004-.004l-.002-.002v-.001a.5.5 0 0 1 .761-.648l.003.004l.02.02q.029.032.09.09c.085.078.211.185.376.291c.33.214.8.42 1.38.42c1.024 0 1.751-.726 1.751-1.5s-.727-1.5-1.751-1.5h-.5A.5.5 0 0 1 9 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle320Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-1 8a.5.5 0 0 1 .5-.5h.499c1.024 0 1.751-.726 1.751-1.5s-.727-1.5-1.751-1.5c-.58 0-1.05.206-1.38.42a2.8 2.8 0 0 0-.486.401l-.002.003a.5.5 0 0 1-.763-.647h.001l.002-.003l.004-.004l.012-.014l.039-.042q.049-.054.138-.137c.118-.11.29-.253.512-.397A3.53 3.53 0 0 1 10 5.5c1.462 0 2.751 1.065 2.751 2.5c0 .84-.442 1.553-1.101 2c.66.447 1.101 1.16 1.101 2c0 1.435-1.289 2.5-2.751 2.5c-.825 0-1.48-.294-1.923-.58a3.8 3.8 0 0 1-.65-.534l-.04-.042l-.011-.014l-.004-.004l-.002-.002v-.001a.5.5 0 0 1 .761-.648l.003.004l.02.02q.029.032.09.09c.085.078.211.185.376.291c.33.214.8.42 1.38.42c1.024 0 1.751-.726 1.751-1.5s-.727-1.5-1.751-1.5h-.5A.5.5 0 0 1 9 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m-1 8a.5.5 0 0 1 .5-.5h.499c1.024 0 1.751-.726 1.751-1.5s-.727-1.5-1.751-1.5c-.58 0-1.05.206-1.38.42a2.8 2.8 0 0 0-.486.401l-.002.003a.5.5 0 0 1-.763-.647h.001l.002-.003l.004-.004l.012-.014l.039-.042q.049-.054.138-.137c.118-.11.29-.253.512-.397A3.53 3.53 0 0 1 10 5.5c1.462 0 2.751 1.065 2.751 2.5c0 .84-.442 1.553-1.101 2c.66.447 1.101 1.16 1.101 2c0 1.435-1.289 2.5-2.751 2.5c-.825 0-1.48-.294-1.923-.58a3.8 3.8 0 0 1-.65-.534l-.04-.042l-.011-.014l-.004-.004l-.002-.002v-.001a.5.5 0 0 1 .761-.648l.003.004l.02.02q.029.032.09.09c.085.078.211.185.376.291c.33.214.8.42 1.38.42c1.024 0 1.751-.726 1.751-1.5s-.727-1.5-1.751-1.5h-.5A.5.5 0 0 1 9 10"/></svg>
</template>

CSS

.icon-number-circle-3-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-1%208a.5.5%200%200%201%20.5-.5h.499c1.024%200%201.751-.726%201.751-1.5s-.727-1.5-1.751-1.5c-.58%200-1.05.206-1.38.42a2.8%202.8%200%200%200-.486.401l-.002.003a.5.5%200%200%201-.763-.647h.001l.002-.003l.004-.004l.012-.014l.039-.042q.049-.054.138-.137c.118-.11.29-.253.512-.397A3.53%203.53%200%200%201%2010%205.5c1.462%200%202.751%201.065%202.751%202.5c0%20.84-.442%201.553-1.101%202c.66.447%201.101%201.16%201.101%202c0%201.435-1.289%202.5-2.751%202.5c-.825%200-1.48-.294-1.923-.58a3.8%203.8%200%200%201-.65-.534l-.04-.042l-.011-.014l-.004-.004l-.002-.002v-.001a.5.5%200%200%201%20.761-.648l.003.004l.02.02q.029.032.09.09c.085.078.211.185.376.291c.33.214.8.42%201.38.42c1.024%200%201.751-.726%201.751-1.5s-.727-1.5-1.751-1.5h-.5A.5.5%200%200%201%209%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16m-1%208a.5.5%200%200%201%20.5-.5h.499c1.024%200%201.751-.726%201.751-1.5s-.727-1.5-1.751-1.5c-.58%200-1.05.206-1.38.42a2.8%202.8%200%200%200-.486.401l-.002.003a.5.5%200%200%201-.763-.647h.001l.002-.003l.004-.004l.012-.014l.039-.042q.049-.054.138-.137c.118-.11.29-.253.512-.397A3.53%203.53%200%200%201%2010%205.5c1.462%200%202.751%201.065%202.751%202.5c0%20.84-.442%201.553-1.101%202c.66.447%201.101%201.16%201.101%202c0%201.435-1.289%202.5-2.751%202.5c-.825%200-1.48-.294-1.923-.58a3.8%203.8%200%200%201-.65-.534l-.04-.042l-.011-.014l-.004-.004l-.002-.002v-.001a.5.5%200%200%201%20.761-.648l.003.004l.02.02q.029.032.09.09c.085.078.211.185.376.291c.33.214.8.42%201.38.42c1.024%200%201.751-.726%201.751-1.5s-.727-1.5-1.751-1.5h-.5A.5.5%200%200%201%209%2010%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-20-filled.svg?color=%231a73e8&size=48