hash icon
hash-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- hash-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m165.82 96l-11.64 64h-64l11.64-64Z" opacity=".2"/><path d="M224 88h-48.6l8.47-46.57a8 8 0 0 0-15.74-2.86l-9 49.43H111.4l8.47-46.57a8 8 0 0 0-15.74-2.86L95.14 88H48a8 8 0 0 0 0 16h44.23l-8.73 48H32a8 8 0 0 0 0 16h48.6l-8.47 46.57a8 8 0 0 0 6.44 9.3A8 8 0 0 0 80 224a8 8 0 0 0 7.86-6.57l9-49.43h47.74l-8.47 46.57a8 8 0 0 0 6.44 9.3a8 8 0 0 0 1.43.13a8 8 0 0 0 7.86-6.57l9-49.43H208a8 8 0 0 0 0-16h-44.23l8.73-48H224a8 8 0 0 0 0-16m-76.5 64H99.77l8.73-48h47.73Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhHashDuotone(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="m165.82 96l-11.64 64h-64l11.64-64Z" opacity=".2"/><path d="M224 88h-48.6l8.47-46.57a8 8 0 0 0-15.74-2.86l-9 49.43H111.4l8.47-46.57a8 8 0 0 0-15.74-2.86L95.14 88H48a8 8 0 0 0 0 16h44.23l-8.73 48H32a8 8 0 0 0 0 16h48.6l-8.47 46.57a8 8 0 0 0 6.44 9.3A8 8 0 0 0 80 224a8 8 0 0 0 7.86-6.57l9-49.43h47.74l-8.47 46.57a8 8 0 0 0 6.44 9.3a8 8 0 0 0 1.43.13a8 8 0 0 0 7.86-6.57l9-49.43H208a8 8 0 0 0 0-16h-44.23l8.73-48H224a8 8 0 0 0 0-16m-76.5 64H99.77l8.73-48h47.73Z"/></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="m165.82 96l-11.64 64h-64l11.64-64Z" opacity=".2"/><path d="M224 88h-48.6l8.47-46.57a8 8 0 0 0-15.74-2.86l-9 49.43H111.4l8.47-46.57a8 8 0 0 0-15.74-2.86L95.14 88H48a8 8 0 0 0 0 16h44.23l-8.73 48H32a8 8 0 0 0 0 16h48.6l-8.47 46.57a8 8 0 0 0 6.44 9.3A8 8 0 0 0 80 224a8 8 0 0 0 7.86-6.57l9-49.43h47.74l-8.47 46.57a8 8 0 0 0 6.44 9.3a8 8 0 0 0 1.43.13a8 8 0 0 0 7.86-6.57l9-49.43H208a8 8 0 0 0 0-16h-44.23l8.73-48H224a8 8 0 0 0 0-16m-76.5 64H99.77l8.73-48h47.73Z"/></g></svg> </template>
CSS
.icon-hash-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%22m165.82%2096l-11.64%2064h-64l11.64-64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%2088h-48.6l8.47-46.57a8%208%200%200%200-15.74-2.86l-9%2049.43H111.4l8.47-46.57a8%208%200%200%200-15.74-2.86L95.14%2088H48a8%208%200%200%200%200%2016h44.23l-8.73%2048H32a8%208%200%200%200%200%2016h48.6l-8.47%2046.57a8%208%200%200%200%206.44%209.3A8%208%200%200%200%2080%20224a8%208%200%200%200%207.86-6.57l9-49.43h47.74l-8.47%2046.57a8%208%200%200%200%206.44%209.3a8%208%200%200%200%201.43.13a8%208%200%200%200%207.86-6.57l9-49.43H208a8%208%200%200%200%200-16h-44.23l8.73-48H224a8%208%200%200%200%200-16m-76.5%2064H99.77l8.73-48h47.73Z%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%22m165.82%2096l-11.64%2064h-64l11.64-64Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M224%2088h-48.6l8.47-46.57a8%208%200%200%200-15.74-2.86l-9%2049.43H111.4l8.47-46.57a8%208%200%200%200-15.74-2.86L95.14%2088H48a8%208%200%200%200%200%2016h44.23l-8.73%2048H32a8%208%200%200%200%200%2016h48.6l-8.47%2046.57a8%208%200%200%200%206.44%209.3A8%208%200%200%200%2080%20224a8%208%200%200%200%207.86-6.57l9-49.43h47.74l-8.47%2046.57a8%208%200%200%200%206.44%209.3a8%208%200%200%200%201.43.13a8%208%200%200%200%207.86-6.57l9-49.43H208a8%208%200%200%200%200-16h-44.23l8.73-48H224a8%208%200%200%200%200-16m-76.5%2064H99.77l8.73-48h47.73Z%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/hash-duotone.svg?color=%231a73e8&size=48