number zero icon

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

Name
number-zero-fill
Set
Phosphor
Style
Fill
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="M157.68 88.39C164.34 98.52 168 112.59 168 128s-3.66 29.47-10.32 39.61C150.55 178.49 140.56 184 128 184s-22.55-5.51-29.68-16.39C91.66 157.47 88 143.41 88 128s3.66-29.48 10.32-39.61C105.45 77.51 115.44 72 128 72s22.55 5.51 29.68 16.39M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-32 88c0-18.49-4.6-35.68-12.94-48.39C160.92 64.16 146 56 128 56s-32.92 8.16-43.06 23.61C76.6 92.32 72 109.51 72 128s4.6 35.68 12.94 48.39C95.08 191.84 110 200 128 200s32.92-8.16 43.06-23.61C179.4 163.68 184 146.49 184 128"/></svg>

React

import type { SVGProps } from "react";

export function PhNumberZeroFill(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="M157.68 88.39C164.34 98.52 168 112.59 168 128s-3.66 29.47-10.32 39.61C150.55 178.49 140.56 184 128 184s-22.55-5.51-29.68-16.39C91.66 157.47 88 143.41 88 128s3.66-29.48 10.32-39.61C105.45 77.51 115.44 72 128 72s22.55 5.51 29.68 16.39M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-32 88c0-18.49-4.6-35.68-12.94-48.39C160.92 64.16 146 56 128 56s-32.92 8.16-43.06 23.61C76.6 92.32 72 109.51 72 128s4.6 35.68 12.94 48.39C95.08 191.84 110 200 128 200s32.92-8.16 43.06-23.61C179.4 163.68 184 146.49 184 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M157.68 88.39C164.34 98.52 168 112.59 168 128s-3.66 29.47-10.32 39.61C150.55 178.49 140.56 184 128 184s-22.55-5.51-29.68-16.39C91.66 157.47 88 143.41 88 128s3.66-29.48 10.32-39.61C105.45 77.51 115.44 72 128 72s22.55 5.51 29.68 16.39M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-32 88c0-18.49-4.6-35.68-12.94-48.39C160.92 64.16 146 56 128 56s-32.92 8.16-43.06 23.61C76.6 92.32 72 109.51 72 128s4.6 35.68 12.94 48.39C95.08 191.84 110 200 128 200s32.92-8.16 43.06-23.61C179.4 163.68 184 146.49 184 128"/></svg>
</template>

CSS

.icon-number-zero-fill {
  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%22M157.68%2088.39C164.34%2098.52%20168%20112.59%20168%20128s-3.66%2029.47-10.32%2039.61C150.55%20178.49%20140.56%20184%20128%20184s-22.55-5.51-29.68-16.39C91.66%20157.47%2088%20143.41%2088%20128s3.66-29.48%2010.32-39.61C105.45%2077.51%20115.44%2072%20128%2072s22.55%205.51%2029.68%2016.39M216%2040v176a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V40a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016m-32%2088c0-18.49-4.6-35.68-12.94-48.39C160.92%2064.16%20146%2056%20128%2056s-32.92%208.16-43.06%2023.61C76.6%2092.32%2072%20109.51%2072%20128s4.6%2035.68%2012.94%2048.39C95.08%20191.84%20110%20200%20128%20200s32.92-8.16%2043.06-23.61C179.4%20163.68%20184%20146.49%20184%20128%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%22M157.68%2088.39C164.34%2098.52%20168%20112.59%20168%20128s-3.66%2029.47-10.32%2039.61C150.55%20178.49%20140.56%20184%20128%20184s-22.55-5.51-29.68-16.39C91.66%20157.47%2088%20143.41%2088%20128s3.66-29.48%2010.32-39.61C105.45%2077.51%20115.44%2072%20128%2072s22.55%205.51%2029.68%2016.39M216%2040v176a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V40a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016m-32%2088c0-18.49-4.6-35.68-12.94-48.39C160.92%2064.16%20146%2056%20128%2056s-32.92%208.16-43.06%2023.61C76.6%2092.32%2072%20109.51%2072%20128s4.6%2035.68%2012.94%2048.39C95.08%20191.84%20110%20200%20128%20200s32.92-8.16%2043.06-23.61C179.4%20163.68%20184%20146.49%20184%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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