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

Name
number-circle-9-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M24 41.5c9.665 0 17.5-7.835 17.5-17.5S33.665 6.5 24 6.5S6.5 14.335 6.5 24S14.335 41.5 24 41.5M44 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 13c2.197 0 4.27.826 5.758 2.73C31.214 17.592 32 20.343 32 24c0 2.866-.662 5.56-1.986 7.58C28.67 33.63 26.62 35 24 35c-2.434 0-4.387-1.185-5.731-3.013a1.25 1.25 0 0 1 2.014-1.481C21.227 31.79 22.474 32.5 24 32.5c1.63 0 2.955-.813 3.923-2.29c.945-1.443 1.524-3.498 1.574-5.875A6.99 6.99 0 0 1 24 27c-2.111 0-3.886-.764-5.129-2.073C17.637 23.627 17 21.87 17 20a7 7 0 0 1 7-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle948Regular(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="M24 41.5c9.665 0 17.5-7.835 17.5-17.5S33.665 6.5 24 6.5S6.5 14.335 6.5 24S14.335 41.5 24 41.5M44 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 13c2.197 0 4.27.826 5.758 2.73C31.214 17.592 32 20.343 32 24c0 2.866-.662 5.56-1.986 7.58C28.67 33.63 26.62 35 24 35c-2.434 0-4.387-1.185-5.731-3.013a1.25 1.25 0 0 1 2.014-1.481C21.227 31.79 22.474 32.5 24 32.5c1.63 0 2.955-.813 3.923-2.29c.945-1.443 1.524-3.498 1.574-5.875A6.99 6.99 0 0 1 24 27c-2.111 0-3.886-.764-5.129-2.073C17.637 23.627 17 21.87 17 20a7 7 0 0 1 7-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 41.5c9.665 0 17.5-7.835 17.5-17.5S33.665 6.5 24 6.5S6.5 14.335 6.5 24S14.335 41.5 24 41.5M44 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 13c2.197 0 4.27.826 5.758 2.73C31.214 17.592 32 20.343 32 24c0 2.866-.662 5.56-1.986 7.58C28.67 33.63 26.62 35 24 35c-2.434 0-4.387-1.185-5.731-3.013a1.25 1.25 0 0 1 2.014-1.481C21.227 31.79 22.474 32.5 24 32.5c1.63 0 2.955-.813 3.923-2.29c.945-1.443 1.524-3.498 1.574-5.875A6.99 6.99 0 0 1 24 27c-2.111 0-3.886-.764-5.129-2.073C17.637 23.627 17 21.87 17 20a7 7 0 0 1 7-7"/></svg>
</template>

CSS

.icon-number-circle-9-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2041.5c9.665%200%2017.5-7.835%2017.5-17.5S33.665%206.5%2024%206.5S6.5%2014.335%206.5%2024S14.335%2041.5%2024%2041.5M44%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%2013c2.197%200%204.27.826%205.758%202.73C31.214%2017.592%2032%2020.343%2032%2024c0%202.866-.662%205.56-1.986%207.58C28.67%2033.63%2026.62%2035%2024%2035c-2.434%200-4.387-1.185-5.731-3.013a1.25%201.25%200%200%201%202.014-1.481C21.227%2031.79%2022.474%2032.5%2024%2032.5c1.63%200%202.955-.813%203.923-2.29c.945-1.443%201.524-3.498%201.574-5.875A6.99%206.99%200%200%201%2024%2027c-2.111%200-3.886-.764-5.129-2.073C17.637%2023.627%2017%2021.87%2017%2020a7%207%200%200%201%207-7%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%22M24%2041.5c9.665%200%2017.5-7.835%2017.5-17.5S33.665%206.5%2024%206.5S6.5%2014.335%206.5%2024S14.335%2041.5%2024%2041.5M44%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%2013c2.197%200%204.27.826%205.758%202.73C31.214%2017.592%2032%2020.343%2032%2024c0%202.866-.662%205.56-1.986%207.58C28.67%2033.63%2026.62%2035%2024%2035c-2.434%200-4.387-1.185-5.731-3.013a1.25%201.25%200%200%201%202.014-1.481C21.227%2031.79%2022.474%2032.5%2024%2032.5c1.63%200%202.955-.813%203.923-2.29c.945-1.443%201.524-3.498%201.574-5.875A6.99%206.99%200%200%201%2024%2027c-2.111%200-3.886-.764-5.129-2.073C17.637%2023.627%2017%2021.87%2017%2020a7%207%200%200%201%207-7%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-regular.svg?color=%231a73e8&size=48