hard hat icon

hard-hat from Unicons by Iconscout · Line · Construction · Apache-2.0 Free for personal and commercial use.

Name
hard-hat
Set
Unicons
Style
Line
Category
Construction
Viewbox
24×24
License
Apache 2.0
Aliases
user-hard-hat

The same icon in other sets

More construction icons from Unicons

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="M20 13.17V13a8 8 0 0 0-2.42-5.74a7.84 7.84 0 0 0-3.18-1.88h-.05A8.2 8.2 0 0 0 11.76 5A8.21 8.21 0 0 0 4 13.17A3 3 0 0 0 5 19h14a3 3 0 0 0 1-5.83M19 17H5a1 1 0 0 1 0-2h2a1 1 0 0 0 0-2H6a6.41 6.41 0 0 1 3-5.15V11a1 1 0 0 0 2 0V7.09a7 7 0 0 1 .82-.09H12a5.6 5.6 0 0 1 1 .1V11a1 1 0 0 0 2 0V7.82a6.7 6.7 0 0 1 1.18.87A6 6 0 0 1 18 13h-1a1 1 0 0 0 0 2h2a1 1 0 0 1 0 2"/></svg>

React

import type { SVGProps } from "react";

export function UilHardHat(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 13.17V13a8 8 0 0 0-2.42-5.74a7.84 7.84 0 0 0-3.18-1.88h-.05A8.2 8.2 0 0 0 11.76 5A8.21 8.21 0 0 0 4 13.17A3 3 0 0 0 5 19h14a3 3 0 0 0 1-5.83M19 17H5a1 1 0 0 1 0-2h2a1 1 0 0 0 0-2H6a6.41 6.41 0 0 1 3-5.15V11a1 1 0 0 0 2 0V7.09a7 7 0 0 1 .82-.09H12a5.6 5.6 0 0 1 1 .1V11a1 1 0 0 0 2 0V7.82a6.7 6.7 0 0 1 1.18.87A6 6 0 0 1 18 13h-1a1 1 0 0 0 0 2h2a1 1 0 0 1 0 2"/></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 13.17V13a8 8 0 0 0-2.42-5.74a7.84 7.84 0 0 0-3.18-1.88h-.05A8.2 8.2 0 0 0 11.76 5A8.21 8.21 0 0 0 4 13.17A3 3 0 0 0 5 19h14a3 3 0 0 0 1-5.83M19 17H5a1 1 0 0 1 0-2h2a1 1 0 0 0 0-2H6a6.41 6.41 0 0 1 3-5.15V11a1 1 0 0 0 2 0V7.09a7 7 0 0 1 .82-.09H12a5.6 5.6 0 0 1 1 .1V11a1 1 0 0 0 2 0V7.82a6.7 6.7 0 0 1 1.18.87A6 6 0 0 1 18 13h-1a1 1 0 0 0 0 2h2a1 1 0 0 1 0 2"/></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%22M20%2013.17V13a8%208%200%200%200-2.42-5.74a7.84%207.84%200%200%200-3.18-1.88h-.05A8.2%208.2%200%200%200%2011.76%205A8.21%208.21%200%200%200%204%2013.17A3%203%200%200%200%205%2019h14a3%203%200%200%200%201-5.83M19%2017H5a1%201%200%200%201%200-2h2a1%201%200%200%200%200-2H6a6.41%206.41%200%200%201%203-5.15V11a1%201%200%200%200%202%200V7.09a7%207%200%200%201%20.82-.09H12a5.6%205.6%200%200%201%201%20.1V11a1%201%200%200%200%202%200V7.82a6.7%206.7%200%200%201%201.18.87A6%206%200%200%201%2018%2013h-1a1%201%200%200%200%200%202h2a1%201%200%200%201%200%202%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%2013.17V13a8%208%200%200%200-2.42-5.74a7.84%207.84%200%200%200-3.18-1.88h-.05A8.2%208.2%200%200%200%2011.76%205A8.21%208.21%200%200%200%204%2013.17A3%203%200%200%200%205%2019h14a3%203%200%200%200%201-5.83M19%2017H5a1%201%200%200%201%200-2h2a1%201%200%200%200%200-2H6a6.41%206.41%200%200%201%203-5.15V11a1%201%200%200%200%202%200V7.09a7%207%200%200%201%20.82-.09H12a5.6%205.6%200%200%201%201%20.1V11a1%201%200%200%200%202%200V7.82a6.7%206.7%200%200%201%201.18.87A6%206%200%200%201%2018%2013h-1a1%201%200%200%200%200%202h2a1%201%200%200%201%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/hard-hat.svg?color=%231a73e8&size=48