helmet un icon
helmet-un from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- helmet-un
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the helmet un icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.5 288C535.2 162.9 431.2 64 304 64C171.5 64 64 171.5 64 304v56.3c0 48.5 39.2 87.7 87.7 87.7H279l128.6 121.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24h-86.5l-1.5-1.5V352h112c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM384 481.2l-78-73.7l32.4-55.5H384zm-34.7-314.1l34.7 52v-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V272c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4M224 176v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48v-64c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHelmetUn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.5 288C535.2 162.9 431.2 64 304 64C171.5 64 64 171.5 64 304v56.3c0 48.5 39.2 87.7 87.7 87.7H279l128.6 121.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24h-86.5l-1.5-1.5V352h112c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM384 481.2l-78-73.7l32.4-55.5H384zm-34.7-314.1l34.7 52v-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V272c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4M224 176v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48v-64c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M543.5 288C535.2 162.9 431.2 64 304 64C171.5 64 64 171.5 64 304v56.3c0 48.5 39.2 87.7 87.7 87.7H279l128.6 121.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24h-86.5l-1.5-1.5V352h112c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM384 481.2l-78-73.7l32.4-55.5H384zm-34.7-314.1l34.7 52v-43.2c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V272c0 8.8-7.2 16-16 16s-16-7.2-16-16v-96c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4M224 176v64c0 8.8 7.2 16 16 16s16-7.2 16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48v-64c0-8.8 7.2-16 16-16s16 7.2 16 16"/></svg> </template>
CSS
.icon-helmet-un {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M543.5%20288C535.2%20162.9%20431.2%2064%20304%2064C171.5%2064%2064%20171.5%2064%20304v56.3c0%2048.5%2039.2%2087.7%2087.7%2087.7H279l128.6%20121.4c4.5%204.2%2010.4%206.6%2016.5%206.6h96c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-86.5l-1.5-1.5V352h112c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-.5zM384%20481.2l-78-73.7l32.4-55.5H384zm-34.7-314.1l34.7%2052v-43.2c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v96c0%207.1-4.6%2013.3-11.4%2015.3s-14-.6-17.9-6.4l-34.7-52V272c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-96c0-7.1%204.6-13.3%2011.4-15.3s14%20.6%2017.9%206.4M224%20176v64c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v64c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M543.5%20288C535.2%20162.9%20431.2%2064%20304%2064C171.5%2064%2064%20171.5%2064%20304v56.3c0%2048.5%2039.2%2087.7%2087.7%2087.7H279l128.6%20121.4c4.5%204.2%2010.4%206.6%2016.5%206.6h96c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-86.5l-1.5-1.5V352h112c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-.5zM384%20481.2l-78-73.7l32.4-55.5H384zm-34.7-314.1l34.7%2052v-43.2c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v96c0%207.1-4.6%2013.3-11.4%2015.3s-14-.6-17.9-6.4l-34.7-52V272c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-96c0-7.1%204.6-13.3%2011.4-15.3s14%20.6%2017.9%206.4M224%20176v64c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v64c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48v-64c0-8.8%207.2-16%2016-16s16%207.2%2016%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/helmet-un.svg?color=%231a73e8&size=48