Safety Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Safety 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/332324.svg" alt="Safety icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332324.svg" alt="Safety icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332324.svg" alt="Safety icon" :width="24" :height="24" />
CSS background
.icon-safety {
background-image: url('https://proicons.com/icon/332324.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.8744,26.2368,35,24l3.8743-2.2368a5.5,5.5,0,0,0-5.5-9.5264L29.5,14.4736V10a5.5,5.5,0,0,0-11,0v4.4736l-3.8744-2.2368a5.5,5.5,0,0,0-5.5,9.5264L13,24,9.1256,26.2368a5.5,5.5,0,0,0,5.5,9.5264L18.5,33.5262V38a5.5,5.5,0,0,0,11,0V33.5262l3.8744,2.237a5.5,5.5,0,0,0,5.5-9.5264Z"/><line class="a" x1="18.5" y1="14.4736" x2="35.0001" y2="24"/><line class="a" x1="18.5" y1="33.5262" x2="35.0001" y2="24"/></svg>
Safety in other icon packs
Copied!