number-circle-2-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
number-circle-2-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M3 10a7 7 0 1 1 14 0a7 7 0 0 1-14 0m7-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.4 7.302a.5.5 0 0 1-.799-.602l.001-.001l.05-.063q.045-.053.125-.138c.106-.11.26-.256.46-.402c.4-.29 1-.596 1.763-.596A2.5 2.5 0 0 1 12.5 8c0 .787-.326 1.348-.78 1.783c-.354.34-.808.619-1.221.872l-.234.144c-.495.31-.928.614-1.245 1.023A2.4 2.4 0 0 0 8.534 13H12a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5c0-.982.284-1.715.73-2.29c.433-.56 1-.943 1.505-1.259q.138-.087.269-.166c.412-.254.755-.465 1.025-.724c.296-.284.47-.598.47-1.06A1.5 1.5 0 0 0 10 6.5a2 2 0 0 0-1.173.404a2.5 2.5 0 0 0-.423.395z"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle220Regular(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="M3 10a7 7 0 1 1 14 0a7 7 0 0 1-14 0m7-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.4 7.302a.5.5 0 0 1-.799-.602l.001-.001l.05-.063q.045-.053.125-.138c.106-.11.26-.256.46-.402c.4-.29 1-.596 1.763-.596A2.5 2.5 0 0 1 12.5 8c0 .787-.326 1.348-.78 1.783c-.354.34-.808.619-1.221.872l-.234.144c-.495.31-.928.614-1.245 1.023A2.4 2.4 0 0 0 8.534 13H12a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5c0-.982.284-1.715.73-2.29c.433-.56 1-.943 1.505-1.259q.138-.087.269-.166c.412-.254.755-.465 1.025-.724c.296-.284.47-.598.47-1.06A1.5 1.5 0 0 0 10 6.5a2 2 0 0 0-1.173.404a2.5 2.5 0 0 0-.423.395z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 10a7 7 0 1 1 14 0a7 7 0 0 1-14 0m7-8a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.4 7.302a.5.5 0 0 1-.799-.602l.001-.001l.05-.063q.045-.053.125-.138c.106-.11.26-.256.46-.402c.4-.29 1-.596 1.763-.596A2.5 2.5 0 0 1 12.5 8c0 .787-.326 1.348-.78 1.783c-.354.34-.808.619-1.221.872l-.234.144c-.495.31-.928.614-1.245 1.023A2.4 2.4 0 0 0 8.534 13H12a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5c0-.982.284-1.715.73-2.29c.433-.56 1-.943 1.505-1.259q.138-.087.269-.166c.412-.254.755-.465 1.025-.724c.296-.284.47-.598.47-1.06A1.5 1.5 0 0 0 10 6.5a2 2 0 0 0-1.173.404a2.5 2.5 0 0 0-.423.395z"/></svg>
</template>

CSS

.icon-number-circle-2-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2010a7%207%200%201%201%2014%200a7%207%200%200%201-14%200m7-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M8.4%207.302a.5.5%200%200%201-.799-.602l.001-.001l.05-.063q.045-.053.125-.138c.106-.11.26-.256.46-.402c.4-.29%201-.596%201.763-.596A2.5%202.5%200%200%201%2012.5%208c0%20.787-.326%201.348-.78%201.783c-.354.34-.808.619-1.221.872l-.234.144c-.495.31-.928.614-1.245%201.023A2.4%202.4%200%200%200%208.534%2013H12a.5.5%200%200%201%200%201H8a.5.5%200%200%201-.5-.5c0-.982.284-1.715.73-2.29c.433-.56%201-.943%201.505-1.259q.138-.087.269-.166c.412-.254.755-.465%201.025-.724c.296-.284.47-.598.47-1.06A1.5%201.5%200%200%200%2010%206.5a2%202%200%200%200-1.173.404a2.5%202.5%200%200%200-.423.395z%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%22M3%2010a7%207%200%201%201%2014%200a7%207%200%200%201-14%200m7-8a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M8.4%207.302a.5.5%200%200%201-.799-.602l.001-.001l.05-.063q.045-.053.125-.138c.106-.11.26-.256.46-.402c.4-.29%201-.596%201.763-.596A2.5%202.5%200%200%201%2012.5%208c0%20.787-.326%201.348-.78%201.783c-.354.34-.808.619-1.221.872l-.234.144c-.495.31-.928.614-1.245%201.023A2.4%202.4%200%200%200%208.534%2013H12a.5.5%200%200%201%200%201H8a.5.5%200%200%201-.5-.5c0-.982.284-1.715.73-2.29c.433-.56%201-.943%201.505-1.259q.138-.087.269-.166c.412-.254.755-.465%201.025-.724c.296-.284.47-.598.47-1.06A1.5%201.5%200%200%200%2010%206.5a2%202%200%200%200-1.173.404a2.5%202.5%200%200%200-.423.395z%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-20-regular.svg?color=%231a73e8&size=48