football helmet icon
football-helmet-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- football-helmet-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the football helmet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 160h-50.2l-7.09-24H216a8 8 0 0 0 8-8v-4A100 100 0 0 0 122.58 24C68.24 24.77 24 69.61 24 124a100 100 0 0 0 43.62 82.6a8 8 0 0 0 4.52 1.4H120a16 16 0 0 0 15.62-19.47a5 5 0 0 0-.15-.54l-3.56-12h21.93l10.79 36.53A16.1 16.1 0 0 0 180 224h36a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16M84 176a12 12 0 1 1 12-12a12 12 0 0 1-12 12m43.16-16L120 136h22l7.09 24ZM216 208h-36l-9.46-32H216Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFootballHelmetFill(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="M216 160h-50.2l-7.09-24H216a8 8 0 0 0 8-8v-4A100 100 0 0 0 122.58 24C68.24 24.77 24 69.61 24 124a100 100 0 0 0 43.62 82.6a8 8 0 0 0 4.52 1.4H120a16 16 0 0 0 15.62-19.47a5 5 0 0 0-.15-.54l-3.56-12h21.93l10.79 36.53A16.1 16.1 0 0 0 180 224h36a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16M84 176a12 12 0 1 1 12-12a12 12 0 0 1-12 12m43.16-16L120 136h22l7.09 24ZM216 208h-36l-9.46-32H216Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 160h-50.2l-7.09-24H216a8 8 0 0 0 8-8v-4A100 100 0 0 0 122.58 24C68.24 24.77 24 69.61 24 124a100 100 0 0 0 43.62 82.6a8 8 0 0 0 4.52 1.4H120a16 16 0 0 0 15.62-19.47a5 5 0 0 0-.15-.54l-3.56-12h21.93l10.79 36.53A16.1 16.1 0 0 0 180 224h36a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16M84 176a12 12 0 1 1 12-12a12 12 0 0 1-12 12m43.16-16L120 136h22l7.09 24ZM216 208h-36l-9.46-32H216Z"/></svg> </template>
CSS
.icon-football-helmet-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%22M216%20160h-50.2l-7.09-24H216a8%208%200%200%200%208-8v-4A100%20100%200%200%200%20122.58%2024C68.24%2024.77%2024%2069.61%2024%20124a100%20100%200%200%200%2043.62%2082.6a8%208%200%200%200%204.52%201.4H120a16%2016%200%200%200%2015.62-19.47a5%205%200%200%200-.15-.54l-3.56-12h21.93l10.79%2036.53A16.1%2016.1%200%200%200%20180%20224h36a16%2016%200%200%200%2016-16v-32a16%2016%200%200%200-16-16M84%20176a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m43.16-16L120%20136h22l7.09%2024ZM216%20208h-36l-9.46-32H216Z%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%22M216%20160h-50.2l-7.09-24H216a8%208%200%200%200%208-8v-4A100%20100%200%200%200%20122.58%2024C68.24%2024.77%2024%2069.61%2024%20124a100%20100%200%200%200%2043.62%2082.6a8%208%200%200%200%204.52%201.4H120a16%2016%200%200%200%2015.62-19.47a5%205%200%200%200-.15-.54l-3.56-12h21.93l10.79%2036.53A16.1%2016.1%200%200%200%20180%20224h36a16%2016%200%200%200%2016-16v-32a16%2016%200%200%200-16-16M84%20176a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m43.16-16L120%20136h22l7.09%2024ZM216%20208h-36l-9.46-32H216Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/football-helmet-fill.svg?color=%231a73e8&size=48