hash icon
hash-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- hash-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Use the hash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 14h-4.3l.73-4H20a1 1 0 0 0 0-2h-3.21l.69-3.81A1 1 0 0 0 16.64 3a1 1 0 0 0-1.22.82L14.67 8h-3.88l.69-3.81A1 1 0 0 0 10.64 3a1 1 0 0 0-1.22.82L8.67 8H4a1 1 0 0 0 0 2h4.3l-.73 4H4a1 1 0 0 0 0 2h3.21l-.69 3.81A1 1 0 0 0 7.36 21a1 1 0 0 0 1.22-.82L9.33 16h3.88l-.69 3.81a1 1 0 0 0 .84 1.19a1 1 0 0 0 1.22-.82l.75-4.18H20a1 1 0 0 0 0-2M9.7 14l.73-4h3.87l-.73 4Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaHashFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 14h-4.3l.73-4H20a1 1 0 0 0 0-2h-3.21l.69-3.81A1 1 0 0 0 16.64 3a1 1 0 0 0-1.22.82L14.67 8h-3.88l.69-3.81A1 1 0 0 0 10.64 3a1 1 0 0 0-1.22.82L8.67 8H4a1 1 0 0 0 0 2h4.3l-.73 4H4a1 1 0 0 0 0 2h3.21l-.69 3.81A1 1 0 0 0 7.36 21a1 1 0 0 0 1.22-.82L9.33 16h3.88l-.69 3.81a1 1 0 0 0 .84 1.19a1 1 0 0 0 1.22-.82l.75-4.18H20a1 1 0 0 0 0-2M9.7 14l.73-4h3.87l-.73 4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 14h-4.3l.73-4H20a1 1 0 0 0 0-2h-3.21l.69-3.81A1 1 0 0 0 16.64 3a1 1 0 0 0-1.22.82L14.67 8h-3.88l.69-3.81A1 1 0 0 0 10.64 3a1 1 0 0 0-1.22.82L8.67 8H4a1 1 0 0 0 0 2h4.3l-.73 4H4a1 1 0 0 0 0 2h3.21l-.69 3.81A1 1 0 0 0 7.36 21a1 1 0 0 0 1.22-.82L9.33 16h3.88l-.69 3.81a1 1 0 0 0 .84 1.19a1 1 0 0 0 1.22-.82l.75-4.18H20a1 1 0 0 0 0-2M9.7 14l.73-4h3.87l-.73 4Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2014h-4.3l.73-4H20a1%201%200%200%200%200-2h-3.21l.69-3.81A1%201%200%200%200%2016.64%203a1%201%200%200%200-1.22.82L14.67%208h-3.88l.69-3.81A1%201%200%200%200%2010.64%203a1%201%200%200%200-1.22.82L8.67%208H4a1%201%200%200%200%200%202h4.3l-.73%204H4a1%201%200%200%200%200%202h3.21l-.69%203.81A1%201%200%200%200%207.36%2021a1%201%200%200%200%201.22-.82L9.33%2016h3.88l-.69%203.81a1%201%200%200%200%20.84%201.19a1%201%200%200%200%201.22-.82l.75-4.18H20a1%201%200%200%200%200-2M9.7%2014l.73-4h3.87l-.73%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2014h-4.3l.73-4H20a1%201%200%200%200%200-2h-3.21l.69-3.81A1%201%200%200%200%2016.64%203a1%201%200%200%200-1.22.82L14.67%208h-3.88l.69-3.81A1%201%200%200%200%2010.64%203a1%201%200%200%200-1.22.82L8.67%208H4a1%201%200%200%200%200%202h4.3l-.73%204H4a1%201%200%200%200%200%202h3.21l-.69%203.81A1%201%200%200%200%207.36%2021a1%201%200%200%200%201.22-.82L9.33%2016h3.88l-.69%203.81a1%201%200%200%200%20.84%201.19a1%201%200%200%200%201.22-.82l.75-4.18H20a1%201%200%200%200%200-2M9.7%2014l.73-4h3.87l-.73%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/hash-fill.svg?color=%231a73e8&size=48