soccer ball icon

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

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

5 other variants in Phosphor

The same icon in other sets

Use the soccer ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m40.87 147.42l-11.69-16.09l13.95-40.64l18.93-6.15l29.65 22.74a91.3 91.3 0 0 1-12.9 40.14Zm-81.74 0H49.19a91.3 91.3 0 0 1-12.9-40.14l29.65-22.74l18.93 6.15l13.95 40.64ZM51.69 76.66l8.87 29.92L36 125.39a91.4 91.4 0 0 1 15.69-48.73M106.13 156l-13.36-38.92L128 92.85l35.23 24.23L149.87 156Zm89.31-49.42l8.87-29.92A91.4 91.4 0 0 1 220 125.39Zm2.87-37.84l-10.72 36.19l-19 6.16L132 85.9V66.1l32.68-22.46a92.44 92.44 0 0 1 33.63 25.1m-42.77-28.53L128 59.15l-27.54-18.94a92.2 92.2 0 0 1 55.08 0m-64.22 3.43L124 66.1v19.8l-36.64 25.19l-19-6.16l-10.67-36.19a92.44 92.44 0 0 1 33.63-25.1M54.61 183.42h31.73l11.1 31.36a92.46 92.46 0 0 1-42.83-31.36m52.3 34.14l-13.27-37.5L105.32 164h45.36l11.68 16.06l-13.27 37.5a92.4 92.4 0 0 1-42.18 0m51.65-2.78l11.1-31.36h31.73a92.46 92.46 0 0 1-42.83 31.36"/></svg>

React

import type { SVGProps } from "react";

export function PhSoccerBallThin(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="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m40.87 147.42l-11.69-16.09l13.95-40.64l18.93-6.15l29.65 22.74a91.3 91.3 0 0 1-12.9 40.14Zm-81.74 0H49.19a91.3 91.3 0 0 1-12.9-40.14l29.65-22.74l18.93 6.15l13.95 40.64ZM51.69 76.66l8.87 29.92L36 125.39a91.4 91.4 0 0 1 15.69-48.73M106.13 156l-13.36-38.92L128 92.85l35.23 24.23L149.87 156Zm89.31-49.42l8.87-29.92A91.4 91.4 0 0 1 220 125.39Zm2.87-37.84l-10.72 36.19l-19 6.16L132 85.9V66.1l32.68-22.46a92.44 92.44 0 0 1 33.63 25.1m-42.77-28.53L128 59.15l-27.54-18.94a92.2 92.2 0 0 1 55.08 0m-64.22 3.43L124 66.1v19.8l-36.64 25.19l-19-6.16l-10.67-36.19a92.44 92.44 0 0 1 33.63-25.1M54.61 183.42h31.73l11.1 31.36a92.46 92.46 0 0 1-42.83-31.36m52.3 34.14l-13.27-37.5L105.32 164h45.36l11.68 16.06l-13.27 37.5a92.4 92.4 0 0 1-42.18 0m51.65-2.78l11.1-31.36h31.73a92.46 92.46 0 0 1-42.83 31.36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m40.87 147.42l-11.69-16.09l13.95-40.64l18.93-6.15l29.65 22.74a91.3 91.3 0 0 1-12.9 40.14Zm-81.74 0H49.19a91.3 91.3 0 0 1-12.9-40.14l29.65-22.74l18.93 6.15l13.95 40.64ZM51.69 76.66l8.87 29.92L36 125.39a91.4 91.4 0 0 1 15.69-48.73M106.13 156l-13.36-38.92L128 92.85l35.23 24.23L149.87 156Zm89.31-49.42l8.87-29.92A91.4 91.4 0 0 1 220 125.39Zm2.87-37.84l-10.72 36.19l-19 6.16L132 85.9V66.1l32.68-22.46a92.44 92.44 0 0 1 33.63 25.1m-42.77-28.53L128 59.15l-27.54-18.94a92.2 92.2 0 0 1 55.08 0m-64.22 3.43L124 66.1v19.8l-36.64 25.19l-19-6.16l-10.67-36.19a92.44 92.44 0 0 1 33.63-25.1M54.61 183.42h31.73l11.1 31.36a92.46 92.46 0 0 1-42.83-31.36m52.3 34.14l-13.27-37.5L105.32 164h45.36l11.68 16.06l-13.27 37.5a92.4 92.4 0 0 1-42.18 0m51.65-2.78l11.1-31.36h31.73a92.46 92.46 0 0 1-42.83 31.36"/></svg>
</template>

CSS

.icon-soccer-ball-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%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m40.87%20147.42l-11.69-16.09l13.95-40.64l18.93-6.15l29.65%2022.74a91.3%2091.3%200%200%201-12.9%2040.14Zm-81.74%200H49.19a91.3%2091.3%200%200%201-12.9-40.14l29.65-22.74l18.93%206.15l13.95%2040.64ZM51.69%2076.66l8.87%2029.92L36%20125.39a91.4%2091.4%200%200%201%2015.69-48.73M106.13%20156l-13.36-38.92L128%2092.85l35.23%2024.23L149.87%20156Zm89.31-49.42l8.87-29.92A91.4%2091.4%200%200%201%20220%20125.39Zm2.87-37.84l-10.72%2036.19l-19%206.16L132%2085.9V66.1l32.68-22.46a92.44%2092.44%200%200%201%2033.63%2025.1m-42.77-28.53L128%2059.15l-27.54-18.94a92.2%2092.2%200%200%201%2055.08%200m-64.22%203.43L124%2066.1v19.8l-36.64%2025.19l-19-6.16l-10.67-36.19a92.44%2092.44%200%200%201%2033.63-25.1M54.61%20183.42h31.73l11.1%2031.36a92.46%2092.46%200%200%201-42.83-31.36m52.3%2034.14l-13.27-37.5L105.32%20164h45.36l11.68%2016.06l-13.27%2037.5a92.4%2092.4%200%200%201-42.18%200m51.65-2.78l11.1-31.36h31.73a92.46%2092.46%200%200%201-42.83%2031.36%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%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m40.87%20147.42l-11.69-16.09l13.95-40.64l18.93-6.15l29.65%2022.74a91.3%2091.3%200%200%201-12.9%2040.14Zm-81.74%200H49.19a91.3%2091.3%200%200%201-12.9-40.14l29.65-22.74l18.93%206.15l13.95%2040.64ZM51.69%2076.66l8.87%2029.92L36%20125.39a91.4%2091.4%200%200%201%2015.69-48.73M106.13%20156l-13.36-38.92L128%2092.85l35.23%2024.23L149.87%20156Zm89.31-49.42l8.87-29.92A91.4%2091.4%200%200%201%20220%20125.39Zm2.87-37.84l-10.72%2036.19l-19%206.16L132%2085.9V66.1l32.68-22.46a92.44%2092.44%200%200%201%2033.63%2025.1m-42.77-28.53L128%2059.15l-27.54-18.94a92.2%2092.2%200%200%201%2055.08%200m-64.22%203.43L124%2066.1v19.8l-36.64%2025.19l-19-6.16l-10.67-36.19a92.44%2092.44%200%200%201%2033.63-25.1M54.61%20183.42h31.73l11.1%2031.36a92.46%2092.46%200%200%201-42.83-31.36m52.3%2034.14l-13.27-37.5L105.32%20164h45.36l11.68%2016.06l-13.27%2037.5a92.4%2092.4%200%200%201-42.18%200m51.65-2.78l11.1-31.36h31.73a92.46%2092.46%200%200%201-42.83%2031.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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