number circle zero icon

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

Name
number-circle-zero-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the number circle zero icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90m0-144c-13.52 0-24.69 6.12-32.29 17.71C89.45 101.24 86 114.13 86 128s3.45 26.76 9.7 36.29C103.31 175.88 114.47 182 128 182s24.69-6.12 32.29-17.71c6.26-9.53 9.71-22.42 9.71-36.29s-3.45-26.76-9.7-36.29C152.69 80.12 141.52 74 128 74m0 96c-20.72 0-30-21.09-30-42s9.28-42 30-42s30 21.09 30 42s-9.28 42-30 42"/></svg>

React

import type { SVGProps } from "react";

export function PhNumberCircleZeroLight(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="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90m0-144c-13.52 0-24.69 6.12-32.29 17.71C89.45 101.24 86 114.13 86 128s3.45 26.76 9.7 36.29C103.31 175.88 114.47 182 128 182s24.69-6.12 32.29-17.71c6.26-9.53 9.71-22.42 9.71-36.29s-3.45-26.76-9.7-36.29C152.69 80.12 141.52 74 128 74m0 96c-20.72 0-30-21.09-30-42s9.28-42 30-42s30 21.09 30 42s-9.28 42-30 42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m0 192a90 90 0 1 1 90-90a90.1 90.1 0 0 1-90 90m0-144c-13.52 0-24.69 6.12-32.29 17.71C89.45 101.24 86 114.13 86 128s3.45 26.76 9.7 36.29C103.31 175.88 114.47 182 128 182s24.69-6.12 32.29-17.71c6.26-9.53 9.71-22.42 9.71-36.29s-3.45-26.76-9.7-36.29C152.69 80.12 141.52 74 128 74m0 96c-20.72 0-30-21.09-30-42s9.28-42 30-42s30 21.09 30 42s-9.28 42-30 42"/></svg>
</template>

CSS

.icon-number-circle-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%22M128%2026a102%20102%200%201%200%20102%20102A102.12%20102.12%200%200%200%20128%2026m0%20192a90%2090%200%201%201%2090-90a90.1%2090.1%200%200%201-90%2090m0-144c-13.52%200-24.69%206.12-32.29%2017.71C89.45%20101.24%2086%20114.13%2086%20128s3.45%2026.76%209.7%2036.29C103.31%20175.88%20114.47%20182%20128%20182s24.69-6.12%2032.29-17.71c6.26-9.53%209.71-22.42%209.71-36.29s-3.45-26.76-9.7-36.29C152.69%2080.12%20141.52%2074%20128%2074m0%2096c-20.72%200-30-21.09-30-42s9.28-42%2030-42s30%2021.09%2030%2042s-9.28%2042-30%2042%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%22M128%2026a102%20102%200%201%200%20102%20102A102.12%20102.12%200%200%200%20128%2026m0%20192a90%2090%200%201%201%2090-90a90.1%2090.1%200%200%201-90%2090m0-144c-13.52%200-24.69%206.12-32.29%2017.71C89.45%20101.24%2086%20114.13%2086%20128s3.45%2026.76%209.7%2036.29C103.31%20175.88%20114.47%20182%20128%20182s24.69-6.12%2032.29-17.71c6.26-9.53%209.71-22.42%209.71-36.29s-3.45-26.76-9.7-36.29C152.69%2080.12%20141.52%2074%20128%2074m0%2096c-20.72%200-30-21.09-30-42s9.28-42%2030-42s30%2021.09%2030%2042s-9.28%2042-30%2042%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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