hash icon
hash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- hash-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the hash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116.25 112h31.5l-8 32h-31.5ZM224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-16 56a8 8 0 0 0-8-8h-31.75l7.51-30.06a8 8 0 0 0-15.52-3.88L151.75 96h-31.5l7.51-30.06a8 8 0 0 0-15.52-3.88L103.75 96H64a8 8 0 0 0 0 16h35.75l-8 32H56a8 8 0 0 0 0 16h31.75l-7.51 30.06a8 8 0 0 0 5.82 9.7a8 8 0 0 0 2 .24a8 8 0 0 0 7.75-6.06l8.44-33.94h31.5l-7.51 30.06a8 8 0 0 0 5.82 9.7a8 8 0 0 0 1.94.24a8 8 0 0 0 7.75-6.06l8.5-33.94H192a8 8 0 0 0 0-16h-35.75l8-32H200a8 8 0 0 0 8-8"/></svg>
React
import type { SVGProps } from "react";
export function PhHashFill(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="M116.25 112h31.5l-8 32h-31.5ZM224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-16 56a8 8 0 0 0-8-8h-31.75l7.51-30.06a8 8 0 0 0-15.52-3.88L151.75 96h-31.5l7.51-30.06a8 8 0 0 0-15.52-3.88L103.75 96H64a8 8 0 0 0 0 16h35.75l-8 32H56a8 8 0 0 0 0 16h31.75l-7.51 30.06a8 8 0 0 0 5.82 9.7a8 8 0 0 0 2 .24a8 8 0 0 0 7.75-6.06l8.44-33.94h31.5l-7.51 30.06a8 8 0 0 0 5.82 9.7a8 8 0 0 0 1.94.24a8 8 0 0 0 7.75-6.06l8.5-33.94H192a8 8 0 0 0 0-16h-35.75l8-32H200a8 8 0 0 0 8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116.25 112h31.5l-8 32h-31.5ZM224 48v160a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V48a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16m-16 56a8 8 0 0 0-8-8h-31.75l7.51-30.06a8 8 0 0 0-15.52-3.88L151.75 96h-31.5l7.51-30.06a8 8 0 0 0-15.52-3.88L103.75 96H64a8 8 0 0 0 0 16h35.75l-8 32H56a8 8 0 0 0 0 16h31.75l-7.51 30.06a8 8 0 0 0 5.82 9.7a8 8 0 0 0 2 .24a8 8 0 0 0 7.75-6.06l8.44-33.94h31.5l-7.51 30.06a8 8 0 0 0 5.82 9.7a8 8 0 0 0 1.94.24a8 8 0 0 0 7.75-6.06l8.5-33.94H192a8 8 0 0 0 0-16h-35.75l8-32H200a8 8 0 0 0 8-8"/></svg> </template>
CSS
.icon-hash-fill {
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%22M116.25%20112h31.5l-8%2032h-31.5ZM224%2048v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-16%2056a8%208%200%200%200-8-8h-31.75l7.51-30.06a8%208%200%200%200-15.52-3.88L151.75%2096h-31.5l7.51-30.06a8%208%200%200%200-15.52-3.88L103.75%2096H64a8%208%200%200%200%200%2016h35.75l-8%2032H56a8%208%200%200%200%200%2016h31.75l-7.51%2030.06a8%208%200%200%200%205.82%209.7a8%208%200%200%200%202%20.24a8%208%200%200%200%207.75-6.06l8.44-33.94h31.5l-7.51%2030.06a8%208%200%200%200%205.82%209.7a8%208%200%200%200%201.94.24a8%208%200%200%200%207.75-6.06l8.5-33.94H192a8%208%200%200%200%200-16h-35.75l8-32H200a8%208%200%200%200%208-8%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%22M116.25%20112h31.5l-8%2032h-31.5ZM224%2048v160a16%2016%200%200%201-16%2016H48a16%2016%200%200%201-16-16V48a16%2016%200%200%201%2016-16h160a16%2016%200%200%201%2016%2016m-16%2056a8%208%200%200%200-8-8h-31.75l7.51-30.06a8%208%200%200%200-15.52-3.88L151.75%2096h-31.5l7.51-30.06a8%208%200%200%200-15.52-3.88L103.75%2096H64a8%208%200%200%200%200%2016h35.75l-8%2032H56a8%208%200%200%200%200%2016h31.75l-7.51%2030.06a8%208%200%200%200%205.82%209.7a8%208%200%200%200%202%20.24a8%208%200%200%200%207.75-6.06l8.44-33.94h31.5l-7.51%2030.06a8%208%200%200%200%205.82%209.7a8%208%200%200%200%201.94.24a8%208%200%200%200%207.75-6.06l8.5-33.94H192a8%208%200%200%200%200-16h-35.75l8-32H200a8%208%200%200%200%208-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hash-fill.svg?color=%231a73e8&size=48