number circle 0 icon
number-circle-0-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- number-circle-0-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
number-circle-1-16-fillednumber-circle-2-16-fillednumber-circle-3-16-fillednumber-circle-4-16-fillednumber-circle-5-16-fillednumber-circle-6-16-fillednumber-circle-7-16-fillednumber-circle-8-16-fillednumber-circle-9-16-fillednumber-row-16-fillednumber-symbol-16-fillednumber-symbol-dismiss-20-fillednumber-symbol-square-20-filled
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="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m6 0c0-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 FluentNumberCircle020Filled(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="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m6 0c0-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="M2 10a8 8 0 1 1 16 0a8 8 0 0 1-16 0m6 0c0-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-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m6%200c0-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%22M2%2010a8%208%200%201%201%2016%200a8%208%200%200%201-16%200m6%200c0-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-filled.svg?color=%231a73e8&size=48