soccer icon
soccer from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- soccer
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the soccer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="17" cy="28" r="2" fill="currentColor"/><path fill="currentColor" d="M8 20.586L13.586 15L15 16.414L9.414 22z"/><path fill="currentColor" d="M28 16.584L19.414 8H6v2h12.586l3 3L6 28.586L7.414 30L23 14.415L26.584 18L23 21.586L24.414 23L28 19.416a2.004 2.004 0 0 0 0-2.832M24.5 9A3.5 3.5 0 1 1 28 5.5A3.504 3.504 0 0 1 24.5 9m0-5A1.5 1.5 0 1 0 26 5.5A1.5 1.5 0 0 0 24.5 4"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSoccer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="17" cy="28" r="2" fill="currentColor"/><path fill="currentColor" d="M8 20.586L13.586 15L15 16.414L9.414 22z"/><path fill="currentColor" d="M28 16.584L19.414 8H6v2h12.586l3 3L6 28.586L7.414 30L23 14.415L26.584 18L23 21.586L24.414 23L28 19.416a2.004 2.004 0 0 0 0-2.832M24.5 9A3.5 3.5 0 1 1 28 5.5A3.504 3.504 0 0 1 24.5 9m0-5A1.5 1.5 0 1 0 26 5.5A1.5 1.5 0 0 0 24.5 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="17" cy="28" r="2" fill="currentColor"/><path fill="currentColor" d="M8 20.586L13.586 15L15 16.414L9.414 22z"/><path fill="currentColor" d="M28 16.584L19.414 8H6v2h12.586l3 3L6 28.586L7.414 30L23 14.415L26.584 18L23 21.586L24.414 23L28 19.416a2.004 2.004 0 0 0 0-2.832M24.5 9A3.5 3.5 0 1 1 28 5.5A3.504 3.504 0 0 1 24.5 9m0-5A1.5 1.5 0 1 0 26 5.5A1.5 1.5 0 0 0 24.5 4"/></svg> </template>
CSS
.icon-soccer {
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%2032%2032%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2020.586L13.586%2015L15%2016.414L9.414%2022z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2016.584L19.414%208H6v2h12.586l3%203L6%2028.586L7.414%2030L23%2014.415L26.584%2018L23%2021.586L24.414%2023L28%2019.416a2.004%202.004%200%200%200%200-2.832M24.5%209A3.5%203.5%200%201%201%2028%205.5A3.504%203.504%200%200%201%2024.5%209m0-5A1.5%201.5%200%201%200%2026%205.5A1.5%201.5%200%200%200%2024.5%204%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%2032%2032%22%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2228%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2020.586L13.586%2015L15%2016.414L9.414%2022z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2016.584L19.414%208H6v2h12.586l3%203L6%2028.586L7.414%2030L23%2014.415L26.584%2018L23%2021.586L24.414%2023L28%2019.416a2.004%202.004%200%200%200%200-2.832M24.5%209A3.5%203.5%200%201%201%2028%205.5A3.504%203.504%200%200%201%2024.5%209m0-5A1.5%201.5%200%201%200%2026%205.5A1.5%201.5%200%200%200%2024.5%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/soccer.svg?color=%231a73e8&size=48