number square zero icon
number-square-zero-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- number-square-zero-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
number-circle-eightnumber-circle-fivenumber-circle-fournumber-circle-ninenumber-circle-onenumber-circle-sevennumber-circle-sixnumber-circle-threenumber-circle-twonumber-circle-zeronumber-eightnumber-fivenumber-fournumber-ninenumber-onenumber-sevennumber-sixnumber-square-eightnumber-square-fivenumber-square-fournumber-square-ninenumber-square-onenumber-square-sevennumber-square-six
Use the number square 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 74c-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 42m80-136H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m2 174a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V48a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNumberSquareZeroLight(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 74c-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 42m80-136H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m2 174a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V48a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Z"/></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 74c-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 42m80-136H48a14 14 0 0 0-14 14v160a14 14 0 0 0 14 14h160a14 14 0 0 0 14-14V48a14 14 0 0 0-14-14m2 174a2 2 0 0 1-2 2H48a2 2 0 0 1-2-2V48a2 2 0 0 1 2-2h160a2 2 0 0 1 2 2Z"/></svg> </template>
CSS
.icon-number-square-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%2074c-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%2042m80-136H48a14%2014%200%200%200-14%2014v160a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14V48a14%2014%200%200%200-14-14m2%20174a2%202%200%200%201-2%202H48a2%202%200%200%201-2-2V48a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202Z%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%2074c-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%2042m80-136H48a14%2014%200%200%200-14%2014v160a14%2014%200%200%200%2014%2014h160a14%2014%200%200%200%2014-14V48a14%2014%200%200%200-14-14m2%20174a2%202%200%200%201-2%202H48a2%202%200%200%201-2-2V48a2%202%200%200%201%202-2h160a2%202%200%200%201%202%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/number-square-zero-light.svg?color=%231a73e8&size=48