football icon

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

Name
football-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the football icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.12 54.56a28.94 28.94 0 0 0-23.68-23.68c-31.61-5.36-91.16-7.83-134.78 35.78S25.52 169.83 30.88 201.44a28.94 28.94 0 0 0 23.68 23.68A203.3 203.3 0 0 0 88.25 228c31.3 0 70.19-7.77 101.09-38.66C233 145.72 230.48 86.17 225.12 54.56m-57.7-18.66a196.3 196.3 0 0 1 32.69 2.86a21 21 0 0 1 17.13 17.13a185.3 185.3 0 0 1 2.32 46.11L154 36.43c4.33-.34 8.79-.53 13.42-.53M55.89 217.24a21 21 0 0 1-17.13-17.13A185.3 185.3 0 0 1 36.44 154L102 219.56a185.3 185.3 0 0 1-46.11-2.32m127.79-33.56c-12.22 12.23-35.23 29.34-71.56 34.73l-74.53-74.53c5.41-36.33 22.5-59.34 34.73-71.56S107.56 43 143.89 37.6l74.52 74.52c-5.41 36.33-22.5 59.34-34.73 71.56m-20.87-90.49a4 4 0 0 1 0 5.65L145.65 116l9.17 9.16a4 4 0 0 1-5.66 5.66l-9.16-9.16L121.66 140l9.17 9.17a4 4 0 0 1-5.66 5.66l-9.17-9.18l-17.16 17.16a4 4 0 1 1-5.65-5.65L110.35 140l-9.17-9.16a4 4 0 1 1 5.66-5.66l9.17 9.17L134.34 116l-9.17-9.17a4 4 0 1 1 5.66-5.66l9.16 9.17l17.17-17.16a4 4 0 0 1 5.65.01"/></svg>

React

import type { SVGProps } from "react";

export function PhFootballThin(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="M225.12 54.56a28.94 28.94 0 0 0-23.68-23.68c-31.61-5.36-91.16-7.83-134.78 35.78S25.52 169.83 30.88 201.44a28.94 28.94 0 0 0 23.68 23.68A203.3 203.3 0 0 0 88.25 228c31.3 0 70.19-7.77 101.09-38.66C233 145.72 230.48 86.17 225.12 54.56m-57.7-18.66a196.3 196.3 0 0 1 32.69 2.86a21 21 0 0 1 17.13 17.13a185.3 185.3 0 0 1 2.32 46.11L154 36.43c4.33-.34 8.79-.53 13.42-.53M55.89 217.24a21 21 0 0 1-17.13-17.13A185.3 185.3 0 0 1 36.44 154L102 219.56a185.3 185.3 0 0 1-46.11-2.32m127.79-33.56c-12.22 12.23-35.23 29.34-71.56 34.73l-74.53-74.53c5.41-36.33 22.5-59.34 34.73-71.56S107.56 43 143.89 37.6l74.52 74.52c-5.41 36.33-22.5 59.34-34.73 71.56m-20.87-90.49a4 4 0 0 1 0 5.65L145.65 116l9.17 9.16a4 4 0 0 1-5.66 5.66l-9.16-9.16L121.66 140l9.17 9.17a4 4 0 0 1-5.66 5.66l-9.17-9.18l-17.16 17.16a4 4 0 1 1-5.65-5.65L110.35 140l-9.17-9.16a4 4 0 1 1 5.66-5.66l9.17 9.17L134.34 116l-9.17-9.17a4 4 0 1 1 5.66-5.66l9.16 9.17l17.17-17.16a4 4 0 0 1 5.65.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.12 54.56a28.94 28.94 0 0 0-23.68-23.68c-31.61-5.36-91.16-7.83-134.78 35.78S25.52 169.83 30.88 201.44a28.94 28.94 0 0 0 23.68 23.68A203.3 203.3 0 0 0 88.25 228c31.3 0 70.19-7.77 101.09-38.66C233 145.72 230.48 86.17 225.12 54.56m-57.7-18.66a196.3 196.3 0 0 1 32.69 2.86a21 21 0 0 1 17.13 17.13a185.3 185.3 0 0 1 2.32 46.11L154 36.43c4.33-.34 8.79-.53 13.42-.53M55.89 217.24a21 21 0 0 1-17.13-17.13A185.3 185.3 0 0 1 36.44 154L102 219.56a185.3 185.3 0 0 1-46.11-2.32m127.79-33.56c-12.22 12.23-35.23 29.34-71.56 34.73l-74.53-74.53c5.41-36.33 22.5-59.34 34.73-71.56S107.56 43 143.89 37.6l74.52 74.52c-5.41 36.33-22.5 59.34-34.73 71.56m-20.87-90.49a4 4 0 0 1 0 5.65L145.65 116l9.17 9.16a4 4 0 0 1-5.66 5.66l-9.16-9.16L121.66 140l9.17 9.17a4 4 0 0 1-5.66 5.66l-9.17-9.18l-17.16 17.16a4 4 0 1 1-5.65-5.65L110.35 140l-9.17-9.16a4 4 0 1 1 5.66-5.66l9.17 9.17L134.34 116l-9.17-9.17a4 4 0 1 1 5.66-5.66l9.16 9.17l17.17-17.16a4 4 0 0 1 5.65.01"/></svg>
</template>

CSS

.icon-football-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%22M225.12%2054.56a28.94%2028.94%200%200%200-23.68-23.68c-31.61-5.36-91.16-7.83-134.78%2035.78S25.52%20169.83%2030.88%20201.44a28.94%2028.94%200%200%200%2023.68%2023.68A203.3%20203.3%200%200%200%2088.25%20228c31.3%200%2070.19-7.77%20101.09-38.66C233%20145.72%20230.48%2086.17%20225.12%2054.56m-57.7-18.66a196.3%20196.3%200%200%201%2032.69%202.86a21%2021%200%200%201%2017.13%2017.13a185.3%20185.3%200%200%201%202.32%2046.11L154%2036.43c4.33-.34%208.79-.53%2013.42-.53M55.89%20217.24a21%2021%200%200%201-17.13-17.13A185.3%20185.3%200%200%201%2036.44%20154L102%20219.56a185.3%20185.3%200%200%201-46.11-2.32m127.79-33.56c-12.22%2012.23-35.23%2029.34-71.56%2034.73l-74.53-74.53c5.41-36.33%2022.5-59.34%2034.73-71.56S107.56%2043%20143.89%2037.6l74.52%2074.52c-5.41%2036.33-22.5%2059.34-34.73%2071.56m-20.87-90.49a4%204%200%200%201%200%205.65L145.65%20116l9.17%209.16a4%204%200%200%201-5.66%205.66l-9.16-9.16L121.66%20140l9.17%209.17a4%204%200%200%201-5.66%205.66l-9.17-9.18l-17.16%2017.16a4%204%200%201%201-5.65-5.65L110.35%20140l-9.17-9.16a4%204%200%201%201%205.66-5.66l9.17%209.17L134.34%20116l-9.17-9.17a4%204%200%201%201%205.66-5.66l9.16%209.17l17.17-17.16a4%204%200%200%201%205.65.01%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%22M225.12%2054.56a28.94%2028.94%200%200%200-23.68-23.68c-31.61-5.36-91.16-7.83-134.78%2035.78S25.52%20169.83%2030.88%20201.44a28.94%2028.94%200%200%200%2023.68%2023.68A203.3%20203.3%200%200%200%2088.25%20228c31.3%200%2070.19-7.77%20101.09-38.66C233%20145.72%20230.48%2086.17%20225.12%2054.56m-57.7-18.66a196.3%20196.3%200%200%201%2032.69%202.86a21%2021%200%200%201%2017.13%2017.13a185.3%20185.3%200%200%201%202.32%2046.11L154%2036.43c4.33-.34%208.79-.53%2013.42-.53M55.89%20217.24a21%2021%200%200%201-17.13-17.13A185.3%20185.3%200%200%201%2036.44%20154L102%20219.56a185.3%20185.3%200%200%201-46.11-2.32m127.79-33.56c-12.22%2012.23-35.23%2029.34-71.56%2034.73l-74.53-74.53c5.41-36.33%2022.5-59.34%2034.73-71.56S107.56%2043%20143.89%2037.6l74.52%2074.52c-5.41%2036.33-22.5%2059.34-34.73%2071.56m-20.87-90.49a4%204%200%200%201%200%205.65L145.65%20116l9.17%209.16a4%204%200%200%201-5.66%205.66l-9.16-9.16L121.66%20140l9.17%209.17a4%204%200%200%201-5.66%205.66l-9.17-9.18l-17.16%2017.16a4%204%200%201%201-5.65-5.65L110.35%20140l-9.17-9.16a4%204%200%201%201%205.66-5.66l9.17%209.17L134.34%20116l-9.17-9.17a4%204%200%201%201%205.66-5.66l9.16%209.17l17.17-17.16a4%204%200%200%201%205.65.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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