hard hat icon
hard-hat from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hard-hat
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the hard hat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.5 16h-15A2.5 2.5 0 0 0 2 18.5A1.5 1.5 0 0 0 3.5 20h17a1.5 1.5 0 0 0 1.5-1.5a2.5 2.5 0 0 0-2.5-2.5m-4.25 0l-.813-9.758c-.068-.816-.102-1.223-.29-1.528a1.5 1.5 0 0 0-.6-.552C13.228 4 12.82 4 12 4s-1.228 0-1.547.162a1.5 1.5 0 0 0-.6.552c-.188.305-.222.712-.29 1.528L8.75 16"/><path d="M15 6.096c3.137.596 6 3.908 6 7.904v2.5M9 6.096C5.863 6.692 3 10.004 3 14v2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHardHat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.5 16h-15A2.5 2.5 0 0 0 2 18.5A1.5 1.5 0 0 0 3.5 20h17a1.5 1.5 0 0 0 1.5-1.5a2.5 2.5 0 0 0-2.5-2.5m-4.25 0l-.813-9.758c-.068-.816-.102-1.223-.29-1.528a1.5 1.5 0 0 0-.6-.552C13.228 4 12.82 4 12 4s-1.228 0-1.547.162a1.5 1.5 0 0 0-.6.552c-.188.305-.222.712-.29 1.528L8.75 16"/><path d="M15 6.096c3.137.596 6 3.908 6 7.904v2.5M9 6.096C5.863 6.692 3 10.004 3 14v2.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.5 16h-15A2.5 2.5 0 0 0 2 18.5A1.5 1.5 0 0 0 3.5 20h17a1.5 1.5 0 0 0 1.5-1.5a2.5 2.5 0 0 0-2.5-2.5m-4.25 0l-.813-9.758c-.068-.816-.102-1.223-.29-1.528a1.5 1.5 0 0 0-.6-.552C13.228 4 12.82 4 12 4s-1.228 0-1.547.162a1.5 1.5 0 0 0-.6.552c-.188.305-.222.712-.29 1.528L8.75 16"/><path d="M15 6.096c3.137.596 6 3.908 6 7.904v2.5M9 6.096C5.863 6.692 3 10.004 3 14v2.5"/></g></svg> </template>
CSS
.icon-hard-hat {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.5%2016h-15A2.5%202.5%200%200%200%202%2018.5A1.5%201.5%200%200%200%203.5%2020h17a1.5%201.5%200%200%200%201.5-1.5a2.5%202.5%200%200%200-2.5-2.5m-4.25%200l-.813-9.758c-.068-.816-.102-1.223-.29-1.528a1.5%201.5%200%200%200-.6-.552C13.228%204%2012.82%204%2012%204s-1.228%200-1.547.162a1.5%201.5%200%200%200-.6.552c-.188.305-.222.712-.29%201.528L8.75%2016%22%2F%3E%3Cpath%20d%3D%22M15%206.096c3.137.596%206%203.908%206%207.904v2.5M9%206.096C5.863%206.692%203%2010.004%203%2014v2.5%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.5%2016h-15A2.5%202.5%200%200%200%202%2018.5A1.5%201.5%200%200%200%203.5%2020h17a1.5%201.5%200%200%200%201.5-1.5a2.5%202.5%200%200%200-2.5-2.5m-4.25%200l-.813-9.758c-.068-.816-.102-1.223-.29-1.528a1.5%201.5%200%200%200-.6-.552C13.228%204%2012.82%204%2012%204s-1.228%200-1.547.162a1.5%201.5%200%200%200-.6.552c-.188.305-.222.712-.29%201.528L8.75%2016%22%2F%3E%3Cpath%20d%3D%22M15%206.096c3.137.596%206%203.908%206%207.904v2.5M9%206.096C5.863%206.692%203%2010.004%203%2014v2.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hard-hat.svg?color=%231a73e8&size=48