number zero icon

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

Name
number-zero-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" opacity=".2"/><path d="M183.25 63.2C170.25 42.79 151.15 32 128 32S85.75 42.79 72.75 63.2C62 80.18 56 103.19 56 128s6 47.82 16.75 64.8c13 20.41 32.1 31.2 55.25 31.2s42.25-10.79 55.25-31.2c10.8-17 16.75-40 16.75-64.8s-5.95-47.82-16.75-64.8M128 208c-38.68 0-56-40.18-56-80s17.32-80 56-80s56 40.18 56 80s-17.32 80-56 80"/></g></svg>

React

import type { SVGProps } from "react";

export function PhNumberZeroDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" opacity=".2"/><path d="M183.25 63.2C170.25 42.79 151.15 32 128 32S85.75 42.79 72.75 63.2C62 80.18 56 103.19 56 128s6 47.82 16.75 64.8c13 20.41 32.1 31.2 55.25 31.2s42.25-10.79 55.25-31.2c10.8-17 16.75-40 16.75-64.8s-5.95-47.82-16.75-64.8M128 208c-38.68 0-56-40.18-56-80s17.32-80 56-80s56 40.18 56 80s-17.32 80-56 80"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" opacity=".2"/><path d="M183.25 63.2C170.25 42.79 151.15 32 128 32S85.75 42.79 72.75 63.2C62 80.18 56 103.19 56 128s6 47.82 16.75 64.8c13 20.41 32.1 31.2 55.25 31.2s42.25-10.79 55.25-31.2c10.8-17 16.75-40 16.75-64.8s-5.95-47.82-16.75-64.8M128 208c-38.68 0-56-40.18-56-80s17.32-80 56-80s56 40.18 56 80s-17.32 80-56 80"/></g></svg>
</template>

CSS

.icon-number-zero-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2040v176a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V40a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M183.25%2063.2C170.25%2042.79%20151.15%2032%20128%2032S85.75%2042.79%2072.75%2063.2C62%2080.18%2056%20103.19%2056%20128s6%2047.82%2016.75%2064.8c13%2020.41%2032.1%2031.2%2055.25%2031.2s42.25-10.79%2055.25-31.2c10.8-17%2016.75-40%2016.75-64.8s-5.95-47.82-16.75-64.8M128%20208c-38.68%200-56-40.18-56-80s17.32-80%2056-80s56%2040.18%2056%2080s-17.32%2080-56%2080%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%2040v176a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V40a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M183.25%2063.2C170.25%2042.79%20151.15%2032%20128%2032S85.75%2042.79%2072.75%2063.2C62%2080.18%2056%20103.19%2056%20128s6%2047.82%2016.75%2064.8c13%2020.41%2032.1%2031.2%2055.25%2031.2s42.25-10.79%2055.25-31.2c10.8-17%2016.75-40%2016.75-64.8s-5.95-47.82-16.75-64.8M128%20208c-38.68%200-56-40.18-56-80s17.32-80%2056-80s56%2040.18%2056%2080s-17.32%2080-56%2080%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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