number zero icon
number-zero-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- number-zero-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
number-circle-eightnumber-circle-fivenumber-circle-fournumber-circle-ninenumber-circle-onenumber-circle-sevennumber-circle-sixnumber-circle-threenumber-circle-twonumber-circle-zeronumber-eightnumber-fivenumber-fournumber-ninenumber-onenumber-sevennumber-sixnumber-square-eightnumber-square-fivenumber-square-fournumber-square-ninenumber-square-onenumber-square-sevennumber-square-six
Use the number zero icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.62 61.05c-13.76-21.62-34-33-58.62-33s-44.86 11.38-58.62 33C58.17 78.66 52 102.44 52 128s6.17 49.33 17.38 66.94C83.14 216.57 103.41 228 128 228s44.86-11.43 58.62-33.06C197.83 177.33 204 153.56 204 128s-6.17-49.34-17.38-66.95m-20.25 121C157.11 196.62 144.2 204 128 204s-29.11-7.38-38.37-21.94C80.84 168.25 76 149.05 76 128s4.84-40.25 13.63-54.06C98.89 59.38 111.8 52 128 52s29.11 7.38 38.37 21.94C175.16 87.75 180 107 180 128s-4.84 40.25-13.63 54.06Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNumberZeroBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.62 61.05c-13.76-21.62-34-33-58.62-33s-44.86 11.38-58.62 33C58.17 78.66 52 102.44 52 128s6.17 49.33 17.38 66.94C83.14 216.57 103.41 228 128 228s44.86-11.43 58.62-33.06C197.83 177.33 204 153.56 204 128s-6.17-49.34-17.38-66.95m-20.25 121C157.11 196.62 144.2 204 128 204s-29.11-7.38-38.37-21.94C80.84 168.25 76 149.05 76 128s4.84-40.25 13.63-54.06C98.89 59.38 111.8 52 128 52s29.11 7.38 38.37 21.94C175.16 87.75 180 107 180 128s-4.84 40.25-13.63 54.06Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M186.62 61.05c-13.76-21.62-34-33-58.62-33s-44.86 11.38-58.62 33C58.17 78.66 52 102.44 52 128s6.17 49.33 17.38 66.94C83.14 216.57 103.41 228 128 228s44.86-11.43 58.62-33.06C197.83 177.33 204 153.56 204 128s-6.17-49.34-17.38-66.95m-20.25 121C157.11 196.62 144.2 204 128 204s-29.11-7.38-38.37-21.94C80.84 168.25 76 149.05 76 128s4.84-40.25 13.63-54.06C98.89 59.38 111.8 52 128 52s29.11 7.38 38.37 21.94C175.16 87.75 180 107 180 128s-4.84 40.25-13.63 54.06Z"/></svg> </template>
CSS
.icon-number-zero-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.62%2061.05c-13.76-21.62-34-33-58.62-33s-44.86%2011.38-58.62%2033C58.17%2078.66%2052%20102.44%2052%20128s6.17%2049.33%2017.38%2066.94C83.14%20216.57%20103.41%20228%20128%20228s44.86-11.43%2058.62-33.06C197.83%20177.33%20204%20153.56%20204%20128s-6.17-49.34-17.38-66.95m-20.25%20121C157.11%20196.62%20144.2%20204%20128%20204s-29.11-7.38-38.37-21.94C80.84%20168.25%2076%20149.05%2076%20128s4.84-40.25%2013.63-54.06C98.89%2059.38%20111.8%2052%20128%2052s29.11%207.38%2038.37%2021.94C175.16%2087.75%20180%20107%20180%20128s-4.84%2040.25-13.63%2054.06Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.62%2061.05c-13.76-21.62-34-33-58.62-33s-44.86%2011.38-58.62%2033C58.17%2078.66%2052%20102.44%2052%20128s6.17%2049.33%2017.38%2066.94C83.14%20216.57%20103.41%20228%20128%20228s44.86-11.43%2058.62-33.06C197.83%20177.33%20204%20153.56%20204%20128s-6.17-49.34-17.38-66.95m-20.25%20121C157.11%20196.62%20144.2%20204%20128%20204s-29.11-7.38-38.37-21.94C80.84%20168.25%2076%20149.05%2076%20128s4.84-40.25%2013.63-54.06C98.89%2059.38%20111.8%2052%20128%2052s29.11%207.38%2038.37%2021.94C175.16%2087.75%20180%20107%20180%20128s-4.84%2040.25-13.63%2054.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/number-zero-bold.svg?color=%231a73e8&size=48