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

Name
number-circle-3-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 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 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-2-20c0-.69.56-1.25 1.25-1.25h1.247c2.3 0 4.003-1.71 4.003-3.625S26.797 15.5 24.497 15.5c-1.32 0-2.39.49-3.153 1.005a6.4 6.4 0 0 0-.865.7c-.09.087-.18.177-.26.273a1.25 1.25 0 0 1-1.941-1.576V15.9h.001l.002-.003l.003-.004l.01-.012l.011-.014l.017-.019l.092-.105c.077-.085.186-.2.325-.335a9 9 0 0 1 1.206-.976C20.987 13.729 22.539 13 24.497 13C28 13 31 15.656 31 19.125c0 2.024-1.021 3.77-2.567 4.875C29.979 25.105 31 26.851 31 28.875C31 32.344 28 35 24.497 35c-1.958 0-3.51-.729-4.552-1.433a9 9 0 0 1-1.206-.976a7 7 0 0 1-.445-.473l-.01-.012l-.003-.004l-.002-.002v-.001h-.001a1.25 1.25 0 0 1 1.94-1.577l.006.007l.044.05c.044.048.114.123.21.217c.194.187.487.443.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.625H23.25c-.69 0-1.25-.56-1.25-1.25m-3.706-8.118l.011-.014l.017-.019"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle348Filled(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 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-2-20c0-.69.56-1.25 1.25-1.25h1.247c2.3 0 4.003-1.71 4.003-3.625S26.797 15.5 24.497 15.5c-1.32 0-2.39.49-3.153 1.005a6.4 6.4 0 0 0-.865.7c-.09.087-.18.177-.26.273a1.25 1.25 0 0 1-1.941-1.576V15.9h.001l.002-.003l.003-.004l.01-.012l.011-.014l.017-.019l.092-.105c.077-.085.186-.2.325-.335a9 9 0 0 1 1.206-.976C20.987 13.729 22.539 13 24.497 13C28 13 31 15.656 31 19.125c0 2.024-1.021 3.77-2.567 4.875C29.979 25.105 31 26.851 31 28.875C31 32.344 28 35 24.497 35c-1.958 0-3.51-.729-4.552-1.433a9 9 0 0 1-1.206-.976a7 7 0 0 1-.445-.473l-.01-.012l-.003-.004l-.002-.002v-.001h-.001a1.25 1.25 0 0 1 1.94-1.577l.006.007l.044.05c.044.048.114.123.21.217c.194.187.487.443.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.625H23.25c-.69 0-1.25-.56-1.25-1.25m-3.706-8.118l.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 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-2-20c0-.69.56-1.25 1.25-1.25h1.247c2.3 0 4.003-1.71 4.003-3.625S26.797 15.5 24.497 15.5c-1.32 0-2.39.49-3.153 1.005a6.4 6.4 0 0 0-.865.7c-.09.087-.18.177-.26.273a1.25 1.25 0 0 1-1.941-1.576V15.9h.001l.002-.003l.003-.004l.01-.012l.011-.014l.017-.019l.092-.105c.077-.085.186-.2.325-.335a9 9 0 0 1 1.206-.976C20.987 13.729 22.539 13 24.497 13C28 13 31 15.656 31 19.125c0 2.024-1.021 3.77-2.567 4.875C29.979 25.105 31 26.851 31 28.875C31 32.344 28 35 24.497 35c-1.958 0-3.51-.729-4.552-1.433a9 9 0 0 1-1.206-.976a7 7 0 0 1-.445-.473l-.01-.012l-.003-.004l-.002-.002v-.001h-.001a1.25 1.25 0 0 1 1.94-1.577l.006.007l.044.05c.044.048.114.123.21.217c.194.187.487.443.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.625H23.25c-.69 0-1.25-.56-1.25-1.25m-3.706-8.118l.011-.014l.017-.019"/></svg>
</template>

CSS

.icon-number-circle-3-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%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m-2-20c0-.69.56-1.25%201.25-1.25h1.247c2.3%200%204.003-1.71%204.003-3.625S26.797%2015.5%2024.497%2015.5c-1.32%200-2.39.49-3.153%201.005a6.4%206.4%200%200%200-.865.7c-.09.087-.18.177-.26.273a1.25%201.25%200%200%201-1.941-1.576V15.9h.001l.002-.003l.003-.004l.01-.012l.011-.014l.017-.019l.092-.105c.077-.085.186-.2.325-.335a9%209%200%200%201%201.206-.976C20.987%2013.729%2022.539%2013%2024.497%2013C28%2013%2031%2015.656%2031%2019.125c0%202.024-1.021%203.77-2.567%204.875C29.979%2025.105%2031%2026.851%2031%2028.875C31%2032.344%2028%2035%2024.497%2035c-1.958%200-3.51-.729-4.552-1.433a9%209%200%200%201-1.206-.976a7%207%200%200%201-.445-.473l-.01-.012l-.003-.004l-.002-.002v-.001h-.001a1.25%201.25%200%200%201%201.94-1.577l.006.007l.044.05c.044.048.114.123.21.217c.194.187.487.443.866.7c.762.514%201.834%201.004%203.153%201.004c2.3%200%204.003-1.71%204.003-3.625s-1.703-3.625-4.003-3.625H23.25c-.69%200-1.25-.56-1.25-1.25m-3.706-8.118l.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%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m-2-20c0-.69.56-1.25%201.25-1.25h1.247c2.3%200%204.003-1.71%204.003-3.625S26.797%2015.5%2024.497%2015.5c-1.32%200-2.39.49-3.153%201.005a6.4%206.4%200%200%200-.865.7c-.09.087-.18.177-.26.273a1.25%201.25%200%200%201-1.941-1.576V15.9h.001l.002-.003l.003-.004l.01-.012l.011-.014l.017-.019l.092-.105c.077-.085.186-.2.325-.335a9%209%200%200%201%201.206-.976C20.987%2013.729%2022.539%2013%2024.497%2013C28%2013%2031%2015.656%2031%2019.125c0%202.024-1.021%203.77-2.567%204.875C29.979%2025.105%2031%2026.851%2031%2028.875C31%2032.344%2028%2035%2024.497%2035c-1.958%200-3.51-.729-4.552-1.433a9%209%200%200%201-1.206-.976a7%207%200%200%201-.445-.473l-.01-.012l-.003-.004l-.002-.002v-.001h-.001a1.25%201.25%200%200%201%201.94-1.577l.006.007l.044.05c.044.048.114.123.21.217c.194.187.487.443.866.7c.762.514%201.834%201.004%203.153%201.004c2.3%200%204.003-1.71%204.003-3.625s-1.703-3.625-4.003-3.625H23.25c-.69%200-1.25-.56-1.25-1.25m-3.706-8.118l.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-filled.svg?color=%231a73e8&size=48