soccer ball icon
soccer-ball from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- soccer-ball
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
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 640 640"><path fill="currentColor" d="m481.3 424.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6c-15.7 4.2-32.2 6.4-49.2 6.4s-33.5-2.2-49.2-6.4L253.2 436c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6l60.7-38.2c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L171 198.8c21-25.6 48.3-45.8 79.7-57.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L258 285c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSoccerBall(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="m481.3 424.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6c-15.7 4.2-32.2 6.4-49.2 6.4s-33.5-2.2-49.2-6.4L253.2 436c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6l60.7-38.2c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L171 198.8c21-25.6 48.3-45.8 79.7-57.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L258 285c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m481.3 424.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6c-15.7 4.2-32.2 6.4-49.2 6.4s-33.5-2.2-49.2-6.4L253.2 436c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6l60.7-38.2c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L171 198.8c21-25.6 48.3-45.8 79.7-57.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM320 576c141.4 0 256-114.6 256-256S461.4 64 320 64S64 178.6 64 320s114.6 256 256 256m14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L258 285c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"/></svg> </template>
CSS
.icon-soccer-ball {
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%22m481.3%20424.1l-71.6-4.8c-5.2-.3-10.3%201.1-14.5%204.2s-7.2%207.4-8.4%2012.5l-17.6%2069.6c-15.7%204.2-32.2%206.4-49.2%206.4s-33.5-2.2-49.2-6.4L253.2%20436c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6%204.8c-17.6-27.2-28.5-59.2-30.4-93.6l60.7-38.2c4.4-2.8%207.6-7%209.2-11.9s1.4-10.2-.5-15L171%20198.8c21-25.6%2048.3-45.8%2079.7-57.9l55.2%2046c4%203.3%209%205.1%2014.1%205.1s10.2-1.8%2014.1-5.1l55.2-46c31.3%2012.1%2058.7%2032.3%2079.6%2057.9l-26.7%2066.6c-1.9%204.8-2.1%2010.1-.5%2015s4.9%209.1%209.2%2011.9l60.7%2038.2c-1.9%2034.4-12.8%2066.4-30.4%2093.6zM320%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256m14.1-325.7c-8.4-6.1-19.8-6.1-28.2%200L258%20285c-8.4%206.1-11.9%2016.9-8.7%2026.8l18.3%2056.3c3.2%209.9%2012.4%2016.6%2022.8%2016.6h59.2c10.4%200%2019.6-6.7%2022.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z%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%22m481.3%20424.1l-71.6-4.8c-5.2-.3-10.3%201.1-14.5%204.2s-7.2%207.4-8.4%2012.5l-17.6%2069.6c-15.7%204.2-32.2%206.4-49.2%206.4s-33.5-2.2-49.2-6.4L253.2%20436c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6%204.8c-17.6-27.2-28.5-59.2-30.4-93.6l60.7-38.2c4.4-2.8%207.6-7%209.2-11.9s1.4-10.2-.5-15L171%20198.8c21-25.6%2048.3-45.8%2079.7-57.9l55.2%2046c4%203.3%209%205.1%2014.1%205.1s10.2-1.8%2014.1-5.1l55.2-46c31.3%2012.1%2058.7%2032.3%2079.6%2057.9l-26.7%2066.6c-1.9%204.8-2.1%2010.1-.5%2015s4.9%209.1%209.2%2011.9l60.7%2038.2c-1.9%2034.4-12.8%2066.4-30.4%2093.6zM320%20576c141.4%200%20256-114.6%20256-256S461.4%2064%20320%2064S64%20178.6%2064%20320s114.6%20256%20256%20256m14.1-325.7c-8.4-6.1-19.8-6.1-28.2%200L258%20285c-8.4%206.1-11.9%2016.9-8.7%2026.8l18.3%2056.3c3.2%209.9%2012.4%2016.6%2022.8%2016.6h59.2c10.4%200%2019.6-6.7%2022.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/soccer-ball.svg?color=%231a73e8&size=48