football pitch icon

football-pitch from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
football-pitch
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the football pitch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M2 8.571c0-2.155 0-3.232.586-3.902S4.114 4 6 4h12c1.886 0 2.828 0 3.414.67c.586.668.586 1.745.586 3.9v6.858c0 2.155 0 3.232-.586 3.902S19.886 20 18 20H6c-1.886 0-2.828 0-3.414-.67C2 18.662 2 17.585 2 15.43z"/><circle cx="12" cy="12" r="2"/><path stroke-linecap="round" d="M12 10V5m0 9v5M22 9h-2.5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1H22M2 9h2.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFootballPitch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 8.571c0-2.155 0-3.232.586-3.902S4.114 4 6 4h12c1.886 0 2.828 0 3.414.67c.586.668.586 1.745.586 3.9v6.858c0 2.155 0 3.232-.586 3.902S19.886 20 18 20H6c-1.886 0-2.828 0-3.414-.67C2 18.662 2 17.585 2 15.43z"/><circle cx="12" cy="12" r="2"/><path strokeLinecap="round" d="M12 10V5m0 9v5M22 9h-2.5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1H22M2 9h2.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M2 8.571c0-2.155 0-3.232.586-3.902S4.114 4 6 4h12c1.886 0 2.828 0 3.414.67c.586.668.586 1.745.586 3.9v6.858c0 2.155 0 3.232-.586 3.902S19.886 20 18 20H6c-1.886 0-2.828 0-3.414-.67C2 18.662 2 17.585 2 15.43z"/><circle cx="12" cy="12" r="2"/><path stroke-linecap="round" d="M12 10V5m0 9v5M22 9h-2.5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1H22M2 9h2.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2"/></g></svg>
</template>

CSS

.icon-football-pitch {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%208.571c0-2.155%200-3.232.586-3.902S4.114%204%206%204h12c1.886%200%202.828%200%203.414.67c.586.668.586%201.745.586%203.9v6.858c0%202.155%200%203.232-.586%203.902S19.886%2020%2018%2020H6c-1.886%200-2.828%200-3.414-.67C2%2018.662%202%2017.585%202%2015.43z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010V5m0%209v5M22%209h-2.5a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201H22M2%209h2.5a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H2%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%208.571c0-2.155%200-3.232.586-3.902S4.114%204%206%204h12c1.886%200%202.828%200%203.414.67c.586.668.586%201.745.586%203.9v6.858c0%202.155%200%203.232-.586%203.902S19.886%2020%2018%2020H6c-1.886%200-2.828%200-3.414-.67C2%2018.662%202%2017.585%202%2015.43z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2010V5m0%209v5M22%209h-2.5a1%201%200%200%200-1%201v4a1%201%200%200%200%201%201H22M2%209h2.5a1%201%200%200%201%201%201v4a1%201%200%200%201-1%201H2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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