diving helmet icon
diving-helmet from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- diving-helmet
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Design Icons
Use the diving helmet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 12a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4m3.45-4.11l-1.38.69l.25.42H20v6h-1.67a7.06 7.06 0 0 1-2.12 2.6c1.64.51 2.89 1.31 3.46 2.26C18.69 21.1 15.62 22 12 22s-6.69-.9-7.67-2.14c.57-.95 1.82-1.75 3.46-2.26c-.9-.68-1.63-1.57-2.12-2.6H4V9h1.68A6.95 6.95 0 0 1 9 5.68V4h6v1.68c.68.32 1.29.78 1.82 1.32l1.73-.86C19.93 5.42 20 4.1 20 2h2c0 2.06 0 4.62-2.55 5.89M17 12a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5"/></svg>
React
import type { SVGProps } from "react";
export function MdiDivingHelmet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 12a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4m3.45-4.11l-1.38.69l.25.42H20v6h-1.67a7.06 7.06 0 0 1-2.12 2.6c1.64.51 2.89 1.31 3.46 2.26C18.69 21.1 15.62 22 12 22s-6.69-.9-7.67-2.14c.57-.95 1.82-1.75 3.46-2.26c-.9-.68-1.63-1.57-2.12-2.6H4V9h1.68A6.95 6.95 0 0 1 9 5.68V4h6v1.68c.68.32 1.29.78 1.82 1.32l1.73-.86C19.93 5.42 20 4.1 20 2h2c0 2.06 0 4.62-2.55 5.89M17 12a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 12a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4m3.45-4.11l-1.38.69l.25.42H20v6h-1.67a7.06 7.06 0 0 1-2.12 2.6c1.64.51 2.89 1.31 3.46 2.26C18.69 21.1 15.62 22 12 22s-6.69-.9-7.67-2.14c.57-.95 1.82-1.75 3.46-2.26c-.9-.68-1.63-1.57-2.12-2.6H4V9h1.68A6.95 6.95 0 0 1 9 5.68V4h6v1.68c.68.32 1.29.78 1.82 1.32l1.73-.86C19.93 5.42 20 4.1 20 2h2c0 2.06 0 4.62-2.55 5.89M17 12a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5"/></svg> </template>
CSS
.icon-diving-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2012a4%204%200%200%201-4%204a4%204%200%200%201-4-4a4%204%200%200%201%204-4a4%204%200%200%201%204%204m3.45-4.11l-1.38.69l.25.42H20v6h-1.67a7.06%207.06%200%200%201-2.12%202.6c1.64.51%202.89%201.31%203.46%202.26C18.69%2021.1%2015.62%2022%2012%2022s-6.69-.9-7.67-2.14c.57-.95%201.82-1.75%203.46-2.26c-.9-.68-1.63-1.57-2.12-2.6H4V9h1.68A6.95%206.95%200%200%201%209%205.68V4h6v1.68c.68.32%201.29.78%201.82%201.32l1.73-.86C19.93%205.42%2020%204.1%2020%202h2c0%202.06%200%204.62-2.55%205.89M17%2012a5%205%200%200%200-5-5a5%205%200%200%200-5%205a5%205%200%200%200%205%205a5%205%200%200%200%205-5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2012a4%204%200%200%201-4%204a4%204%200%200%201-4-4a4%204%200%200%201%204-4a4%204%200%200%201%204%204m3.45-4.11l-1.38.69l.25.42H20v6h-1.67a7.06%207.06%200%200%201-2.12%202.6c1.64.51%202.89%201.31%203.46%202.26C18.69%2021.1%2015.62%2022%2012%2022s-6.69-.9-7.67-2.14c.57-.95%201.82-1.75%203.46-2.26c-.9-.68-1.63-1.57-2.12-2.6H4V9h1.68A6.95%206.95%200%200%201%209%205.68V4h6v1.68c.68.32%201.29.78%201.82%201.32l1.73-.86C19.93%205.42%2020%204.1%2020%202h2c0%202.06%200%204.62-2.55%205.89M17%2012a5%205%200%200%200-5-5a5%205%200%200%200-5%205a5%205%200%200%200%205%205a5%205%200%200%200%205-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/diving-helmet.svg?color=%231a73e8&size=48