baseball cap icon

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

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

5 other variants in Phosphor

The same icon in other sets

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 24M40 128a88.15 88.15 0 0 1 69.81-86.1a167 167 0 0 0-28.87 76.76A166 166 0 0 0 40 136.88Zm176 56a7.77 7.77 0 0 1-4.34 7.1a8 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.93a150.6 150.6 0 0 1 49.93-23.28a7 7 0 0 0 1-.26a154.06 154.06 0 0 1 74.17 0a9 9 0 0 0 1 .27a150.5 150.5 0 0 1 49.9 23.27Zm0-47.13a166 166 0 0 0-40.94-18.22a167 167 0 0 0-28.87-76.75A88.15 88.15 0 0 1 216 128Z"/></svg>

React

import type { SVGProps } from "react";

export function PhBaseballCapFill(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 24M40 128a88.15 88.15 0 0 1 69.81-86.1a167 167 0 0 0-28.87 76.76A166 166 0 0 0 40 136.88Zm176 56a7.77 7.77 0 0 1-4.34 7.1a8 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.93a150.6 150.6 0 0 1 49.93-23.28a7 7 0 0 0 1-.26a154.06 154.06 0 0 1 74.17 0a9 9 0 0 0 1 .27a150.5 150.5 0 0 1 49.9 23.27Zm0-47.13a166 166 0 0 0-40.94-18.22a167 167 0 0 0-28.87-76.75A88.15 88.15 0 0 1 216 128Z"/></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 24M40 128a88.15 88.15 0 0 1 69.81-86.1a167 167 0 0 0-28.87 76.76A166 166 0 0 0 40 136.88Zm176 56a7.77 7.77 0 0 1-4.34 7.1a8 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.93a150.6 150.6 0 0 1 49.93-23.28a7 7 0 0 0 1-.26a154.06 154.06 0 0 1 74.17 0a9 9 0 0 0 1 .27a150.5 150.5 0 0 1 49.9 23.27Zm0-47.13a166 166 0 0 0-40.94-18.22a167 167 0 0 0-28.87-76.75A88.15 88.15 0 0 1 216 128Z"/></svg>
</template>

CSS

.icon-baseball-cap-fill {
  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%2024M40%20128a88.15%2088.15%200%200%201%2069.81-86.1a167%20167%200%200%200-28.87%2076.76A166%20166%200%200%200%2040%20136.88Zm176%2056a7.77%207.77%200%200%201-4.34%207.1a8%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.93a150.6%20150.6%200%200%201%2049.93-23.28a7%207%200%200%200%201-.26a154.06%20154.06%200%200%201%2074.17%200a9%209%200%200%200%201%20.27a150.5%20150.5%200%200%201%2049.9%2023.27Zm0-47.13a166%20166%200%200%200-40.94-18.22a167%20167%200%200%200-28.87-76.75A88.15%2088.15%200%200%201%20216%20128Z%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%2024M40%20128a88.15%2088.15%200%200%201%2069.81-86.1a167%20167%200%200%200-28.87%2076.76A166%20166%200%200%200%2040%20136.88Zm176%2056a7.77%207.77%200%200%201-4.34%207.1a8%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.93a150.6%20150.6%200%200%201%2049.93-23.28a7%207%200%200%200%201-.26a154.06%20154.06%200%200%201%2074.17%200a9%209%200%200%200%201%20.27a150.5%20150.5%200%200%201%2049.9%2023.27Zm0-47.13a166%20166%200%200%200-40.94-18.22a167%20167%200%200%200-28.87-76.75A88.15%2088.15%200%200%201%20216%20128Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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