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

Name
number-circle-0-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the number circle 0 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 10a7 7 0 1 1-14 0a7 7 0 0 1 14 0m-7 8a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-2-8c0-1.073.154-1.975.487-2.591q.245-.45.597-.671c.234-.147.53-.238.916-.238s.682.091.916.238q.352.22.597.671C11.846 8.025 12 8.927 12 10s-.154 1.975-.487 2.591a1.74 1.74 0 0 1-.597.671c-.234.147-.53.238-.916.238s-.682-.091-.916-.238a1.74 1.74 0 0 1-.597-.671C8.154 11.975 8 11.073 8 10m2-4.5c-.552 0-1.037.133-1.448.39a2.74 2.74 0 0 0-.945 1.044C7.158 7.766 7 8.864 7 10s.158 2.235.607 3.066c.228.422.537.786.945 1.043q.618.389 1.448.391c.552 0 1.037-.133 1.448-.39a2.74 2.74 0 0 0 .945-1.044c.449-.832.607-1.93.607-3.066s-.158-2.234-.607-3.066a2.74 2.74 0 0 0-.945-1.043Q10.83 5.502 10 5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentNumberCircle020Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 10a7 7 0 1 1-14 0a7 7 0 0 1 14 0m-7 8a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-2-8c0-1.073.154-1.975.487-2.591q.245-.45.597-.671c.234-.147.53-.238.916-.238s.682.091.916.238q.352.22.597.671C11.846 8.025 12 8.927 12 10s-.154 1.975-.487 2.591a1.74 1.74 0 0 1-.597.671c-.234.147-.53.238-.916.238s-.682-.091-.916-.238a1.74 1.74 0 0 1-.597-.671C8.154 11.975 8 11.073 8 10m2-4.5c-.552 0-1.037.133-1.448.39a2.74 2.74 0 0 0-.945 1.044C7.158 7.766 7 8.864 7 10s.158 2.235.607 3.066c.228.422.537.786.945 1.043q.618.389 1.448.391c.552 0 1.037-.133 1.448-.39a2.74 2.74 0 0 0 .945-1.044c.449-.832.607-1.93.607-3.066s-.158-2.234-.607-3.066a2.74 2.74 0 0 0-.945-1.043Q10.83 5.502 10 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17 10a7 7 0 1 1-14 0a7 7 0 0 1 14 0m-7 8a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-2-8c0-1.073.154-1.975.487-2.591q.245-.45.597-.671c.234-.147.53-.238.916-.238s.682.091.916.238q.352.22.597.671C11.846 8.025 12 8.927 12 10s-.154 1.975-.487 2.591a1.74 1.74 0 0 1-.597.671c-.234.147-.53.238-.916.238s-.682-.091-.916-.238a1.74 1.74 0 0 1-.597-.671C8.154 11.975 8 11.073 8 10m2-4.5c-.552 0-1.037.133-1.448.39a2.74 2.74 0 0 0-.945 1.044C7.158 7.766 7 8.864 7 10s.158 2.235.607 3.066c.228.422.537.786.945 1.043q.618.389 1.448.391c.552 0 1.037-.133 1.448-.39a2.74 2.74 0 0 0 .945-1.044c.449-.832.607-1.93.607-3.066s-.158-2.234-.607-3.066a2.74 2.74 0 0 0-.945-1.043Q10.83 5.502 10 5.5"/></svg>
</template>

CSS

.icon-number-circle-0-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2010a7%207%200%201%201-14%200a7%207%200%200%201%2014%200m-7%208a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m-2-8c0-1.073.154-1.975.487-2.591q.245-.45.597-.671c.234-.147.53-.238.916-.238s.682.091.916.238q.352.22.597.671C11.846%208.025%2012%208.927%2012%2010s-.154%201.975-.487%202.591a1.74%201.74%200%200%201-.597.671c-.234.147-.53.238-.916.238s-.682-.091-.916-.238a1.74%201.74%200%200%201-.597-.671C8.154%2011.975%208%2011.073%208%2010m2-4.5c-.552%200-1.037.133-1.448.39a2.74%202.74%200%200%200-.945%201.044C7.158%207.766%207%208.864%207%2010s.158%202.235.607%203.066c.228.422.537.786.945%201.043q.618.389%201.448.391c.552%200%201.037-.133%201.448-.39a2.74%202.74%200%200%200%20.945-1.044c.449-.832.607-1.93.607-3.066s-.158-2.234-.607-3.066a2.74%202.74%200%200%200-.945-1.043Q10.83%205.502%2010%205.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2010a7%207%200%201%201-14%200a7%207%200%200%201%2014%200m-7%208a8%208%200%201%200%200-16a8%208%200%200%200%200%2016m-2-8c0-1.073.154-1.975.487-2.591q.245-.45.597-.671c.234-.147.53-.238.916-.238s.682.091.916.238q.352.22.597.671C11.846%208.025%2012%208.927%2012%2010s-.154%201.975-.487%202.591a1.74%201.74%200%200%201-.597.671c-.234.147-.53.238-.916.238s-.682-.091-.916-.238a1.74%201.74%200%200%201-.597-.671C8.154%2011.975%208%2011.073%208%2010m2-4.5c-.552%200-1.037.133-1.448.39a2.74%202.74%200%200%200-.945%201.044C7.158%207.766%207%208.864%207%2010s.158%202.235.607%203.066c.228.422.537.786.945%201.043q.618.389%201.448.391c.552%200%201.037-.133%201.448-.39a2.74%202.74%200%200%200%20.945-1.044c.449-.832.607-1.93.607-3.066s-.158-2.234-.607-3.066a2.74%202.74%200%200%200-.945-1.043Q10.83%205.502%2010%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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