soccer ball icon
soccer-ball-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- soccer-ball-bold
- Set
- Phosphor
- Style
- Bold
- 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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m71.88 151.42h-24L166.1 158l11.3-32.94l15.75-5.06l18.6 14.26a83.4 83.4 0 0 1-11.87 37.16M44.25 134.21L62.85 120l15.75 5.11L89.9 158l-9.75 13.42h-24a83.4 83.4 0 0 1-11.9-37.21m67.6 13.79l-9.54-27.77L128 102.56l25.69 17.67l-9.54 27.77Zm80.66-73.73l-6.78 22.85l-15.81 5.14L140 81.69V65.46l21.22-14.59a84.3 84.3 0 0 1 31.29 23.4m-97.73-23.4L116 65.46v16.23l-29.92 20.57l-15.81-5.14l-6.78-22.85a84.3 84.3 0 0 1 31.29-23.4m13.58 158.79l-8.62-24.37l9.65-13.29h37.22l9.65 13.29l-8.62 24.37a83.6 83.6 0 0 1-39.28 0"/></svg>
React
import type { SVGProps } from "react";
export function PhSoccerBallBold(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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m71.88 151.42h-24L166.1 158l11.3-32.94l15.75-5.06l18.6 14.26a83.4 83.4 0 0 1-11.87 37.16M44.25 134.21L62.85 120l15.75 5.11L89.9 158l-9.75 13.42h-24a83.4 83.4 0 0 1-11.9-37.21m67.6 13.79l-9.54-27.77L128 102.56l25.69 17.67l-9.54 27.77Zm80.66-73.73l-6.78 22.85l-15.81 5.14L140 81.69V65.46l21.22-14.59a84.3 84.3 0 0 1 31.29 23.4m-97.73-23.4L116 65.46v16.23l-29.92 20.57l-15.81-5.14l-6.78-22.85a84.3 84.3 0 0 1 31.29-23.4m13.58 158.79l-8.62-24.37l9.65-13.29h37.22l9.65 13.29l-8.62 24.37a83.6 83.6 0 0 1-39.28 0"/></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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m71.88 151.42h-24L166.1 158l11.3-32.94l15.75-5.06l18.6 14.26a83.4 83.4 0 0 1-11.87 37.16M44.25 134.21L62.85 120l15.75 5.11L89.9 158l-9.75 13.42h-24a83.4 83.4 0 0 1-11.9-37.21m67.6 13.79l-9.54-27.77L128 102.56l25.69 17.67l-9.54 27.77Zm80.66-73.73l-6.78 22.85l-15.81 5.14L140 81.69V65.46l21.22-14.59a84.3 84.3 0 0 1 31.29 23.4m-97.73-23.4L116 65.46v16.23l-29.92 20.57l-15.81-5.14l-6.78-22.85a84.3 84.3 0 0 1 31.29-23.4m13.58 158.79l-8.62-24.37l9.65-13.29h37.22l9.65 13.29l-8.62 24.37a83.6 83.6 0 0 1-39.28 0"/></svg> </template>
CSS
.icon-soccer-ball-bold {
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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m71.88%20151.42h-24L166.1%20158l11.3-32.94l15.75-5.06l18.6%2014.26a83.4%2083.4%200%200%201-11.87%2037.16M44.25%20134.21L62.85%20120l15.75%205.11L89.9%20158l-9.75%2013.42h-24a83.4%2083.4%200%200%201-11.9-37.21m67.6%2013.79l-9.54-27.77L128%20102.56l25.69%2017.67l-9.54%2027.77Zm80.66-73.73l-6.78%2022.85l-15.81%205.14L140%2081.69V65.46l21.22-14.59a84.3%2084.3%200%200%201%2031.29%2023.4m-97.73-23.4L116%2065.46v16.23l-29.92%2020.57l-15.81-5.14l-6.78-22.85a84.3%2084.3%200%200%201%2031.29-23.4m13.58%20158.79l-8.62-24.37l9.65-13.29h37.22l9.65%2013.29l-8.62%2024.37a83.6%2083.6%200%200%201-39.28%200%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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m71.88%20151.42h-24L166.1%20158l11.3-32.94l15.75-5.06l18.6%2014.26a83.4%2083.4%200%200%201-11.87%2037.16M44.25%20134.21L62.85%20120l15.75%205.11L89.9%20158l-9.75%2013.42h-24a83.4%2083.4%200%200%201-11.9-37.21m67.6%2013.79l-9.54-27.77L128%20102.56l25.69%2017.67l-9.54%2027.77Zm80.66-73.73l-6.78%2022.85l-15.81%205.14L140%2081.69V65.46l21.22-14.59a84.3%2084.3%200%200%201%2031.29%2023.4m-97.73-23.4L116%2065.46v16.23l-29.92%2020.57l-15.81-5.14l-6.78-22.85a84.3%2084.3%200%200%201%2031.29-23.4m13.58%20158.79l-8.62-24.37l9.65-13.29h37.22l9.65%2013.29l-8.62%2024.37a83.6%2083.6%200%200%201-39.28%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/soccer-ball-bold.svg?color=%231a73e8&size=48