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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 9 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-20 .5a4.5 4.5 0 1 0-4.5-4.5c0 1.305.44 2.423 1.184 3.205c.733.772 1.833 1.295 3.316 1.295M24 13a7 7 0 0 0-7 7c0 1.87.637 3.628 1.871 4.927C20.114 26.236 21.889 27 24 27a6.99 6.99 0 0 0 5.497-2.665c-.05 2.377-.629 4.432-1.574 5.874C26.955 31.687 25.631 32.5 24 32.5c-1.526 0-2.773-.71-3.717-1.994a1.25 1.25 0 0 0-2.014 1.481C19.613 33.815 21.566 35 24 35c2.62 0 4.67-1.37 6.014-3.42C31.338 29.56 32 26.865 32 24c0-3.657-.786-6.408-2.242-8.27C28.27 13.826 26.198 13 24 13"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle948Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-20 .5a4.5 4.5 0 1 0-4.5-4.5c0 1.305.44 2.423 1.184 3.205c.733.772 1.833 1.295 3.316 1.295M24 13a7 7 0 0 0-7 7c0 1.87.637 3.628 1.871 4.927C20.114 26.236 21.889 27 24 27a6.99 6.99 0 0 0 5.497-2.665c-.05 2.377-.629 4.432-1.574 5.874C26.955 31.687 25.631 32.5 24 32.5c-1.526 0-2.773-.71-3.717-1.994a1.25 1.25 0 0 0-2.014 1.481C19.613 33.815 21.566 35 24 35c2.62 0 4.67-1.37 6.014-3.42C31.338 29.56 32 26.865 32 24c0-3.657-.786-6.408-2.242-8.27C28.27 13.826 26.198 13 24 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-20 .5a4.5 4.5 0 1 0-4.5-4.5c0 1.305.44 2.423 1.184 3.205c.733.772 1.833 1.295 3.316 1.295M24 13a7 7 0 0 0-7 7c0 1.87.637 3.628 1.871 4.927C20.114 26.236 21.889 27 24 27a6.99 6.99 0 0 0 5.497-2.665c-.05 2.377-.629 4.432-1.574 5.874C26.955 31.687 25.631 32.5 24 32.5c-1.526 0-2.773-.71-3.717-1.994a1.25 1.25 0 0 0-2.014 1.481C19.613 33.815 21.566 35 24 35c2.62 0 4.67-1.37 6.014-3.42C31.338 29.56 32 26.865 32 24c0-3.657-.786-6.408-2.242-8.27C28.27 13.826 26.198 13 24 13"/></svg>
</template>

CSS

.icon-number-circle-9-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-20%20.5a4.5%204.5%200%201%200-4.5-4.5c0%201.305.44%202.423%201.184%203.205c.733.772%201.833%201.295%203.316%201.295M24%2013a7%207%200%200%200-7%207c0%201.87.637%203.628%201.871%204.927C20.114%2026.236%2021.889%2027%2024%2027a6.99%206.99%200%200%200%205.497-2.665c-.05%202.377-.629%204.432-1.574%205.874C26.955%2031.687%2025.631%2032.5%2024%2032.5c-1.526%200-2.773-.71-3.717-1.994a1.25%201.25%200%200%200-2.014%201.481C19.613%2033.815%2021.566%2035%2024%2035c2.62%200%204.67-1.37%206.014-3.42C31.338%2029.56%2032%2026.865%2032%2024c0-3.657-.786-6.408-2.242-8.27C28.27%2013.826%2026.198%2013%2024%2013%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-20%20.5a4.5%204.5%200%201%200-4.5-4.5c0%201.305.44%202.423%201.184%203.205c.733.772%201.833%201.295%203.316%201.295M24%2013a7%207%200%200%200-7%207c0%201.87.637%203.628%201.871%204.927C20.114%2026.236%2021.889%2027%2024%2027a6.99%206.99%200%200%200%205.497-2.665c-.05%202.377-.629%204.432-1.574%205.874C26.955%2031.687%2025.631%2032.5%2024%2032.5c-1.526%200-2.773-.71-3.717-1.994a1.25%201.25%200%200%200-2.014%201.481C19.613%2033.815%2021.566%2035%2024%2035c2.62%200%204.67-1.37%206.014-3.42C31.338%2029.56%2032%2026.865%2032%2024c0-3.657-.786-6.408-2.242-8.27C28.27%2013.826%2026.198%2013%2024%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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