baseball cap icon

baseball-cap from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
baseball-cap
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the baseball cap icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24A104.12 104.12 0 0 0 24 128v56a24 24 0 0 0 24 24a24.1 24.1 0 0 0 14.18-4.64C74.33 194.53 95.6 184 128 184s53.67 10.52 65.81 19.35A24 24 0 0 0 232 184v-56A104.12 104.12 0 0 0 128 24m88 104v8.87a166 166 0 0 0-40.94-18.22a167 167 0 0 0-28.87-76.75A88.14 88.14 0 0 1 216 128m-88-83.73a152.5 152.5 0 0 1 30.4 70.46a170.9 170.9 0 0 0-60.84 0A153.3 153.3 0 0 1 128 44.27m-18.19-2.37a167 167 0 0 0-28.87 76.76A166 166 0 0 0 40 136.88V128a88.14 88.14 0 0 1 69.81-86.1m101.85 149.21a8 8 0 0 1-8.44-.69C189.16 180.2 164.7 168 128 168s-61.16 12.2-75.22 22.42a8 8 0 0 1-8.44.69A7.77 7.77 0 0 1 40 184v-27.93a152 152 0 0 1 176 0V184a7.77 7.77 0 0 1-4.34 7.11"/></svg>

React

import type { SVGProps } from "react";

export function PhBaseballCap(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="M128 24A104.12 104.12 0 0 0 24 128v56a24 24 0 0 0 24 24a24.1 24.1 0 0 0 14.18-4.64C74.33 194.53 95.6 184 128 184s53.67 10.52 65.81 19.35A24 24 0 0 0 232 184v-56A104.12 104.12 0 0 0 128 24m88 104v8.87a166 166 0 0 0-40.94-18.22a167 167 0 0 0-28.87-76.75A88.14 88.14 0 0 1 216 128m-88-83.73a152.5 152.5 0 0 1 30.4 70.46a170.9 170.9 0 0 0-60.84 0A153.3 153.3 0 0 1 128 44.27m-18.19-2.37a167 167 0 0 0-28.87 76.76A166 166 0 0 0 40 136.88V128a88.14 88.14 0 0 1 69.81-86.1m101.85 149.21a8 8 0 0 1-8.44-.69C189.16 180.2 164.7 168 128 168s-61.16 12.2-75.22 22.42a8 8 0 0 1-8.44.69A7.77 7.77 0 0 1 40 184v-27.93a152 152 0 0 1 176 0V184a7.77 7.77 0 0 1-4.34 7.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24A104.12 104.12 0 0 0 24 128v56a24 24 0 0 0 24 24a24.1 24.1 0 0 0 14.18-4.64C74.33 194.53 95.6 184 128 184s53.67 10.52 65.81 19.35A24 24 0 0 0 232 184v-56A104.12 104.12 0 0 0 128 24m88 104v8.87a166 166 0 0 0-40.94-18.22a167 167 0 0 0-28.87-76.75A88.14 88.14 0 0 1 216 128m-88-83.73a152.5 152.5 0 0 1 30.4 70.46a170.9 170.9 0 0 0-60.84 0A153.3 153.3 0 0 1 128 44.27m-18.19-2.37a167 167 0 0 0-28.87 76.76A166 166 0 0 0 40 136.88V128a88.14 88.14 0 0 1 69.81-86.1m101.85 149.21a8 8 0 0 1-8.44-.69C189.16 180.2 164.7 168 128 168s-61.16 12.2-75.22 22.42a8 8 0 0 1-8.44.69A7.77 7.77 0 0 1 40 184v-27.93a152 152 0 0 1 176 0V184a7.77 7.77 0 0 1-4.34 7.11"/></svg>
</template>

CSS

.icon-baseball-cap {
  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%22M128%2024A104.12%20104.12%200%200%200%2024%20128v56a24%2024%200%200%200%2024%2024a24.1%2024.1%200%200%200%2014.18-4.64C74.33%20194.53%2095.6%20184%20128%20184s53.67%2010.52%2065.81%2019.35A24%2024%200%200%200%20232%20184v-56A104.12%20104.12%200%200%200%20128%2024m88%20104v8.87a166%20166%200%200%200-40.94-18.22a167%20167%200%200%200-28.87-76.75A88.14%2088.14%200%200%201%20216%20128m-88-83.73a152.5%20152.5%200%200%201%2030.4%2070.46a170.9%20170.9%200%200%200-60.84%200A153.3%20153.3%200%200%201%20128%2044.27m-18.19-2.37a167%20167%200%200%200-28.87%2076.76A166%20166%200%200%200%2040%20136.88V128a88.14%2088.14%200%200%201%2069.81-86.1m101.85%20149.21a8%208%200%200%201-8.44-.69C189.16%20180.2%20164.7%20168%20128%20168s-61.16%2012.2-75.22%2022.42a8%208%200%200%201-8.44.69A7.77%207.77%200%200%201%2040%20184v-27.93a152%20152%200%200%201%20176%200V184a7.77%207.77%200%200%201-4.34%207.11%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%22M128%2024A104.12%20104.12%200%200%200%2024%20128v56a24%2024%200%200%200%2024%2024a24.1%2024.1%200%200%200%2014.18-4.64C74.33%20194.53%2095.6%20184%20128%20184s53.67%2010.52%2065.81%2019.35A24%2024%200%200%200%20232%20184v-56A104.12%20104.12%200%200%200%20128%2024m88%20104v8.87a166%20166%200%200%200-40.94-18.22a167%20167%200%200%200-28.87-76.75A88.14%2088.14%200%200%201%20216%20128m-88-83.73a152.5%20152.5%200%200%201%2030.4%2070.46a170.9%20170.9%200%200%200-60.84%200A153.3%20153.3%200%200%201%20128%2044.27m-18.19-2.37a167%20167%200%200%200-28.87%2076.76A166%20166%200%200%200%2040%20136.88V128a88.14%2088.14%200%200%201%2069.81-86.1m101.85%20149.21a8%208%200%200%201-8.44-.69C189.16%20180.2%20164.7%20168%20128%20168s-61.16%2012.2-75.22%2022.42a8%208%200%200%201-8.44.69A7.77%207.77%200%200%201%2040%20184v-27.93a152%20152%200%200%201%20176%200V184a7.77%207.77%200%200%201-4.34%207.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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