baseball helmet icon

baseball-helmet-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
baseball-helmet-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the baseball helmet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 132a24 24 0 1 0 24 24a24 24 0 0 0-24-24m0 40a16 16 0 1 1 16-16a16 16 0 0 1-16 16m160-48h-28.08A100 100 0 0 0 20 128v24a68.07 68.07 0 0 0 68 68h40a68.07 68.07 0 0 0 68-68v-20h52a4 4 0 0 0 0-8m-60 28a60.07 60.07 0 0 1-60 60h-8a68.07 68.07 0 0 0 36-60v-20h32Zm-36-28a4 4 0 0 0-4 4v24a60 60 0 0 1-120 0v-24a92 92 0 0 1 183.91-4Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBaseballHelmetThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 132a24 24 0 1 0 24 24a24 24 0 0 0-24-24m0 40a16 16 0 1 1 16-16a16 16 0 0 1-16 16m160-48h-28.08A100 100 0 0 0 20 128v24a68.07 68.07 0 0 0 68 68h40a68.07 68.07 0 0 0 68-68v-20h52a4 4 0 0 0 0-8m-60 28a60.07 60.07 0 0 1-60 60h-8a68.07 68.07 0 0 0 36-60v-20h32Zm-36-28a4 4 0 0 0-4 4v24a60 60 0 0 1-120 0v-24a92 92 0 0 1 183.91-4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M88 132a24 24 0 1 0 24 24a24 24 0 0 0-24-24m0 40a16 16 0 1 1 16-16a16 16 0 0 1-16 16m160-48h-28.08A100 100 0 0 0 20 128v24a68.07 68.07 0 0 0 68 68h40a68.07 68.07 0 0 0 68-68v-20h52a4 4 0 0 0 0-8m-60 28a60.07 60.07 0 0 1-60 60h-8a68.07 68.07 0 0 0 36-60v-20h32Zm-36-28a4 4 0 0 0-4 4v24a60 60 0 0 1-120 0v-24a92 92 0 0 1 183.91-4Z"/></svg>
</template>

CSS

.icon-baseball-helmet-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M88%20132a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24m0%2040a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m160-48h-28.08A100%20100%200%200%200%2020%20128v24a68.07%2068.07%200%200%200%2068%2068h40a68.07%2068.07%200%200%200%2068-68v-20h52a4%204%200%200%200%200-8m-60%2028a60.07%2060.07%200%200%201-60%2060h-8a68.07%2068.07%200%200%200%2036-60v-20h32Zm-36-28a4%204%200%200%200-4%204v24a60%2060%200%200%201-120%200v-24a92%2092%200%200%201%20183.91-4Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M88%20132a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24m0%2040a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m160-48h-28.08A100%20100%200%200%200%2020%20128v24a68.07%2068.07%200%200%200%2068%2068h40a68.07%2068.07%200%200%200%2068-68v-20h52a4%204%200%200%200%200-8m-60%2028a60.07%2060.07%200%200%201-60%2060h-8a68.07%2068.07%200%200%200%2036-60v-20h32Zm-36-28a4%204%200%200%200-4%204v24a60%2060%200%200%201-120%200v-24a92%2092%200%200%201%20183.91-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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