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

Name
number-circle-3-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 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 6.5C14.335 6.5 6.5 14.335 6.5 24S14.335 41.5 24 41.5S41.5 33.665 41.5 24S33.665 6.5 24 6.5M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24m19.25-1.25a1.25 1.25 0 1 0 0 2.5h1.247c2.3 0 4.003 1.71 4.003 3.625S26.797 32.5 24.497 32.5c-1.32 0-2.39-.49-3.153-1.005a6.4 6.4 0 0 1-.865-.7a5 5 0 0 1-.255-.266l-.006-.007a1.25 1.25 0 0 0-1.94 1.576v.001h.001l.002.003l.003.004l.01.012l.028.033l.092.105c.077.085.186.2.325.335c.278.27.683.623 1.206.976c1.042.704 2.594 1.433 4.552 1.433C28 35 31 32.344 31 28.875c0-2.024-1.021-3.77-2.567-4.875C29.979 22.895 31 21.149 31 19.125C31 15.656 28 13 24.497 13c-1.958 0-3.51.729-4.552 1.433a9 9 0 0 0-1.206.976a7 7 0 0 0-.417.44l-.017.02l-.011.013l-.01.012l-.003.004l-.002.002v.001h-.001a1.25 1.25 0 0 0 1.94 1.577q.124-.143.26-.274a6.4 6.4 0 0 1 .866-.7c.762-.514 1.834-1.004 3.153-1.004c2.3 0 4.003 1.71 4.003 3.625s-1.703 3.625-4.003 3.625zm-4.956-6.868l.011-.014l.017-.019"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle348Regular(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 6.5C14.335 6.5 6.5 14.335 6.5 24S14.335 41.5 24 41.5S41.5 33.665 41.5 24S33.665 6.5 24 6.5M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24m19.25-1.25a1.25 1.25 0 1 0 0 2.5h1.247c2.3 0 4.003 1.71 4.003 3.625S26.797 32.5 24.497 32.5c-1.32 0-2.39-.49-3.153-1.005a6.4 6.4 0 0 1-.865-.7a5 5 0 0 1-.255-.266l-.006-.007a1.25 1.25 0 0 0-1.94 1.576v.001h.001l.002.003l.003.004l.01.012l.028.033l.092.105c.077.085.186.2.325.335c.278.27.683.623 1.206.976c1.042.704 2.594 1.433 4.552 1.433C28 35 31 32.344 31 28.875c0-2.024-1.021-3.77-2.567-4.875C29.979 22.895 31 21.149 31 19.125C31 15.656 28 13 24.497 13c-1.958 0-3.51.729-4.552 1.433a9 9 0 0 0-1.206.976a7 7 0 0 0-.417.44l-.017.02l-.011.013l-.01.012l-.003.004l-.002.002v.001h-.001a1.25 1.25 0 0 0 1.94 1.577q.124-.143.26-.274a6.4 6.4 0 0 1 .866-.7c.762-.514 1.834-1.004 3.153-1.004c2.3 0 4.003 1.71 4.003 3.625s-1.703 3.625-4.003 3.625zm-4.956-6.868l.011-.014l.017-.019"/></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 6.5C14.335 6.5 6.5 14.335 6.5 24S14.335 41.5 24 41.5S41.5 33.665 41.5 24S33.665 6.5 24 6.5M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24m19.25-1.25a1.25 1.25 0 1 0 0 2.5h1.247c2.3 0 4.003 1.71 4.003 3.625S26.797 32.5 24.497 32.5c-1.32 0-2.39-.49-3.153-1.005a6.4 6.4 0 0 1-.865-.7a5 5 0 0 1-.255-.266l-.006-.007a1.25 1.25 0 0 0-1.94 1.576v.001h.001l.002.003l.003.004l.01.012l.028.033l.092.105c.077.085.186.2.325.335c.278.27.683.623 1.206.976c1.042.704 2.594 1.433 4.552 1.433C28 35 31 32.344 31 28.875c0-2.024-1.021-3.77-2.567-4.875C29.979 22.895 31 21.149 31 19.125C31 15.656 28 13 24.497 13c-1.958 0-3.51.729-4.552 1.433a9 9 0 0 0-1.206.976a7 7 0 0 0-.417.44l-.017.02l-.011.013l-.01.012l-.003.004l-.002.002v.001h-.001a1.25 1.25 0 0 0 1.94 1.577q.124-.143.26-.274a6.4 6.4 0 0 1 .866-.7c.762-.514 1.834-1.004 3.153-1.004c2.3 0 4.003 1.71 4.003 3.625s-1.703 3.625-4.003 3.625zm-4.956-6.868l.011-.014l.017-.019"/></svg>
</template>

CSS

.icon-number-circle-3-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%206.5C14.335%206.5%206.5%2014.335%206.5%2024S14.335%2041.5%2024%2041.5S41.5%2033.665%2041.5%2024S33.665%206.5%2024%206.5M4%2024C4%2012.954%2012.954%204%2024%204s20%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024m19.25-1.25a1.25%201.25%200%201%200%200%202.5h1.247c2.3%200%204.003%201.71%204.003%203.625S26.797%2032.5%2024.497%2032.5c-1.32%200-2.39-.49-3.153-1.005a6.4%206.4%200%200%201-.865-.7a5%205%200%200%201-.255-.266l-.006-.007a1.25%201.25%200%200%200-1.94%201.576v.001h.001l.002.003l.003.004l.01.012l.028.033l.092.105c.077.085.186.2.325.335c.278.27.683.623%201.206.976c1.042.704%202.594%201.433%204.552%201.433C28%2035%2031%2032.344%2031%2028.875c0-2.024-1.021-3.77-2.567-4.875C29.979%2022.895%2031%2021.149%2031%2019.125C31%2015.656%2028%2013%2024.497%2013c-1.958%200-3.51.729-4.552%201.433a9%209%200%200%200-1.206.976a7%207%200%200%200-.417.44l-.017.02l-.011.013l-.01.012l-.003.004l-.002.002v.001h-.001a1.25%201.25%200%200%200%201.94%201.577q.124-.143.26-.274a6.4%206.4%200%200%201%20.866-.7c.762-.514%201.834-1.004%203.153-1.004c2.3%200%204.003%201.71%204.003%203.625s-1.703%203.625-4.003%203.625zm-4.956-6.868l.011-.014l.017-.019%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%206.5C14.335%206.5%206.5%2014.335%206.5%2024S14.335%2041.5%2024%2041.5S41.5%2033.665%2041.5%2024S33.665%206.5%2024%206.5M4%2024C4%2012.954%2012.954%204%2024%204s20%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024m19.25-1.25a1.25%201.25%200%201%200%200%202.5h1.247c2.3%200%204.003%201.71%204.003%203.625S26.797%2032.5%2024.497%2032.5c-1.32%200-2.39-.49-3.153-1.005a6.4%206.4%200%200%201-.865-.7a5%205%200%200%201-.255-.266l-.006-.007a1.25%201.25%200%200%200-1.94%201.576v.001h.001l.002.003l.003.004l.01.012l.028.033l.092.105c.077.085.186.2.325.335c.278.27.683.623%201.206.976c1.042.704%202.594%201.433%204.552%201.433C28%2035%2031%2032.344%2031%2028.875c0-2.024-1.021-3.77-2.567-4.875C29.979%2022.895%2031%2021.149%2031%2019.125C31%2015.656%2028%2013%2024.497%2013c-1.958%200-3.51.729-4.552%201.433a9%209%200%200%200-1.206.976a7%207%200%200%200-.417.44l-.017.02l-.011.013l-.01.012l-.003.004l-.002.002v.001h-.001a1.25%201.25%200%200%200%201.94%201.577q.124-.143.26-.274a6.4%206.4%200%200%201%20.866-.7c.762-.514%201.834-1.004%203.153-1.004c2.3%200%204.003%201.71%204.003%203.625s-1.703%203.625-4.003%203.625zm-4.956-6.868l.011-.014l.017-.019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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