number zero icon

number-zero-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
number-zero-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

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="M179.87 65.35C167.65 46.15 149.71 36 128 36S88.35 46.15 76.13 65.35C65.73 81.69 60 103.94 60 128s5.73 46.31 16.13 62.65C88.35 209.85 106.29 220 128 220s39.65-10.15 51.87-29.35C190.27 174.31 196 152.06 196 128s-5.73-46.31-16.13-62.65M128 212c-41.45 0-60-42.19-60-84s18.55-84 60-84s60 42.19 60 84s-18.55 84-60 84"/></svg>

React

import type { SVGProps } from "react";

export function PhNumberZeroThin(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="M179.87 65.35C167.65 46.15 149.71 36 128 36S88.35 46.15 76.13 65.35C65.73 81.69 60 103.94 60 128s5.73 46.31 16.13 62.65C88.35 209.85 106.29 220 128 220s39.65-10.15 51.87-29.35C190.27 174.31 196 152.06 196 128s-5.73-46.31-16.13-62.65M128 212c-41.45 0-60-42.19-60-84s18.55-84 60-84s60 42.19 60 84s-18.55 84-60 84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M179.87 65.35C167.65 46.15 149.71 36 128 36S88.35 46.15 76.13 65.35C65.73 81.69 60 103.94 60 128s5.73 46.31 16.13 62.65C88.35 209.85 106.29 220 128 220s39.65-10.15 51.87-29.35C190.27 174.31 196 152.06 196 128s-5.73-46.31-16.13-62.65M128 212c-41.45 0-60-42.19-60-84s18.55-84 60-84s60 42.19 60 84s-18.55 84-60 84"/></svg>
</template>

CSS

.icon-number-zero-thin {
  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%22M179.87%2065.35C167.65%2046.15%20149.71%2036%20128%2036S88.35%2046.15%2076.13%2065.35C65.73%2081.69%2060%20103.94%2060%20128s5.73%2046.31%2016.13%2062.65C88.35%20209.85%20106.29%20220%20128%20220s39.65-10.15%2051.87-29.35C190.27%20174.31%20196%20152.06%20196%20128s-5.73-46.31-16.13-62.65M128%20212c-41.45%200-60-42.19-60-84s18.55-84%2060-84s60%2042.19%2060%2084s-18.55%2084-60%2084%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%22M179.87%2065.35C167.65%2046.15%20149.71%2036%20128%2036S88.35%2046.15%2076.13%2065.35C65.73%2081.69%2060%20103.94%2060%20128s5.73%2046.31%2016.13%2062.65C88.35%20209.85%20106.29%20220%20128%20220s39.65-10.15%2051.87-29.35C190.27%20174.31%20196%20152.06%20196%20128s-5.73-46.31-16.13-62.65M128%20212c-41.45%200-60-42.19-60-84s18.55-84%2060-84s60%2042.19%2060%2084s-18.55%2084-60%2084%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/number-zero-thin.svg?color=%231a73e8&size=48