soccer ball icon
soccer-ball-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- soccer-ball-fill
- Set
- Phosphor
- Style
- Fill
- 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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m8 39.38l24.79-17.05a88.4 88.4 0 0 1 36.18 27l-8 26.94c-.2 0-.41.1-.61.17l-22.82 7.41a8 8 0 0 0-1 .4L136 88.62zM95.24 46.33L120 63.38v25.24l-28.56 19.67a8 8 0 0 0-1-.4l-22.82-7.41c-.2-.07-.41-.12-.61-.17l-8-26.94a88.4 88.4 0 0 1 36.23-27.04m-13 129.09H53.9a87.4 87.4 0 0 1-13.79-43.07l22-16.88a6 6 0 0 0 .58.22l22.83 7.42a8 8 0 0 0 .93.22l10.79 31.42c-.15.18-.3.36-.44.55l-14.1 19.41a8 8 0 0 0-.46.71M150.69 213a88.16 88.16 0 0 1-45.38 0l-10.06-28.4c.13-.16.27-.31.39-.48l14.11-19.42a8 8 0 0 0 .46-.7h35.58a8 8 0 0 0 .46.7l14.11 19.42c.12.17.26.32.39.48Zm23.07-37.61a8 8 0 0 0-.46-.71l-14.11-19.38c-.14-.19-.29-.37-.44-.55l10.79-31.42a8 8 0 0 0 .93-.22l22.83-7.42a6 6 0 0 0 .58-.22l22 16.88a87.4 87.4 0 0 1-13.79 43.07Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSoccerBallFill(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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m8 39.38l24.79-17.05a88.4 88.4 0 0 1 36.18 27l-8 26.94c-.2 0-.41.1-.61.17l-22.82 7.41a8 8 0 0 0-1 .4L136 88.62zM95.24 46.33L120 63.38v25.24l-28.56 19.67a8 8 0 0 0-1-.4l-22.82-7.41c-.2-.07-.41-.12-.61-.17l-8-26.94a88.4 88.4 0 0 1 36.23-27.04m-13 129.09H53.9a87.4 87.4 0 0 1-13.79-43.07l22-16.88a6 6 0 0 0 .58.22l22.83 7.42a8 8 0 0 0 .93.22l10.79 31.42c-.15.18-.3.36-.44.55l-14.1 19.41a8 8 0 0 0-.46.71M150.69 213a88.16 88.16 0 0 1-45.38 0l-10.06-28.4c.13-.16.27-.31.39-.48l14.11-19.42a8 8 0 0 0 .46-.7h35.58a8 8 0 0 0 .46.7l14.11 19.42c.12.17.26.32.39.48Zm23.07-37.61a8 8 0 0 0-.46-.71l-14.11-19.38c-.14-.19-.29-.37-.44-.55l10.79-31.42a8 8 0 0 0 .93-.22l22.83-7.42a6 6 0 0 0 .58-.22l22 16.88a87.4 87.4 0 0 1-13.79 43.07Z"/></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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m8 39.38l24.79-17.05a88.4 88.4 0 0 1 36.18 27l-8 26.94c-.2 0-.41.1-.61.17l-22.82 7.41a8 8 0 0 0-1 .4L136 88.62zM95.24 46.33L120 63.38v25.24l-28.56 19.67a8 8 0 0 0-1-.4l-22.82-7.41c-.2-.07-.41-.12-.61-.17l-8-26.94a88.4 88.4 0 0 1 36.23-27.04m-13 129.09H53.9a87.4 87.4 0 0 1-13.79-43.07l22-16.88a6 6 0 0 0 .58.22l22.83 7.42a8 8 0 0 0 .93.22l10.79 31.42c-.15.18-.3.36-.44.55l-14.1 19.41a8 8 0 0 0-.46.71M150.69 213a88.16 88.16 0 0 1-45.38 0l-10.06-28.4c.13-.16.27-.31.39-.48l14.11-19.42a8 8 0 0 0 .46-.7h35.58a8 8 0 0 0 .46.7l14.11 19.42c.12.17.26.32.39.48Zm23.07-37.61a8 8 0 0 0-.46-.71l-14.11-19.38c-.14-.19-.29-.37-.44-.55l10.79-31.42a8 8 0 0 0 .93-.22l22.83-7.42a6 6 0 0 0 .58-.22l22 16.88a87.4 87.4 0 0 1-13.79 43.07Z"/></svg> </template>
CSS
.icon-soccer-ball-fill {
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%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m8%2039.38l24.79-17.05a88.4%2088.4%200%200%201%2036.18%2027l-8%2026.94c-.2%200-.41.1-.61.17l-22.82%207.41a8%208%200%200%200-1%20.4L136%2088.62zM95.24%2046.33L120%2063.38v25.24l-28.56%2019.67a8%208%200%200%200-1-.4l-22.82-7.41c-.2-.07-.41-.12-.61-.17l-8-26.94a88.4%2088.4%200%200%201%2036.23-27.04m-13%20129.09H53.9a87.4%2087.4%200%200%201-13.79-43.07l22-16.88a6%206%200%200%200%20.58.22l22.83%207.42a8%208%200%200%200%20.93.22l10.79%2031.42c-.15.18-.3.36-.44.55l-14.1%2019.41a8%208%200%200%200-.46.71M150.69%20213a88.16%2088.16%200%200%201-45.38%200l-10.06-28.4c.13-.16.27-.31.39-.48l14.11-19.42a8%208%200%200%200%20.46-.7h35.58a8%208%200%200%200%20.46.7l14.11%2019.42c.12.17.26.32.39.48Zm23.07-37.61a8%208%200%200%200-.46-.71l-14.11-19.38c-.14-.19-.29-.37-.44-.55l10.79-31.42a8%208%200%200%200%20.93-.22l22.83-7.42a6%206%200%200%200%20.58-.22l22%2016.88a87.4%2087.4%200%200%201-13.79%2043.07Z%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%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024m8%2039.38l24.79-17.05a88.4%2088.4%200%200%201%2036.18%2027l-8%2026.94c-.2%200-.41.1-.61.17l-22.82%207.41a8%208%200%200%200-1%20.4L136%2088.62zM95.24%2046.33L120%2063.38v25.24l-28.56%2019.67a8%208%200%200%200-1-.4l-22.82-7.41c-.2-.07-.41-.12-.61-.17l-8-26.94a88.4%2088.4%200%200%201%2036.23-27.04m-13%20129.09H53.9a87.4%2087.4%200%200%201-13.79-43.07l22-16.88a6%206%200%200%200%20.58.22l22.83%207.42a8%208%200%200%200%20.93.22l10.79%2031.42c-.15.18-.3.36-.44.55l-14.1%2019.41a8%208%200%200%200-.46.71M150.69%20213a88.16%2088.16%200%200%201-45.38%200l-10.06-28.4c.13-.16.27-.31.39-.48l14.11-19.42a8%208%200%200%200%20.46-.7h35.58a8%208%200%200%200%20.46.7l14.11%2019.42c.12.17.26.32.39.48Zm23.07-37.61a8%208%200%200%200-.46-.71l-14.11-19.38c-.14-.19-.29-.37-.44-.55l10.79-31.42a8%208%200%200%200%20.93-.22l22.83-7.42a6%206%200%200%200%20.58-.22l22%2016.88a87.4%2087.4%200%200%201-13.79%2043.07Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/soccer-ball-fill.svg?color=%231a73e8&size=48