helmet icon

helmet from Carbon by IBM · Outline · Person · Apache-2.0 Free for personal and commercial use.

Name
helmet
Set
Carbon
Style
Outline
Category
Person
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More person icons from Carbon

Use the helmet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 24H2v-2h2.041A12 12 0 0 1 4 21c0-5.09 3.253-9.639 8-11.317V9c0-1.103.897-2 2-2h4c1.103 0 2 .897 2 2v.683c4.747 1.678 8 6.227 8 11.317q0 .501-.041 1H30zM6.05 22h19.9q.05-.499.05-1c0-3.999-2.41-7.598-6-9.168V19h-2V9h-4v10h-2v-7.168C8.41 13.402 6 17.001 6 21q0 .502.05 1"/></svg>

React

import type { SVGProps } from "react";

export function CarbonHelmet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 24H2v-2h2.041A12 12 0 0 1 4 21c0-5.09 3.253-9.639 8-11.317V9c0-1.103.897-2 2-2h4c1.103 0 2 .897 2 2v.683c4.747 1.678 8 6.227 8 11.317q0 .501-.041 1H30zM6.05 22h19.9q.05-.499.05-1c0-3.999-2.41-7.598-6-9.168V19h-2V9h-4v10h-2v-7.168C8.41 13.402 6 17.001 6 21q0 .502.05 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 24H2v-2h2.041A12 12 0 0 1 4 21c0-5.09 3.253-9.639 8-11.317V9c0-1.103.897-2 2-2h4c1.103 0 2 .897 2 2v.683c4.747 1.678 8 6.227 8 11.317q0 .501-.041 1H30zM6.05 22h19.9q.05-.499.05-1c0-3.999-2.41-7.598-6-9.168V19h-2V9h-4v10h-2v-7.168C8.41 13.402 6 17.001 6 21q0 .502.05 1"/></svg>
</template>

CSS

.icon-helmet {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2024H2v-2h2.041A12%2012%200%200%201%204%2021c0-5.09%203.253-9.639%208-11.317V9c0-1.103.897-2%202-2h4c1.103%200%202%20.897%202%202v.683c4.747%201.678%208%206.227%208%2011.317q0%20.501-.041%201H30zM6.05%2022h19.9q.05-.499.05-1c0-3.999-2.41-7.598-6-9.168V19h-2V9h-4v10h-2v-7.168C8.41%2013.402%206%2017.001%206%2021q0%20.502.05%201%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2024H2v-2h2.041A12%2012%200%200%201%204%2021c0-5.09%203.253-9.639%208-11.317V9c0-1.103.897-2%202-2h4c1.103%200%202%20.897%202%202v.683c4.747%201.678%208%206.227%208%2011.317q0%20.501-.041%201H30zM6.05%2022h19.9q.05-.499.05-1c0-3.999-2.41-7.598-6-9.168V19h-2V9h-4v10h-2v-7.168C8.41%2013.402%206%2017.001%206%2021q0%20.502.05%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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