number zero icon

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

Name
number-zero-light
Set
Phosphor
Style
Light
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="M181.56 64.28C169 44.47 150.43 34 128 34S87.05 44.47 74.44 64.28C63.84 80.94 58 103.57 58 128s5.84 47.06 16.44 63.72C87.05 211.53 105.57 222 128 222s40.95-10.47 53.56-30.28C192.16 175.06 198 152.43 198 128s-5.84-47.06-16.44-63.72M128 210c-40.07 0-58-41.18-58-82s17.93-82 58-82s58 41.18 58 82s-17.93 82-58 82"/></svg>

React

import type { SVGProps } from "react";

export function PhNumberZeroLight(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="M181.56 64.28C169 44.47 150.43 34 128 34S87.05 44.47 74.44 64.28C63.84 80.94 58 103.57 58 128s5.84 47.06 16.44 63.72C87.05 211.53 105.57 222 128 222s40.95-10.47 53.56-30.28C192.16 175.06 198 152.43 198 128s-5.84-47.06-16.44-63.72M128 210c-40.07 0-58-41.18-58-82s17.93-82 58-82s58 41.18 58 82s-17.93 82-58 82"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M181.56 64.28C169 44.47 150.43 34 128 34S87.05 44.47 74.44 64.28C63.84 80.94 58 103.57 58 128s5.84 47.06 16.44 63.72C87.05 211.53 105.57 222 128 222s40.95-10.47 53.56-30.28C192.16 175.06 198 152.43 198 128s-5.84-47.06-16.44-63.72M128 210c-40.07 0-58-41.18-58-82s17.93-82 58-82s58 41.18 58 82s-17.93 82-58 82"/></svg>
</template>

CSS

.icon-number-zero-light {
  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%22M181.56%2064.28C169%2044.47%20150.43%2034%20128%2034S87.05%2044.47%2074.44%2064.28C63.84%2080.94%2058%20103.57%2058%20128s5.84%2047.06%2016.44%2063.72C87.05%20211.53%20105.57%20222%20128%20222s40.95-10.47%2053.56-30.28C192.16%20175.06%20198%20152.43%20198%20128s-5.84-47.06-16.44-63.72M128%20210c-40.07%200-58-41.18-58-82s17.93-82%2058-82s58%2041.18%2058%2082s-17.93%2082-58%2082%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%22M181.56%2064.28C169%2044.47%20150.43%2034%20128%2034S87.05%2044.47%2074.44%2064.28C63.84%2080.94%2058%20103.57%2058%20128s5.84%2047.06%2016.44%2063.72C87.05%20211.53%20105.57%20222%20128%20222s40.95-10.47%2053.56-30.28C192.16%20175.06%20198%20152.43%20198%20128s-5.84-47.06-16.44-63.72M128%20210c-40.07%200-58-41.18-58-82s17.93-82%2058-82s58%2041.18%2058%2082s-17.93%2082-58%2082%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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