soccer icon
soccer from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- soccer
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More sport icons from Material Design Icons
Use the soccer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.93 17.12l-.8-1.36l1.46-4.37l1.41-.47l1 .75v.14c0 .07.03.13.03.19c0 1.97-.66 3.71-1.97 5.21zM9.75 15l-1.37-4.03L12 8.43l3.62 2.54L14.25 15zM12 20.03c-.88 0-1.71-.14-2.5-.42l-.69-1.51l.66-1.1h5.11l.61 1.1l-.69 1.51c-.79.28-1.62.42-2.5.42m-6.06-2.82c-.53-.62-.99-1.45-1.38-2.46c-.39-1.02-.59-1.94-.59-2.75c0-.06.03-.12.03-.19v-.14l1-.75l1.41.47l1.46 4.37l-.8 1.36zM11 5.29v1.4L7 9.46l-1.34-.42l-.42-1.36C5.68 7 6.33 6.32 7.19 5.66s1.68-1.09 2.46-1.31zm3.35-.94c.78.22 1.6.65 2.46 1.31S18.32 7 18.76 7.68l-.42 1.36l-1.34.43l-4-2.77V5.29zm-9.42.58C3 6.89 2 9.25 2 12s1 5.11 2.93 7.07S9.25 22 12 22s5.11-1 7.07-2.93S22 14.75 22 12s-1-5.11-2.93-7.07S14.75 2 12 2S6.89 3 4.93 4.93"/></svg>
React
import type { SVGProps } from "react";
export function MdiSoccer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.93 17.12l-.8-1.36l1.46-4.37l1.41-.47l1 .75v.14c0 .07.03.13.03.19c0 1.97-.66 3.71-1.97 5.21zM9.75 15l-1.37-4.03L12 8.43l3.62 2.54L14.25 15zM12 20.03c-.88 0-1.71-.14-2.5-.42l-.69-1.51l.66-1.1h5.11l.61 1.1l-.69 1.51c-.79.28-1.62.42-2.5.42m-6.06-2.82c-.53-.62-.99-1.45-1.38-2.46c-.39-1.02-.59-1.94-.59-2.75c0-.06.03-.12.03-.19v-.14l1-.75l1.41.47l1.46 4.37l-.8 1.36zM11 5.29v1.4L7 9.46l-1.34-.42l-.42-1.36C5.68 7 6.33 6.32 7.19 5.66s1.68-1.09 2.46-1.31zm3.35-.94c.78.22 1.6.65 2.46 1.31S18.32 7 18.76 7.68l-.42 1.36l-1.34.43l-4-2.77V5.29zm-9.42.58C3 6.89 2 9.25 2 12s1 5.11 2.93 7.07S9.25 22 12 22s5.11-1 7.07-2.93S22 14.75 22 12s-1-5.11-2.93-7.07S14.75 2 12 2S6.89 3 4.93 4.93"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.93 17.12l-.8-1.36l1.46-4.37l1.41-.47l1 .75v.14c0 .07.03.13.03.19c0 1.97-.66 3.71-1.97 5.21zM9.75 15l-1.37-4.03L12 8.43l3.62 2.54L14.25 15zM12 20.03c-.88 0-1.71-.14-2.5-.42l-.69-1.51l.66-1.1h5.11l.61 1.1l-.69 1.51c-.79.28-1.62.42-2.5.42m-6.06-2.82c-.53-.62-.99-1.45-1.38-2.46c-.39-1.02-.59-1.94-.59-2.75c0-.06.03-.12.03-.19v-.14l1-.75l1.41.47l1.46 4.37l-.8 1.36zM11 5.29v1.4L7 9.46l-1.34-.42l-.42-1.36C5.68 7 6.33 6.32 7.19 5.66s1.68-1.09 2.46-1.31zm3.35-.94c.78.22 1.6.65 2.46 1.31S18.32 7 18.76 7.68l-.42 1.36l-1.34.43l-4-2.77V5.29zm-9.42.58C3 6.89 2 9.25 2 12s1 5.11 2.93 7.07S9.25 22 12 22s5.11-1 7.07-2.93S22 14.75 22 12s-1-5.11-2.93-7.07S14.75 2 12 2S6.89 3 4.93 4.93"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.93%2017.12l-.8-1.36l1.46-4.37l1.41-.47l1%20.75v.14c0%20.07.03.13.03.19c0%201.97-.66%203.71-1.97%205.21zM9.75%2015l-1.37-4.03L12%208.43l3.62%202.54L14.25%2015zM12%2020.03c-.88%200-1.71-.14-2.5-.42l-.69-1.51l.66-1.1h5.11l.61%201.1l-.69%201.51c-.79.28-1.62.42-2.5.42m-6.06-2.82c-.53-.62-.99-1.45-1.38-2.46c-.39-1.02-.59-1.94-.59-2.75c0-.06.03-.12.03-.19v-.14l1-.75l1.41.47l1.46%204.37l-.8%201.36zM11%205.29v1.4L7%209.46l-1.34-.42l-.42-1.36C5.68%207%206.33%206.32%207.19%205.66s1.68-1.09%202.46-1.31zm3.35-.94c.78.22%201.6.65%202.46%201.31S18.32%207%2018.76%207.68l-.42%201.36l-1.34.43l-4-2.77V5.29zm-9.42.58C3%206.89%202%209.25%202%2012s1%205.11%202.93%207.07S9.25%2022%2012%2022s5.11-1%207.07-2.93S22%2014.75%2022%2012s-1-5.11-2.93-7.07S14.75%202%2012%202S6.89%203%204.93%204.93%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.93%2017.12l-.8-1.36l1.46-4.37l1.41-.47l1%20.75v.14c0%20.07.03.13.03.19c0%201.97-.66%203.71-1.97%205.21zM9.75%2015l-1.37-4.03L12%208.43l3.62%202.54L14.25%2015zM12%2020.03c-.88%200-1.71-.14-2.5-.42l-.69-1.51l.66-1.1h5.11l.61%201.1l-.69%201.51c-.79.28-1.62.42-2.5.42m-6.06-2.82c-.53-.62-.99-1.45-1.38-2.46c-.39-1.02-.59-1.94-.59-2.75c0-.06.03-.12.03-.19v-.14l1-.75l1.41.47l1.46%204.37l-.8%201.36zM11%205.29v1.4L7%209.46l-1.34-.42l-.42-1.36C5.68%207%206.33%206.32%207.19%205.66s1.68-1.09%202.46-1.31zm3.35-.94c.78.22%201.6.65%202.46%201.31S18.32%207%2018.76%207.68l-.42%201.36l-1.34.43l-4-2.77V5.29zm-9.42.58C3%206.89%202%209.25%202%2012s1%205.11%202.93%207.07S9.25%2022%2012%2022s5.11-1%207.07-2.93S22%2014.75%2022%2012s-1-5.11-2.93-7.07S14.75%202%2012%202S6.89%203%204.93%204.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/soccer.svg?color=%231a73e8&size=48