football from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
football
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the football icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M325.1 86.6c-89 18-150.5 63.4-190 123.9C111.8 246.1 97 285.8 88.4 326l227.5 227.4c89-18 150.5-63.4 190.1-123.9c23.3-35.6 38.1-75.3 46.7-115.5zm236 168.1c3.2-42.3.7-83.3-4.8-118.7c-4.4-27.8-26.8-48-53.1-51.6c-43-5.9-82.2-7.5-117.8-5.4l175.7 175.6zM255.7 561.1L79.9 385.4c-3.2 42.3-.7 83.3 4.8 118.7c4.4 27.8 26.8 48 53.1 51.6c43 5.9 82.2 7.5 117.8 5.4zM335.5 207c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9m-64 64c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9m-64 64c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidFootball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M325.1 86.6c-89 18-150.5 63.4-190 123.9C111.8 246.1 97 285.8 88.4 326l227.5 227.4c89-18 150.5-63.4 190.1-123.9c23.3-35.6 38.1-75.3 46.7-115.5zm236 168.1c3.2-42.3.7-83.3-4.8-118.7c-4.4-27.8-26.8-48-53.1-51.6c-43-5.9-82.2-7.5-117.8-5.4l175.7 175.6zM255.7 561.1L79.9 385.4c-3.2 42.3-.7 83.3 4.8 118.7c4.4 27.8 26.8 48 53.1 51.6c43 5.9 82.2 7.5 117.8 5.4zM335.5 207c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9m-64 64c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9m-64 64c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M325.1 86.6c-89 18-150.5 63.4-190 123.9C111.8 246.1 97 285.8 88.4 326l227.5 227.4c89-18 150.5-63.4 190.1-123.9c23.3-35.6 38.1-75.3 46.7-115.5zm236 168.1c3.2-42.3.7-83.3-4.8-118.7c-4.4-27.8-26.8-48-53.1-51.6c-43-5.9-82.2-7.5-117.8-5.4l175.7 175.6zM255.7 561.1L79.9 385.4c-3.2 42.3-.7 83.3 4.8 118.7c4.4 27.8 26.8 48 53.1 51.6c43 5.9 82.2 7.5 117.8 5.4zM335.5 207c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9m-64 64c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9m-64 64c9.4-9.4 24.6-9.4 33.9 0l64 64c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9"/></svg>
</template>

CSS

.icon-football {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M325.1%2086.6c-89%2018-150.5%2063.4-190%20123.9C111.8%20246.1%2097%20285.8%2088.4%20326l227.5%20227.4c89-18%20150.5-63.4%20190.1-123.9c23.3-35.6%2038.1-75.3%2046.7-115.5zm236%20168.1c3.2-42.3.7-83.3-4.8-118.7c-4.4-27.8-26.8-48-53.1-51.6c-43-5.9-82.2-7.5-117.8-5.4l175.7%20175.6zM255.7%20561.1L79.9%20385.4c-3.2%2042.3-.7%2083.3%204.8%20118.7c4.4%2027.8%2026.8%2048%2053.1%2051.6c43%205.9%2082.2%207.5%20117.8%205.4zM335.5%20207c9.4-9.4%2024.6-9.4%2033.9%200l64%2064c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9m-64%2064c9.4-9.4%2024.6-9.4%2033.9%200l64%2064c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9m-64%2064c9.4-9.4%2024.6-9.4%2033.9%200l64%2064c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M325.1%2086.6c-89%2018-150.5%2063.4-190%20123.9C111.8%20246.1%2097%20285.8%2088.4%20326l227.5%20227.4c89-18%20150.5-63.4%20190.1-123.9c23.3-35.6%2038.1-75.3%2046.7-115.5zm236%20168.1c3.2-42.3.7-83.3-4.8-118.7c-4.4-27.8-26.8-48-53.1-51.6c-43-5.9-82.2-7.5-117.8-5.4l175.7%20175.6zM255.7%20561.1L79.9%20385.4c-3.2%2042.3-.7%2083.3%204.8%20118.7c4.4%2027.8%2026.8%2048%2053.1%2051.6c43%205.9%2082.2%207.5%20117.8%205.4zM335.5%20207c9.4-9.4%2024.6-9.4%2033.9%200l64%2064c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9m-64%2064c9.4-9.4%2024.6-9.4%2033.9%200l64%2064c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9m-64%2064c9.4-9.4%2024.6-9.4%2033.9%200l64%2064c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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