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

Name
number-circle-6-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 6 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 24m20-.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 35c-2.197 0-4.27-.826-5.758-2.73C16.786 30.408 16 27.657 16 24c0-2.866.662-5.56 1.986-7.58C19.33 14.37 21.38 13 24 13c2.434 0 4.387 1.185 5.731 3.013a1.25 1.25 0 0 1-2.014 1.481C26.773 16.21 25.526 15.5 24 15.5c-1.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 21c2.111 0 3.886.764 5.129 2.073C30.363 24.373 31 26.13 31 28a7 7 0 0 1-7 7"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle648Regular(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 24m20-.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 35c-2.197 0-4.27-.826-5.758-2.73C16.786 30.408 16 27.657 16 24c0-2.866.662-5.56 1.986-7.58C19.33 14.37 21.38 13 24 13c2.434 0 4.387 1.185 5.731 3.013a1.25 1.25 0 0 1-2.014 1.481C26.773 16.21 25.526 15.5 24 15.5c-1.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 21c2.111 0 3.886.764 5.129 2.073C30.363 24.373 31 26.13 31 28a7 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 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 24m20-.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 35c-2.197 0-4.27-.826-5.758-2.73C16.786 30.408 16 27.657 16 24c0-2.866.662-5.56 1.986-7.58C19.33 14.37 21.38 13 24 13c2.434 0 4.387 1.185 5.731 3.013a1.25 1.25 0 0 1-2.014 1.481C26.773 16.21 25.526 15.5 24 15.5c-1.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 21c2.111 0 3.886.764 5.129 2.073C30.363 24.373 31 26.13 31 28a7 7 0 0 1-7 7"/></svg>
</template>

CSS

.icon-number-circle-6-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%2024m20-.5a4.5%204.5%200%201%200%204.5%204.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24%2035c-2.197%200-4.27-.826-5.758-2.73C16.786%2030.408%2016%2027.657%2016%2024c0-2.866.662-5.56%201.986-7.58C19.33%2014.37%2021.38%2013%2024%2013c2.434%200%204.387%201.185%205.731%203.013a1.25%201.25%200%200%201-2.014%201.481C26.773%2016.21%2025.526%2015.5%2024%2015.5c-1.63%200-2.955.813-3.923%202.29c-.945%201.443-1.524%203.498-1.574%205.875A6.99%206.99%200%200%201%2024%2021c2.111%200%203.886.764%205.129%202.073C30.363%2024.373%2031%2026.13%2031%2028a7%207%200%200%201-7%207%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%2024m20-.5a4.5%204.5%200%201%200%204.5%204.5c0-1.305-.44-2.423-1.184-3.205c-.733-.772-1.833-1.295-3.316-1.295M24%2035c-2.197%200-4.27-.826-5.758-2.73C16.786%2030.408%2016%2027.657%2016%2024c0-2.866.662-5.56%201.986-7.58C19.33%2014.37%2021.38%2013%2024%2013c2.434%200%204.387%201.185%205.731%203.013a1.25%201.25%200%200%201-2.014%201.481C26.773%2016.21%2025.526%2015.5%2024%2015.5c-1.63%200-2.955.813-3.923%202.29c-.945%201.443-1.524%203.498-1.574%205.875A6.99%206.99%200%200%201%2024%2021c2.111%200%203.886.764%205.129%202.073C30.363%2024.373%2031%2026.13%2031%2028a7%207%200%200%201-7%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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