sports soccer icon

sports-soccer from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-soccer
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-soccer-outline, sports-soccer-outline-rounded, sports-soccer-outline-sharp, sports-soccer-rounded, sports-soccer-sharp

The same icon in other sets

More activities icons from Material Symbols

Use the sports soccer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m5-12.5l1.35-.45l.4-1.35q-.8-1.2-1.925-2.062T14.35 4.35L13 5.3v1.4zm-10 0l4-2.8V5.3l-1.35-.95q-1.35.425-2.475 1.287T5.25 7.7l.4 1.35zm-1.05 7.7l1.15-.1l.75-1.35L6.4 11.4L5 10.9l-1 .75q0 1.625.45 2.962t1.5 2.588m7.325 2.7q.625-.1 1.225-.3l.7-1.5l-.65-1.1h-5.1l-.65 1.1l.7 1.5q.6.2 1.225.3T12 20t1.275-.1M9.75 15h4.5l1.4-4L12 8.45L8.4 11zm8.3 2.2q1.05-1.25 1.5-2.588T20 11.65l-1-.7l-1.4.45l-1.45 4.35l.75 1.35z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSportsSoccer(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m5-12.5l1.35-.45l.4-1.35q-.8-1.2-1.925-2.062T14.35 4.35L13 5.3v1.4zm-10 0l4-2.8V5.3l-1.35-.95q-1.35.425-2.475 1.287T5.25 7.7l.4 1.35zm-1.05 7.7l1.15-.1l.75-1.35L6.4 11.4L5 10.9l-1 .75q0 1.625.45 2.962t1.5 2.588m7.325 2.7q.625-.1 1.225-.3l.7-1.5l-.65-1.1h-5.1l-.65 1.1l.7 1.5q.6.2 1.225.3T12 20t1.275-.1M9.75 15h4.5l1.4-4L12 8.45L8.4 11zm8.3 2.2q1.05-1.25 1.5-2.588T20 11.65l-1-.7l-1.4.45l-1.45 4.35l.75 1.35z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m5-12.5l1.35-.45l.4-1.35q-.8-1.2-1.925-2.062T14.35 4.35L13 5.3v1.4zm-10 0l4-2.8V5.3l-1.35-.95q-1.35.425-2.475 1.287T5.25 7.7l.4 1.35zm-1.05 7.7l1.15-.1l.75-1.35L6.4 11.4L5 10.9l-1 .75q0 1.625.45 2.962t1.5 2.588m7.325 2.7q.625-.1 1.225-.3l.7-1.5l-.65-1.1h-5.1l-.65 1.1l.7 1.5q.6.2 1.225.3T12 20t1.275-.1M9.75 15h4.5l1.4-4L12 8.45L8.4 11zm8.3 2.2q1.05-1.25 1.5-2.588T20 11.65l-1-.7l-1.4.45l-1.45 4.35l.75 1.35z"/></svg>
</template>

CSS

.icon-sports-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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m5-12.5l1.35-.45l.4-1.35q-.8-1.2-1.925-2.062T14.35%204.35L13%205.3v1.4zm-10%200l4-2.8V5.3l-1.35-.95q-1.35.425-2.475%201.287T5.25%207.7l.4%201.35zm-1.05%207.7l1.15-.1l.75-1.35L6.4%2011.4L5%2010.9l-1%20.75q0%201.625.45%202.962t1.5%202.588m7.325%202.7q.625-.1%201.225-.3l.7-1.5l-.65-1.1h-5.1l-.65%201.1l.7%201.5q.6.2%201.225.3T12%2020t1.275-.1M9.75%2015h4.5l1.4-4L12%208.45L8.4%2011zm8.3%202.2q1.05-1.25%201.5-2.588T20%2011.65l-1-.7l-1.4.45l-1.45%204.35l.75%201.35z%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022m5-12.5l1.35-.45l.4-1.35q-.8-1.2-1.925-2.062T14.35%204.35L13%205.3v1.4zm-10%200l4-2.8V5.3l-1.35-.95q-1.35.425-2.475%201.287T5.25%207.7l.4%201.35zm-1.05%207.7l1.15-.1l.75-1.35L6.4%2011.4L5%2010.9l-1%20.75q0%201.625.45%202.962t1.5%202.588m7.325%202.7q.625-.1%201.225-.3l.7-1.5l-.65-1.1h-5.1l-.65%201.1l.7%201.5q.6.2%201.225.3T12%2020t1.275-.1M9.75%2015h4.5l1.4-4L12%208.45L8.4%2011zm8.3%202.2q1.05-1.25%201.5-2.588T20%2011.65l-1-.7l-1.4.45l-1.45%204.35l.75%201.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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