hash icon
hash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hash-thin
- Set
- Phosphor
- Style
- Thin
- 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="M224 92h-53.39l9.33-51.28a4 4 0 1 0-7.88-1.44L162.48 92h-55.87l9.33-51.28a4 4 0 1 0-7.88-1.44L98.48 92H48a4 4 0 0 0 0 8h49l-10.16 56H32a4 4 0 0 0 0 8h53.39l-9.33 51.28a4 4 0 0 0 3.22 4.65a3.7 3.7 0 0 0 .72.07a4 4 0 0 0 3.94-3.29L93.52 164h55.87l-9.33 51.28a4 4 0 0 0 3.22 4.65a3.7 3.7 0 0 0 .72.07a4 4 0 0 0 3.94-3.29l9.58-52.71H208a4 4 0 0 0 0-8h-49l10.19-56H224a4 4 0 0 0 0-8m-73.16 64H95l10.19-56H161Z"/></svg>
React
import type { SVGProps } from "react";
export function PhHashThin(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="M224 92h-53.39l9.33-51.28a4 4 0 1 0-7.88-1.44L162.48 92h-55.87l9.33-51.28a4 4 0 1 0-7.88-1.44L98.48 92H48a4 4 0 0 0 0 8h49l-10.16 56H32a4 4 0 0 0 0 8h53.39l-9.33 51.28a4 4 0 0 0 3.22 4.65a3.7 3.7 0 0 0 .72.07a4 4 0 0 0 3.94-3.29L93.52 164h55.87l-9.33 51.28a4 4 0 0 0 3.22 4.65a3.7 3.7 0 0 0 .72.07a4 4 0 0 0 3.94-3.29l9.58-52.71H208a4 4 0 0 0 0-8h-49l10.19-56H224a4 4 0 0 0 0-8m-73.16 64H95l10.19-56H161Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 92h-53.39l9.33-51.28a4 4 0 1 0-7.88-1.44L162.48 92h-55.87l9.33-51.28a4 4 0 1 0-7.88-1.44L98.48 92H48a4 4 0 0 0 0 8h49l-10.16 56H32a4 4 0 0 0 0 8h53.39l-9.33 51.28a4 4 0 0 0 3.22 4.65a3.7 3.7 0 0 0 .72.07a4 4 0 0 0 3.94-3.29L93.52 164h55.87l-9.33 51.28a4 4 0 0 0 3.22 4.65a3.7 3.7 0 0 0 .72.07a4 4 0 0 0 3.94-3.29l9.58-52.71H208a4 4 0 0 0 0-8h-49l10.19-56H224a4 4 0 0 0 0-8m-73.16 64H95l10.19-56H161Z"/></svg> </template>
CSS
.icon-hash-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%22M224%2092h-53.39l9.33-51.28a4%204%200%201%200-7.88-1.44L162.48%2092h-55.87l9.33-51.28a4%204%200%201%200-7.88-1.44L98.48%2092H48a4%204%200%200%200%200%208h49l-10.16%2056H32a4%204%200%200%200%200%208h53.39l-9.33%2051.28a4%204%200%200%200%203.22%204.65a3.7%203.7%200%200%200%20.72.07a4%204%200%200%200%203.94-3.29L93.52%20164h55.87l-9.33%2051.28a4%204%200%200%200%203.22%204.65a3.7%203.7%200%200%200%20.72.07a4%204%200%200%200%203.94-3.29l9.58-52.71H208a4%204%200%200%200%200-8h-49l10.19-56H224a4%204%200%200%200%200-8m-73.16%2064H95l10.19-56H161Z%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%22M224%2092h-53.39l9.33-51.28a4%204%200%201%200-7.88-1.44L162.48%2092h-55.87l9.33-51.28a4%204%200%201%200-7.88-1.44L98.48%2092H48a4%204%200%200%200%200%208h49l-10.16%2056H32a4%204%200%200%200%200%208h53.39l-9.33%2051.28a4%204%200%200%200%203.22%204.65a3.7%203.7%200%200%200%20.72.07a4%204%200%200%200%203.94-3.29L93.52%20164h55.87l-9.33%2051.28a4%204%200%200%200%203.22%204.65a3.7%203.7%200%200%200%20.72.07a4%204%200%200%200%203.94-3.29l9.58-52.71H208a4%204%200%200%200%200-8h-49l10.19-56H224a4%204%200%200%200%200-8m-73.16%2064H95l10.19-56H161Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hash-thin.svg?color=%231a73e8&size=48