football helmet icon

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

Name
football-helmet-thin
Set
Phosphor
Style
Thin
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="M92 164a8 8 0 1 1-8-8a8 8 0 0 1 8 8m136 12v32a12 12 0 0 1-12 12h-36a12.08 12.08 0 0 1-11.51-8.6L156.83 172h-30.28l5.09 17.13a2 2 0 0 1 .07.27A12 12 0 0 1 120 204H72.14a4 4 0 0 1-2.26-.7A96 96 0 0 1 28 124c0-52.19 42.47-95.23 94.63-96A96 96 0 0 1 220 124v4a4 4 0 0 1-4 4h-62.65l9.46 32H216a12 12 0 0 1 12 12m-104.07 15.25l-15.57-52.37a3 3 0 0 1-.07-.28A12 12 0 0 1 120 124h92a88 88 0 0 0-89.25-88C74.93 36.67 36 76.13 36 124a88 88 0 0 0 37.39 72H120a4 4 0 0 0 3.93-4.75M154.46 164L145 132h-25a4 4 0 0 0-3.93 4.75l8.1 27.25ZM220 176a4 4 0 0 0-4-4h-50.83l11 37.13A4 4 0 0 0 180 212h36a4 4 0 0 0 4-4Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFootballHelmetThin(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="M92 164a8 8 0 1 1-8-8a8 8 0 0 1 8 8m136 12v32a12 12 0 0 1-12 12h-36a12.08 12.08 0 0 1-11.51-8.6L156.83 172h-30.28l5.09 17.13a2 2 0 0 1 .07.27A12 12 0 0 1 120 204H72.14a4 4 0 0 1-2.26-.7A96 96 0 0 1 28 124c0-52.19 42.47-95.23 94.63-96A96 96 0 0 1 220 124v4a4 4 0 0 1-4 4h-62.65l9.46 32H216a12 12 0 0 1 12 12m-104.07 15.25l-15.57-52.37a3 3 0 0 1-.07-.28A12 12 0 0 1 120 124h92a88 88 0 0 0-89.25-88C74.93 36.67 36 76.13 36 124a88 88 0 0 0 37.39 72H120a4 4 0 0 0 3.93-4.75M154.46 164L145 132h-25a4 4 0 0 0-3.93 4.75l8.1 27.25ZM220 176a4 4 0 0 0-4-4h-50.83l11 37.13A4 4 0 0 0 180 212h36a4 4 0 0 0 4-4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 164a8 8 0 1 1-8-8a8 8 0 0 1 8 8m136 12v32a12 12 0 0 1-12 12h-36a12.08 12.08 0 0 1-11.51-8.6L156.83 172h-30.28l5.09 17.13a2 2 0 0 1 .07.27A12 12 0 0 1 120 204H72.14a4 4 0 0 1-2.26-.7A96 96 0 0 1 28 124c0-52.19 42.47-95.23 94.63-96A96 96 0 0 1 220 124v4a4 4 0 0 1-4 4h-62.65l9.46 32H216a12 12 0 0 1 12 12m-104.07 15.25l-15.57-52.37a3 3 0 0 1-.07-.28A12 12 0 0 1 120 124h92a88 88 0 0 0-89.25-88C74.93 36.67 36 76.13 36 124a88 88 0 0 0 37.39 72H120a4 4 0 0 0 3.93-4.75M154.46 164L145 132h-25a4 4 0 0 0-3.93 4.75l8.1 27.25ZM220 176a4 4 0 0 0-4-4h-50.83l11 37.13A4 4 0 0 0 180 212h36a4 4 0 0 0 4-4Z"/></svg>
</template>

CSS

.icon-football-helmet-thin {
  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%22M92%20164a8%208%200%201%201-8-8a8%208%200%200%201%208%208m136%2012v32a12%2012%200%200%201-12%2012h-36a12.08%2012.08%200%200%201-11.51-8.6L156.83%20172h-30.28l5.09%2017.13a2%202%200%200%201%20.07.27A12%2012%200%200%201%20120%20204H72.14a4%204%200%200%201-2.26-.7A96%2096%200%200%201%2028%20124c0-52.19%2042.47-95.23%2094.63-96A96%2096%200%200%201%20220%20124v4a4%204%200%200%201-4%204h-62.65l9.46%2032H216a12%2012%200%200%201%2012%2012m-104.07%2015.25l-15.57-52.37a3%203%200%200%201-.07-.28A12%2012%200%200%201%20120%20124h92a88%2088%200%200%200-89.25-88C74.93%2036.67%2036%2076.13%2036%20124a88%2088%200%200%200%2037.39%2072H120a4%204%200%200%200%203.93-4.75M154.46%20164L145%20132h-25a4%204%200%200%200-3.93%204.75l8.1%2027.25ZM220%20176a4%204%200%200%200-4-4h-50.83l11%2037.13A4%204%200%200%200%20180%20212h36a4%204%200%200%200%204-4Z%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%22M92%20164a8%208%200%201%201-8-8a8%208%200%200%201%208%208m136%2012v32a12%2012%200%200%201-12%2012h-36a12.08%2012.08%200%200%201-11.51-8.6L156.83%20172h-30.28l5.09%2017.13a2%202%200%200%201%20.07.27A12%2012%200%200%201%20120%20204H72.14a4%204%200%200%201-2.26-.7A96%2096%200%200%201%2028%20124c0-52.19%2042.47-95.23%2094.63-96A96%2096%200%200%201%20220%20124v4a4%204%200%200%201-4%204h-62.65l9.46%2032H216a12%2012%200%200%201%2012%2012m-104.07%2015.25l-15.57-52.37a3%203%200%200%201-.07-.28A12%2012%200%200%201%20120%20124h92a88%2088%200%200%200-89.25-88C74.93%2036.67%2036%2076.13%2036%20124a88%2088%200%200%200%2037.39%2072H120a4%204%200%200%200%203.93-4.75M154.46%20164L145%20132h-25a4%204%200%200%200-3.93%204.75l8.1%2027.25ZM220%20176a4%204%200%200%200-4-4h-50.83l11%2037.13A4%204%200%200%200%20180%20212h36a4%204%200%200%200%204-4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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