number square zero icon
number-square-zero-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- number-square-zero-thin
- Set
- Phosphor
- Style
- Thin
- 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 76c-12.82 0-23.41 5.81-30.62 16.81C91.33 102 88 114.52 88 128s3.33 26 9.38 35.2c7.21 11 17.8 16.8 30.62 16.8s23.41-5.81 30.62-16.8c6-9.22 9.38-21.72 9.38-35.2s-3.33-26-9.38-35.19C151.41 81.81 140.82 76 128 76m0 96c-22.11 0-32-22.1-32-44s9.89-44 32-44s32 22.1 32 44s-9.89 44-32 44m80-136H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12m4 172a4 4 0 0 1-4 4H48a4 4 0 0 1-4-4V48a4 4 0 0 1 4-4h160a4 4 0 0 1 4 4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNumberSquareZeroThin(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 76c-12.82 0-23.41 5.81-30.62 16.81C91.33 102 88 114.52 88 128s3.33 26 9.38 35.2c7.21 11 17.8 16.8 30.62 16.8s23.41-5.81 30.62-16.8c6-9.22 9.38-21.72 9.38-35.2s-3.33-26-9.38-35.19C151.41 81.81 140.82 76 128 76m0 96c-22.11 0-32-22.1-32-44s9.89-44 32-44s32 22.1 32 44s-9.89 44-32 44m80-136H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12m4 172a4 4 0 0 1-4 4H48a4 4 0 0 1-4-4V48a4 4 0 0 1 4-4h160a4 4 0 0 1 4 4Z"/></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 76c-12.82 0-23.41 5.81-30.62 16.81C91.33 102 88 114.52 88 128s3.33 26 9.38 35.2c7.21 11 17.8 16.8 30.62 16.8s23.41-5.81 30.62-16.8c6-9.22 9.38-21.72 9.38-35.2s-3.33-26-9.38-35.19C151.41 81.81 140.82 76 128 76m0 96c-22.11 0-32-22.1-32-44s9.89-44 32-44s32 22.1 32 44s-9.89 44-32 44m80-136H48a12 12 0 0 0-12 12v160a12 12 0 0 0 12 12h160a12 12 0 0 0 12-12V48a12 12 0 0 0-12-12m4 172a4 4 0 0 1-4 4H48a4 4 0 0 1-4-4V48a4 4 0 0 1 4-4h160a4 4 0 0 1 4 4Z"/></svg> </template>
CSS
.icon-number-square-zero-thin {
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%2076c-12.82%200-23.41%205.81-30.62%2016.81C91.33%20102%2088%20114.52%2088%20128s3.33%2026%209.38%2035.2c7.21%2011%2017.8%2016.8%2030.62%2016.8s23.41-5.81%2030.62-16.8c6-9.22%209.38-21.72%209.38-35.2s-3.33-26-9.38-35.19C151.41%2081.81%20140.82%2076%20128%2076m0%2096c-22.11%200-32-22.1-32-44s9.89-44%2032-44s32%2022.1%2032%2044s-9.89%2044-32%2044m80-136H48a12%2012%200%200%200-12%2012v160a12%2012%200%200%200%2012%2012h160a12%2012%200%200%200%2012-12V48a12%2012%200%200%200-12-12m4%20172a4%204%200%200%201-4%204H48a4%204%200%200%201-4-4V48a4%204%200%200%201%204-4h160a4%204%200%200%201%204%204Z%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%2076c-12.82%200-23.41%205.81-30.62%2016.81C91.33%20102%2088%20114.52%2088%20128s3.33%2026%209.38%2035.2c7.21%2011%2017.8%2016.8%2030.62%2016.8s23.41-5.81%2030.62-16.8c6-9.22%209.38-21.72%209.38-35.2s-3.33-26-9.38-35.19C151.41%2081.81%20140.82%2076%20128%2076m0%2096c-22.11%200-32-22.1-32-44s9.89-44%2032-44s32%2022.1%2032%2044s-9.89%2044-32%2044m80-136H48a12%2012%200%200%200-12%2012v160a12%2012%200%200%200%2012%2012h160a12%2012%200%200%200%2012-12V48a12%2012%200%200%200-12-12m4%20172a4%204%200%200%201-4%204H48a4%204%200%200%201-4-4V48a4%204%200%200%201%204-4h160a4%204%200%200%201%204%204Z%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-thin.svg?color=%231a73e8&size=48