number square nine icon
number-square-nine-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- number-square-nine-duotone
- Set
- Phosphor
- Style
- Duotone
- 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-onenumber-square-sevennumber-square-sixnumber-square-three
Use the number square nine 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 48v160a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V48a8 8 0 0 1 8-8h160a8 8 0 0 1 8 8" opacity=".2"/><path d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m0 176H48V48h160zM146 76.82A36 36 0 1 0 127.94 144q.94 0 1.89-.06l-16.7 28a8 8 0 0 0 2.77 11a8 8 0 0 0 11-2.77l32.24-54l.07-.1A36.05 36.05 0 0 0 146 76.82m-.67 41.18A20 20 0 1 1 138 90.68a20 20 0 0 1 7.31 27.32Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhNumberSquareNineDuotone(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 48v160a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V48a8 8 0 0 1 8-8h160a8 8 0 0 1 8 8" opacity=".2"/><path d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m0 176H48V48h160zM146 76.82A36 36 0 1 0 127.94 144q.94 0 1.89-.06l-16.7 28a8 8 0 0 0 2.77 11a8 8 0 0 0 11-2.77l32.24-54l.07-.1A36.05 36.05 0 0 0 146 76.82m-.67 41.18A20 20 0 1 1 138 90.68a20 20 0 0 1 7.31 27.32Z"/></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 48v160a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V48a8 8 0 0 1 8-8h160a8 8 0 0 1 8 8" opacity=".2"/><path d="M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m0 176H48V48h160zM146 76.82A36 36 0 1 0 127.94 144q.94 0 1.89-.06l-16.7 28a8 8 0 0 0 2.77 11a8 8 0 0 0 11-2.77l32.24-54l.07-.1A36.05 36.05 0 0 0 146 76.82m-.67 41.18A20 20 0 1 1 138 90.68a20 20 0 0 1 7.31 27.32Z"/></g></svg> </template>
CSS
.icon-number-square-nine-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%2048v160a8%208%200%200%201-8%208H48a8%208%200%200%201-8-8V48a8%208%200%200%201%208-8h160a8%208%200%200%201%208%208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2032H48a16%2016%200%200%200-16%2016v160a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16m0%20176H48V48h160zM146%2076.82A36%2036%200%201%200%20127.94%20144q.94%200%201.89-.06l-16.7%2028a8%208%200%200%200%202.77%2011a8%208%200%200%200%2011-2.77l32.24-54l.07-.1A36.05%2036.05%200%200%200%20146%2076.82m-.67%2041.18A20%2020%200%201%201%20138%2090.68a20%2020%200%200%201%207.31%2027.32Z%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%2048v160a8%208%200%200%201-8%208H48a8%208%200%200%201-8-8V48a8%208%200%200%201%208-8h160a8%208%200%200%201%208%208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M208%2032H48a16%2016%200%200%200-16%2016v160a16%2016%200%200%200%2016%2016h160a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16m0%20176H48V48h160zM146%2076.82A36%2036%200%201%200%20127.94%20144q.94%200%201.89-.06l-16.7%2028a8%208%200%200%200%202.77%2011a8%208%200%200%200%2011-2.77l32.24-54l.07-.1A36.05%2036.05%200%200%200%20146%2076.82m-.67%2041.18A20%2020%200%201%201%20138%2090.68a20%2020%200%200%201%207.31%2027.32Z%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-square-nine-duotone.svg?color=%231a73e8&size=48