soccer from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
soccer
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the soccer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M418.5 871L152.3 604.8c-16.6 94-2.4 178.6 42.9 224c45 45 129.3 58.8 223.3 42.2m72.3-18.1a573 573 0 0 0 224.8-137.3A573 573 0 0 0 853 490.8l-319-319a579 579 0 0 0-227.5 138.5a568 568 0 0 0-136 222.2zM871 418.5c16.6-94 2.7-178.4-42.2-223.3c-44.5-44.5-128.7-58-222.6-41.5zM150 874C37 761 61 465 261 265C461 65.2 760.9 37 874 150c113 113 86.7 411-113.2 610.9S262.9 987 149.9 874m452.6-497.7l22.7-22.7a32 32 0 0 1 45.2 45.2l-22.7 22.7l45.3 45.3a32 32 0 1 1-45.3 45.2l-45.2-45.2l-45.3 45.2l45.3 45.2a32 32 0 1 1-45.3 45.3L512 557.2l-45.2 45.3l45.2 45.2a32 32 0 1 1-45.2 45.3l-45.3-45.3l-22.7 22.7a32 32 0 1 1-45.2-45.2l22.7-22.7l-45.3-45.3a32 32 0 1 1 45.3-45.2l45.2 45.2l45.3-45.2l-45.3-45.2a32 32 0 1 1 45.3-45.3l45.2 45.3l45.2-45.3l-45.2-45.2a32 32 0 0 1 45.2-45.3z"/></svg>

React

import type { SVGProps } from "react";

export function EpSoccer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M418.5 871L152.3 604.8c-16.6 94-2.4 178.6 42.9 224c45 45 129.3 58.8 223.3 42.2m72.3-18.1a573 573 0 0 0 224.8-137.3A573 573 0 0 0 853 490.8l-319-319a579 579 0 0 0-227.5 138.5a568 568 0 0 0-136 222.2zM871 418.5c16.6-94 2.7-178.4-42.2-223.3c-44.5-44.5-128.7-58-222.6-41.5zM150 874C37 761 61 465 261 265C461 65.2 760.9 37 874 150c113 113 86.7 411-113.2 610.9S262.9 987 149.9 874m452.6-497.7l22.7-22.7a32 32 0 0 1 45.2 45.2l-22.7 22.7l45.3 45.3a32 32 0 1 1-45.3 45.2l-45.2-45.2l-45.3 45.2l45.3 45.2a32 32 0 1 1-45.3 45.3L512 557.2l-45.2 45.3l45.2 45.2a32 32 0 1 1-45.2 45.3l-45.3-45.3l-22.7 22.7a32 32 0 1 1-45.2-45.2l22.7-22.7l-45.3-45.3a32 32 0 1 1 45.3-45.2l45.2 45.2l45.3-45.2l-45.3-45.2a32 32 0 1 1 45.3-45.3l45.2 45.3l45.2-45.3l-45.2-45.2a32 32 0 0 1 45.2-45.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M418.5 871L152.3 604.8c-16.6 94-2.4 178.6 42.9 224c45 45 129.3 58.8 223.3 42.2m72.3-18.1a573 573 0 0 0 224.8-137.3A573 573 0 0 0 853 490.8l-319-319a579 579 0 0 0-227.5 138.5a568 568 0 0 0-136 222.2zM871 418.5c16.6-94 2.7-178.4-42.2-223.3c-44.5-44.5-128.7-58-222.6-41.5zM150 874C37 761 61 465 261 265C461 65.2 760.9 37 874 150c113 113 86.7 411-113.2 610.9S262.9 987 149.9 874m452.6-497.7l22.7-22.7a32 32 0 0 1 45.2 45.2l-22.7 22.7l45.3 45.3a32 32 0 1 1-45.3 45.2l-45.2-45.2l-45.3 45.2l45.3 45.2a32 32 0 1 1-45.3 45.3L512 557.2l-45.2 45.3l45.2 45.2a32 32 0 1 1-45.2 45.3l-45.3-45.3l-22.7 22.7a32 32 0 1 1-45.2-45.2l22.7-22.7l-45.3-45.3a32 32 0 1 1 45.3-45.2l45.2 45.2l45.3-45.2l-45.3-45.2a32 32 0 1 1 45.3-45.3l45.2 45.3l45.2-45.3l-45.2-45.2a32 32 0 0 1 45.2-45.3z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M418.5%20871L152.3%20604.8c-16.6%2094-2.4%20178.6%2042.9%20224c45%2045%20129.3%2058.8%20223.3%2042.2m72.3-18.1a573%20573%200%200%200%20224.8-137.3A573%20573%200%200%200%20853%20490.8l-319-319a579%20579%200%200%200-227.5%20138.5a568%20568%200%200%200-136%20222.2zM871%20418.5c16.6-94%202.7-178.4-42.2-223.3c-44.5-44.5-128.7-58-222.6-41.5zM150%20874C37%20761%2061%20465%20261%20265C461%2065.2%20760.9%2037%20874%20150c113%20113%2086.7%20411-113.2%20610.9S262.9%20987%20149.9%20874m452.6-497.7l22.7-22.7a32%2032%200%200%201%2045.2%2045.2l-22.7%2022.7l45.3%2045.3a32%2032%200%201%201-45.3%2045.2l-45.2-45.2l-45.3%2045.2l45.3%2045.2a32%2032%200%201%201-45.3%2045.3L512%20557.2l-45.2%2045.3l45.2%2045.2a32%2032%200%201%201-45.2%2045.3l-45.3-45.3l-22.7%2022.7a32%2032%200%201%201-45.2-45.2l22.7-22.7l-45.3-45.3a32%2032%200%201%201%2045.3-45.2l45.2%2045.2l45.3-45.2l-45.3-45.2a32%2032%200%201%201%2045.3-45.3l45.2%2045.3l45.2-45.3l-45.2-45.2a32%2032%200%200%201%2045.2-45.3z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M418.5%20871L152.3%20604.8c-16.6%2094-2.4%20178.6%2042.9%20224c45%2045%20129.3%2058.8%20223.3%2042.2m72.3-18.1a573%20573%200%200%200%20224.8-137.3A573%20573%200%200%200%20853%20490.8l-319-319a579%20579%200%200%200-227.5%20138.5a568%20568%200%200%200-136%20222.2zM871%20418.5c16.6-94%202.7-178.4-42.2-223.3c-44.5-44.5-128.7-58-222.6-41.5zM150%20874C37%20761%2061%20465%20261%20265C461%2065.2%20760.9%2037%20874%20150c113%20113%2086.7%20411-113.2%20610.9S262.9%20987%20149.9%20874m452.6-497.7l22.7-22.7a32%2032%200%200%201%2045.2%2045.2l-22.7%2022.7l45.3%2045.3a32%2032%200%201%201-45.3%2045.2l-45.2-45.2l-45.3%2045.2l45.3%2045.2a32%2032%200%201%201-45.3%2045.3L512%20557.2l-45.2%2045.3l45.2%2045.2a32%2032%200%201%201-45.2%2045.3l-45.3-45.3l-22.7%2022.7a32%2032%200%201%201-45.2-45.2l22.7-22.7l-45.3-45.3a32%2032%200%201%201%2045.3-45.2l45.2%2045.2l45.3-45.2l-45.3-45.2a32%2032%200%201%201%2045.3-45.3l45.2%2045.3l45.2-45.3l-45.2-45.2a32%2032%200%200%201%2045.2-45.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/soccer.svg?color=%231a73e8&size=48