Hard Hat Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Hard Hat icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304800.svg" alt="Hard Hat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304800.svg" alt="Hard Hat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304800.svg" alt="Hard Hat icon" :width="24" :height="24" />
CSS background
.icon-hard-hat {
background-image: url('https://proicons.com/icon/304800.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>hard-hat</title><path d="M30,12V24H28V16.63a23.48,23.48,0,0,0-3.9,1.83A23,23,0,0,0,13,36H58.87c.07.66.11,1.33.13,2A22.8,22.8,0,0,0,44,16.69V24H42V12H36.93v6h-2V12ZM59,38H10a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2H62a2,2,0,0,0,2-2V40a2,2,0,0,0-2-2ZM12.88,38c0-.3,0-.6,0-.9C12.9,37.4,12.89,37.7,12.88,38Zm23-12a4,4,0,1,1-4,4A4,4,0,0,1,35.93,26Z"/></svg>
Hard Hat in other icon packs
Copied!