helmet-safety from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
helmet-safety
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the helmet safety icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32c-17.7 0-32 14.3-32 32v101.9c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1l-48-83.9C83 123.5 32 199.8 32 288v64h512v-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V64c0-17.7-14.3-32-32-32zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHelmetSafety(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32c-17.7 0-32 14.3-32 32v101.9c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1l-48-83.9C83 123.5 32 199.8 32 288v64h512v-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V64c0-17.7-14.3-32-32-32zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M256 32c-17.7 0-32 14.3-32 32v101.9c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1l-48-83.9C83 123.5 32 199.8 32 288v64h512v-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V64c0-17.7-14.3-32-32-32zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6z"/></svg>
</template>

CSS

.icon-helmet-safety {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c-17.7%200-32%2014.3-32%2032v101.9c0%205.6-4.5%2010.1-10.1%2010.1c-3.6%200-7-1.9-8.8-5.1l-48-83.9C83%20123.5%2032%20199.8%2032%20288v64h512v-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48%2083.9c-1.8%203.2-5.2%205.1-8.8%205.1c-5.6%200-10.1-4.5-10.1-10.1V64c0-17.7-14.3-32-32-32zM16.6%20384C7.4%20384%200%20391.4%200%20400.6c0%204.7%202%209.2%205.8%2011.9C27.5%20428.4%20111.8%20480%20288%20480s260.5-51.6%20282.2-67.5c3.8-2.8%205.8-7.2%205.8-11.9c0-9.2-7.4-16.6-16.6-16.6z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c-17.7%200-32%2014.3-32%2032v101.9c0%205.6-4.5%2010.1-10.1%2010.1c-3.6%200-7-1.9-8.8-5.1l-48-83.9C83%20123.5%2032%20199.8%2032%20288v64h512v-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48%2083.9c-1.8%203.2-5.2%205.1-8.8%205.1c-5.6%200-10.1-4.5-10.1-10.1V64c0-17.7-14.3-32-32-32zM16.6%20384C7.4%20384%200%20391.4%200%20400.6c0%204.7%202%209.2%205.8%2011.9C27.5%20428.4%20111.8%20480%20288%20480s260.5-51.6%20282.2-67.5c3.8-2.8%205.8-7.2%205.8-11.9c0-9.2-7.4-16.6-16.6-16.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/helmet-safety.svg?color=%231a73e8&size=48