hard hat icon
hard-hat from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- hard-hat
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-hard-hat
The same icon in other sets
Use the hard hat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 15a9 9 0 0 0-.18-1.81a8.5 8.5 0 0 0-.53-1.69a8 8 0 0 0-.83-1.5a8.7 8.7 0 0 0-1.1-1.33A8.3 8.3 0 0 0 17 7.54a8 8 0 0 0-1.53-.83L15 6.52V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1.52l-.5.19a8 8 0 0 0-1.5.83a8.3 8.3 0 0 0-1.33 1.1A8.3 8.3 0 0 0 4.54 10a8 8 0 0 0-.83 1.53a9 9 0 0 0-.53 1.69A9 9 0 0 0 3 15v3H2v2h20v-2h-1zM5 15a7.3 7.3 0 0 1 .14-1.41a6.6 6.6 0 0 1 .41-1.31a7 7 0 0 1 .64-1.19a7.2 7.2 0 0 1 1.9-1.9A7 7 0 0 1 9 8.68V15h2V6h2v9h2V8.68a8 8 0 0 1 .91.51a7 7 0 0 1 1 .86a6.4 6.4 0 0 1 .85 1a6 6 0 0 1 .65 1.19a7 7 0 0 1 .41 1.31A7.3 7.3 0 0 1 19 15v3H5z"/></svg>
React
import type { SVGProps } from "react";
export function BxHardHat(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="M21 15a9 9 0 0 0-.18-1.81a8.5 8.5 0 0 0-.53-1.69a8 8 0 0 0-.83-1.5a8.7 8.7 0 0 0-1.1-1.33A8.3 8.3 0 0 0 17 7.54a8 8 0 0 0-1.53-.83L15 6.52V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1.52l-.5.19a8 8 0 0 0-1.5.83a8.3 8.3 0 0 0-1.33 1.1A8.3 8.3 0 0 0 4.54 10a8 8 0 0 0-.83 1.53a9 9 0 0 0-.53 1.69A9 9 0 0 0 3 15v3H2v2h20v-2h-1zM5 15a7.3 7.3 0 0 1 .14-1.41a6.6 6.6 0 0 1 .41-1.31a7 7 0 0 1 .64-1.19a7.2 7.2 0 0 1 1.9-1.9A7 7 0 0 1 9 8.68V15h2V6h2v9h2V8.68a8 8 0 0 1 .91.51a7 7 0 0 1 1 .86a6.4 6.4 0 0 1 .85 1a6 6 0 0 1 .65 1.19a7 7 0 0 1 .41 1.31A7.3 7.3 0 0 1 19 15v3H5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 15a9 9 0 0 0-.18-1.81a8.5 8.5 0 0 0-.53-1.69a8 8 0 0 0-.83-1.5a8.7 8.7 0 0 0-1.1-1.33A8.3 8.3 0 0 0 17 7.54a8 8 0 0 0-1.53-.83L15 6.52V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1.52l-.5.19a8 8 0 0 0-1.5.83a8.3 8.3 0 0 0-1.33 1.1A8.3 8.3 0 0 0 4.54 10a8 8 0 0 0-.83 1.53a9 9 0 0 0-.53 1.69A9 9 0 0 0 3 15v3H2v2h20v-2h-1zM5 15a7.3 7.3 0 0 1 .14-1.41a6.6 6.6 0 0 1 .41-1.31a7 7 0 0 1 .64-1.19a7.2 7.2 0 0 1 1.9-1.9A7 7 0 0 1 9 8.68V15h2V6h2v9h2V8.68a8 8 0 0 1 .91.51a7 7 0 0 1 1 .86a6.4 6.4 0 0 1 .85 1a6 6 0 0 1 .65 1.19a7 7 0 0 1 .41 1.31A7.3 7.3 0 0 1 19 15v3H5z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2015a9%209%200%200%200-.18-1.81a8.5%208.5%200%200%200-.53-1.69a8%208%200%200%200-.83-1.5a8.7%208.7%200%200%200-1.1-1.33A8.3%208.3%200%200%200%2017%207.54a8%208%200%200%200-1.53-.83L15%206.52V5a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v1.52l-.5.19a8%208%200%200%200-1.5.83a8.3%208.3%200%200%200-1.33%201.1A8.3%208.3%200%200%200%204.54%2010a8%208%200%200%200-.83%201.53a9%209%200%200%200-.53%201.69A9%209%200%200%200%203%2015v3H2v2h20v-2h-1zM5%2015a7.3%207.3%200%200%201%20.14-1.41a6.6%206.6%200%200%201%20.41-1.31a7%207%200%200%201%20.64-1.19a7.2%207.2%200%200%201%201.9-1.9A7%207%200%200%201%209%208.68V15h2V6h2v9h2V8.68a8%208%200%200%201%20.91.51a7%207%200%200%201%201%20.86a6.4%206.4%200%200%201%20.85%201a6%206%200%200%201%20.65%201.19a7%207%200%200%201%20.41%201.31A7.3%207.3%200%200%201%2019%2015v3H5z%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%22M21%2015a9%209%200%200%200-.18-1.81a8.5%208.5%200%200%200-.53-1.69a8%208%200%200%200-.83-1.5a8.7%208.7%200%200%200-1.1-1.33A8.3%208.3%200%200%200%2017%207.54a8%208%200%200%200-1.53-.83L15%206.52V5a1%201%200%200%200-1-1h-4a1%201%200%200%200-1%201v1.52l-.5.19a8%208%200%200%200-1.5.83a8.3%208.3%200%200%200-1.33%201.1A8.3%208.3%200%200%200%204.54%2010a8%208%200%200%200-.83%201.53a9%209%200%200%200-.53%201.69A9%209%200%200%200%203%2015v3H2v2h20v-2h-1zM5%2015a7.3%207.3%200%200%201%20.14-1.41a6.6%206.6%200%200%201%20.41-1.31a7%207%200%200%201%20.64-1.19a7.2%207.2%200%200%201%201.9-1.9A7%207%200%200%201%209%208.68V15h2V6h2v9h2V8.68a8%208%200%200%201%20.91.51a7%207%200%200%201%201%20.86a6.4%206.4%200%200%201%20.85%201a6%206%200%200%201%20.65%201.19a7%207%200%200%201%20.41%201.31A7.3%207.3%200%200%201%2019%2015v3H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/hard-hat.svg?color=%231a73e8&size=48