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

Name
number-circle-7-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 7 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-.88 15.49c.05.01.13.01.13.01v.01c.36 0 .68-.25.74-.62c.86-5.12 3.8-8.61 3.83-8.64c.19-.22.23-.53.11-.8a.75.75 0 0 0-.68-.44h-6.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.01c-1.03 1.53-2.63 4.41-3.26 8.12c-.06.4.21.79.62.86"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle724Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-.88 15.49c.05.01.13.01.13.01v.01c.36 0 .68-.25.74-.62c.86-5.12 3.8-8.61 3.83-8.64c.19-.22.23-.53.11-.8a.75.75 0 0 0-.68-.44h-6.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.01c-1.03 1.53-2.63 4.41-3.26 8.12c-.06.4.21.79.62.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 12a8.5 8.5 0 1 1 17 0a8.5 8.5 0 0 1-17 0M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m-.88 15.49c.05.01.13.01.13.01v.01c.36 0 .68-.25.74-.62c.86-5.12 3.8-8.61 3.83-8.64c.19-.22.23-.53.11-.8a.75.75 0 0 0-.68-.44h-6.5c-.41 0-.75.34-.75.75s.34.75.75.75h5.01c-1.03 1.53-2.63 4.41-3.26 8.12c-.06.4.21.79.62.86"/></svg>
</template>

CSS

.icon-number-circle-7-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2012a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m-.88%2015.49c.05.01.13.01.13.01v.01c.36%200%20.68-.25.74-.62c.86-5.12%203.8-8.61%203.83-8.64c.19-.22.23-.53.11-.8a.75.75%200%200%200-.68-.44h-6.5c-.41%200-.75.34-.75.75s.34.75.75.75h5.01c-1.03%201.53-2.63%204.41-3.26%208.12c-.06.4.21.79.62.86%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.5%2012a8.5%208.5%200%201%201%2017%200a8.5%208.5%200%200%201-17%200M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m-.88%2015.49c.05.01.13.01.13.01v.01c.36%200%20.68-.25.74-.62c.86-5.12%203.8-8.61%203.83-8.64c.19-.22.23-.53.11-.8a.75.75%200%200%200-.68-.44h-6.5c-.41%200-.75.34-.75.75s.34.75.75.75h5.01c-1.03%201.53-2.63%204.41-3.26%208.12c-.06.4.21.79.62.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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