baseball cap icon
baseball-cap-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- baseball-cap-light
- Set
- Phosphor
- Style
- Light
- 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 26A102.12 102.12 0 0 0 26 128v56a22 22 0 0 0 35 17.74c12.38-9 34.06-19.74 67-19.74s54.61 10.73 67 19.73A22 22 0 0 0 230 184v-56A102.12 102.12 0 0 0 128 26m90 102v12.5a164.3 164.3 0 0 0-44.8-20.3A165.07 165.07 0 0 0 141.69 39A90.15 90.15 0 0 1 218 128m-57.21-10.78a168.6 168.6 0 0 0-65.58 0c5-38.38 24.16-65.59 32.79-76.14c8.63 10.57 27.8 37.77 32.79 76.15ZM114.31 39a165.07 165.07 0 0 0-31.51 81.21a164.3 164.3 0 0 0-44.8 20.3V128a90.15 90.15 0 0 1 76.31-89m98.26 153.85A9.94 9.94 0 0 1 202 192c-13.82-10-37.88-22-74-22s-60.22 12-74 22a9.92 9.92 0 0 1-10.53.85A9.79 9.79 0 0 1 38 184v-29a154 154 0 0 1 180 0v29a9.79 9.79 0 0 1-5.43 8.89Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBaseballCapLight(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 26A102.12 102.12 0 0 0 26 128v56a22 22 0 0 0 35 17.74c12.38-9 34.06-19.74 67-19.74s54.61 10.73 67 19.73A22 22 0 0 0 230 184v-56A102.12 102.12 0 0 0 128 26m90 102v12.5a164.3 164.3 0 0 0-44.8-20.3A165.07 165.07 0 0 0 141.69 39A90.15 90.15 0 0 1 218 128m-57.21-10.78a168.6 168.6 0 0 0-65.58 0c5-38.38 24.16-65.59 32.79-76.14c8.63 10.57 27.8 37.77 32.79 76.15ZM114.31 39a165.07 165.07 0 0 0-31.51 81.21a164.3 164.3 0 0 0-44.8 20.3V128a90.15 90.15 0 0 1 76.31-89m98.26 153.85A9.94 9.94 0 0 1 202 192c-13.82-10-37.88-22-74-22s-60.22 12-74 22a9.92 9.92 0 0 1-10.53.85A9.79 9.79 0 0 1 38 184v-29a154 154 0 0 1 180 0v29a9.79 9.79 0 0 1-5.43 8.89Z"/></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 26A102.12 102.12 0 0 0 26 128v56a22 22 0 0 0 35 17.74c12.38-9 34.06-19.74 67-19.74s54.61 10.73 67 19.73A22 22 0 0 0 230 184v-56A102.12 102.12 0 0 0 128 26m90 102v12.5a164.3 164.3 0 0 0-44.8-20.3A165.07 165.07 0 0 0 141.69 39A90.15 90.15 0 0 1 218 128m-57.21-10.78a168.6 168.6 0 0 0-65.58 0c5-38.38 24.16-65.59 32.79-76.14c8.63 10.57 27.8 37.77 32.79 76.15ZM114.31 39a165.07 165.07 0 0 0-31.51 81.21a164.3 164.3 0 0 0-44.8 20.3V128a90.15 90.15 0 0 1 76.31-89m98.26 153.85A9.94 9.94 0 0 1 202 192c-13.82-10-37.88-22-74-22s-60.22 12-74 22a9.92 9.92 0 0 1-10.53.85A9.79 9.79 0 0 1 38 184v-29a154 154 0 0 1 180 0v29a9.79 9.79 0 0 1-5.43 8.89Z"/></svg> </template>
CSS
.icon-baseball-cap-light {
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%2026A102.12%20102.12%200%200%200%2026%20128v56a22%2022%200%200%200%2035%2017.74c12.38-9%2034.06-19.74%2067-19.74s54.61%2010.73%2067%2019.73A22%2022%200%200%200%20230%20184v-56A102.12%20102.12%200%200%200%20128%2026m90%20102v12.5a164.3%20164.3%200%200%200-44.8-20.3A165.07%20165.07%200%200%200%20141.69%2039A90.15%2090.15%200%200%201%20218%20128m-57.21-10.78a168.6%20168.6%200%200%200-65.58%200c5-38.38%2024.16-65.59%2032.79-76.14c8.63%2010.57%2027.8%2037.77%2032.79%2076.15ZM114.31%2039a165.07%20165.07%200%200%200-31.51%2081.21a164.3%20164.3%200%200%200-44.8%2020.3V128a90.15%2090.15%200%200%201%2076.31-89m98.26%20153.85A9.94%209.94%200%200%201%20202%20192c-13.82-10-37.88-22-74-22s-60.22%2012-74%2022a9.92%209.92%200%200%201-10.53.85A9.79%209.79%200%200%201%2038%20184v-29a154%20154%200%200%201%20180%200v29a9.79%209.79%200%200%201-5.43%208.89Z%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%2026A102.12%20102.12%200%200%200%2026%20128v56a22%2022%200%200%200%2035%2017.74c12.38-9%2034.06-19.74%2067-19.74s54.61%2010.73%2067%2019.73A22%2022%200%200%200%20230%20184v-56A102.12%20102.12%200%200%200%20128%2026m90%20102v12.5a164.3%20164.3%200%200%200-44.8-20.3A165.07%20165.07%200%200%200%20141.69%2039A90.15%2090.15%200%200%201%20218%20128m-57.21-10.78a168.6%20168.6%200%200%200-65.58%200c5-38.38%2024.16-65.59%2032.79-76.14c8.63%2010.57%2027.8%2037.77%2032.79%2076.15ZM114.31%2039a165.07%20165.07%200%200%200-31.51%2081.21a164.3%20164.3%200%200%200-44.8%2020.3V128a90.15%2090.15%200%200%201%2076.31-89m98.26%20153.85A9.94%209.94%200%200%201%20202%20192c-13.82-10-37.88-22-74-22s-60.22%2012-74%2022a9.92%209.92%200%200%201-10.53.85A9.79%209.79%200%200%201%2038%20184v-29a154%20154%200%200%201%20180%200v29a9.79%209.79%200%200%201-5.43%208.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/baseball-cap-light.svg?color=%231a73e8&size=48