football helmet icon

football-helmet from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
football-helmet
Set
Phosphor
Style
Regular
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="M96 164a12 12 0 1 1-12-12a12 12 0 0 1 12 12m136 12v32a16 16 0 0 1-16 16h-36a16.1 16.1 0 0 1-15.35-11.47L153.84 176h-21.93l3.56 12a5 5 0 0 1 .15.54A16 16 0 0 1 120 208H72.14a8 8 0 0 1-4.52-1.4A100 100 0 0 1 24 124c0-54.36 44.24-99.2 98.58-100A100 100 0 0 1 224 124v4a8 8 0 0 1-8 8h-57.29l7.09 24H216a16 16 0 0 1 16 16m-112 16l-15.45-52a5 5 0 0 1-.15-.54A16 16 0 0 1 120 120h87.91a84 84 0 0 0-85.11-80C77.16 40.64 40 78.31 40 124a84 84 0 0 0 34.67 68Zm29.13-32L142 136h-22l7.14 24ZM216 176h-45.48l9.48 32h36Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFootballHelmet(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="M96 164a12 12 0 1 1-12-12a12 12 0 0 1 12 12m136 12v32a16 16 0 0 1-16 16h-36a16.1 16.1 0 0 1-15.35-11.47L153.84 176h-21.93l3.56 12a5 5 0 0 1 .15.54A16 16 0 0 1 120 208H72.14a8 8 0 0 1-4.52-1.4A100 100 0 0 1 24 124c0-54.36 44.24-99.2 98.58-100A100 100 0 0 1 224 124v4a8 8 0 0 1-8 8h-57.29l7.09 24H216a16 16 0 0 1 16 16m-112 16l-15.45-52a5 5 0 0 1-.15-.54A16 16 0 0 1 120 120h87.91a84 84 0 0 0-85.11-80C77.16 40.64 40 78.31 40 124a84 84 0 0 0 34.67 68Zm29.13-32L142 136h-22l7.14 24ZM216 176h-45.48l9.48 32h36Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 164a12 12 0 1 1-12-12a12 12 0 0 1 12 12m136 12v32a16 16 0 0 1-16 16h-36a16.1 16.1 0 0 1-15.35-11.47L153.84 176h-21.93l3.56 12a5 5 0 0 1 .15.54A16 16 0 0 1 120 208H72.14a8 8 0 0 1-4.52-1.4A100 100 0 0 1 24 124c0-54.36 44.24-99.2 98.58-100A100 100 0 0 1 224 124v4a8 8 0 0 1-8 8h-57.29l7.09 24H216a16 16 0 0 1 16 16m-112 16l-15.45-52a5 5 0 0 1-.15-.54A16 16 0 0 1 120 120h87.91a84 84 0 0 0-85.11-80C77.16 40.64 40 78.31 40 124a84 84 0 0 0 34.67 68Zm29.13-32L142 136h-22l7.14 24ZM216 176h-45.48l9.48 32h36Z"/></svg>
</template>

CSS

.icon-football-helmet {
  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%22M96%20164a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m136%2012v32a16%2016%200%200%201-16%2016h-36a16.1%2016.1%200%200%201-15.35-11.47L153.84%20176h-21.93l3.56%2012a5%205%200%200%201%20.15.54A16%2016%200%200%201%20120%20208H72.14a8%208%200%200%201-4.52-1.4A100%20100%200%200%201%2024%20124c0-54.36%2044.24-99.2%2098.58-100A100%20100%200%200%201%20224%20124v4a8%208%200%200%201-8%208h-57.29l7.09%2024H216a16%2016%200%200%201%2016%2016m-112%2016l-15.45-52a5%205%200%200%201-.15-.54A16%2016%200%200%201%20120%20120h87.91a84%2084%200%200%200-85.11-80C77.16%2040.64%2040%2078.31%2040%20124a84%2084%200%200%200%2034.67%2068Zm29.13-32L142%20136h-22l7.14%2024ZM216%20176h-45.48l9.48%2032h36Z%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%22M96%20164a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m136%2012v32a16%2016%200%200%201-16%2016h-36a16.1%2016.1%200%200%201-15.35-11.47L153.84%20176h-21.93l3.56%2012a5%205%200%200%201%20.15.54A16%2016%200%200%201%20120%20208H72.14a8%208%200%200%201-4.52-1.4A100%20100%200%200%201%2024%20124c0-54.36%2044.24-99.2%2098.58-100A100%20100%200%200%201%20224%20124v4a8%208%200%200%201-8%208h-57.29l7.09%2024H216a16%2016%200%200%201%2016%2016m-112%2016l-15.45-52a5%205%200%200%201-.15-.54A16%2016%200%200%201%20120%20120h87.91a84%2084%200%200%200-85.11-80C77.16%2040.64%2040%2078.31%2040%20124a84%2084%200%200%200%2034.67%2068Zm29.13-32L142%20136h-22l7.14%2024ZM216%20176h-45.48l9.48%2032h36Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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