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

Name
number-circle-7-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10.88 5.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 FluentNumberCircle724Filled(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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10.88 5.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="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-10.88 5.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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-10.88%205.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%22M22%2012c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010m-10.88%205.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-filled.svg?color=%231a73e8&size=48