football helmet icon

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

Name
football-helmet-bold
Set
Phosphor
Style
Bold
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 156h-47.21l-4.73-16H216a12 12 0 0 0 12-12v-4A104 104 0 0 0 122.52 20C66 20.8 20 67.43 20 124a104 104 0 0 0 45.37 85.94a12 12 0 0 0 6.77 2.06H116a20 20 0 0 0 19.52-24.34q-.09-.41-.21-.81l-2-6.85h17.58l10 33.67A20.11 20.11 0 0 0 180 228h36a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20m-115.6-32.52a19.94 19.94 0 0 0-3.92 16.86q.09.41.21.81L110.61 188H76a80 80 0 0 1-32-64c0-43.48 35.39-79.36 78.86-80H124a80 80 0 0 1 79.61 72H116a19.94 19.94 0 0 0-15.6 7.48M126.14 156l-4.75-16H139l4.73 16ZM212 204h-29l-7.09-24H212Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFootballHelmetBold(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 156h-47.21l-4.73-16H216a12 12 0 0 0 12-12v-4A104 104 0 0 0 122.52 20C66 20.8 20 67.43 20 124a104 104 0 0 0 45.37 85.94a12 12 0 0 0 6.77 2.06H116a20 20 0 0 0 19.52-24.34q-.09-.41-.21-.81l-2-6.85h17.58l10 33.67A20.11 20.11 0 0 0 180 228h36a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20m-115.6-32.52a19.94 19.94 0 0 0-3.92 16.86q.09.41.21.81L110.61 188H76a80 80 0 0 1-32-64c0-43.48 35.39-79.36 78.86-80H124a80 80 0 0 1 79.61 72H116a19.94 19.94 0 0 0-15.6 7.48M126.14 156l-4.75-16H139l4.73 16ZM212 204h-29l-7.09-24H212Z"/></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 156h-47.21l-4.73-16H216a12 12 0 0 0 12-12v-4A104 104 0 0 0 122.52 20C66 20.8 20 67.43 20 124a104 104 0 0 0 45.37 85.94a12 12 0 0 0 6.77 2.06H116a20 20 0 0 0 19.52-24.34q-.09-.41-.21-.81l-2-6.85h17.58l10 33.67A20.11 20.11 0 0 0 180 228h36a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20m-115.6-32.52a19.94 19.94 0 0 0-3.92 16.86q.09.41.21.81L110.61 188H76a80 80 0 0 1-32-64c0-43.48 35.39-79.36 78.86-80H124a80 80 0 0 1 79.61 72H116a19.94 19.94 0 0 0-15.6 7.48M126.14 156l-4.75-16H139l4.73 16ZM212 204h-29l-7.09-24H212Z"/></svg>
</template>

CSS

.icon-football-helmet-bold {
  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%20156h-47.21l-4.73-16H216a12%2012%200%200%200%2012-12v-4A104%20104%200%200%200%20122.52%2020C66%2020.8%2020%2067.43%2020%20124a104%20104%200%200%200%2045.37%2085.94a12%2012%200%200%200%206.77%202.06H116a20%2020%200%200%200%2019.52-24.34q-.09-.41-.21-.81l-2-6.85h17.58l10%2033.67A20.11%2020.11%200%200%200%20180%20228h36a20%2020%200%200%200%2020-20v-32a20%2020%200%200%200-20-20m-115.6-32.52a19.94%2019.94%200%200%200-3.92%2016.86q.09.41.21.81L110.61%20188H76a80%2080%200%200%201-32-64c0-43.48%2035.39-79.36%2078.86-80H124a80%2080%200%200%201%2079.61%2072H116a19.94%2019.94%200%200%200-15.6%207.48M126.14%20156l-4.75-16H139l4.73%2016ZM212%20204h-29l-7.09-24H212Z%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%20156h-47.21l-4.73-16H216a12%2012%200%200%200%2012-12v-4A104%20104%200%200%200%20122.52%2020C66%2020.8%2020%2067.43%2020%20124a104%20104%200%200%200%2045.37%2085.94a12%2012%200%200%200%206.77%202.06H116a20%2020%200%200%200%2019.52-24.34q-.09-.41-.21-.81l-2-6.85h17.58l10%2033.67A20.11%2020.11%200%200%200%20180%20228h36a20%2020%200%200%200%2020-20v-32a20%2020%200%200%200-20-20m-115.6-32.52a19.94%2019.94%200%200%200-3.92%2016.86q.09.41.21.81L110.61%20188H76a80%2080%200%200%201-32-64c0-43.48%2035.39-79.36%2078.86-80H124a80%2080%200%200%201%2079.61%2072H116a19.94%2019.94%200%200%200-15.6%207.48M126.14%20156l-4.75-16H139l4.73%2016ZM212%20204h-29l-7.09-24H212Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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