helmet un icon
helmet-un from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- helmet-un
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the helmet un icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384h127.2l128.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.5V288h112c17.7 0 32-14.3 32-32s-14.3-32-32-32zM320 417.2l-78-73.7l32.4-55.5H320zm-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-52V208c0 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.4M160 112v64c0 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 Fa6SolidHelmetUn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384h127.2l128.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.5V288h112c17.7 0 32-14.3 32-32s-14.3-32-32-32zM320 417.2l-78-73.7l32.4-55.5H320zm-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-52V208c0 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.4M160 112v64c0 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 512 512"><path fill="currentColor" d="M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384h127.2l128.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.5V288h112c17.7 0 32-14.3 32-32s-14.3-32-32-32zM320 417.2l-78-73.7l32.4-55.5H320zm-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-52V208c0 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.4M160 112v64c0 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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M479.5%20224C471.2%2098.9%20367.2%200%20240%200C107.5%200%200%20107.5%200%20240v56.3C0%20344.8%2039.2%20384%2087.7%20384h127.2l128.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.5V288h112c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zM320%20417.2l-78-73.7l32.4-55.5H320zm-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-52V208c0%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.4M160%20112v64c0%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M479.5%20224C471.2%2098.9%20367.2%200%20240%200C107.5%200%200%20107.5%200%20240v56.3C0%20344.8%2039.2%20384%2087.7%20384h127.2l128.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.5V288h112c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zM320%20417.2l-78-73.7l32.4-55.5H320zm-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-52V208c0%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.4M160%20112v64c0%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/fa6-solid/helmet-un.svg?color=%231a73e8&size=48