twotone sports soccer icon
twotone-sports-soccer from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-sports-soccer
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the twotone 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="M7.01 9.49L11 6.7V5.3l-1.35-.95a8.1 8.1 0 0 0-4.38 3.34l.39 1.34zm-2 1.43l-1 .73c0 .12-.01.23-.01.35c0 1.99.73 3.81 1.94 5.21l1.14-.1l.79-1.37L6.4 11.4zm13.33-1.89l.39-1.34a8.07 8.07 0 0 0-4.38-3.34L13 5.3v1.4l3.99 2.79zm-9.97 1.95L9.73 15h4.54l1.36-4.02L12 8.44zM9.45 17l-.64 1.11l.69 1.49c.79.25 1.63.4 2.5.4s1.71-.15 2.5-.41l.69-1.49l-.64-1.1zm10.53-5.35l-1-.73l-1.38.48l-1.46 4.34l.79 1.37l1.14.1C19.27 15.81 20 13.99 20 12c0-.12-.01-.23-.02-.35" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 3.3l1.35-.95a8 8 0 0 1 4.38 3.34l-.39 1.34l-1.35.46L13 6.7zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46l-.39-1.34a8.1 8.1 0 0 1 4.38-3.34M7.08 17.11l-1.14.1A7.94 7.94 0 0 1 4 12c0-.12.01-.23.02-.35l1-.73l1.38.48l1.46 4.34zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49l.64-1.1h5.11l.64 1.11zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54zm3.79 2.21l-1.14-.1l-.79-1.37l1.46-4.34l1.39-.47l1 .73c.01.11.02.22.02.34c0 1.99-.73 3.81-1.94 5.21"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneSportsSoccer(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="M7.01 9.49L11 6.7V5.3l-1.35-.95a8.1 8.1 0 0 0-4.38 3.34l.39 1.34zm-2 1.43l-1 .73c0 .12-.01.23-.01.35c0 1.99.73 3.81 1.94 5.21l1.14-.1l.79-1.37L6.4 11.4zm13.33-1.89l.39-1.34a8.07 8.07 0 0 0-4.38-3.34L13 5.3v1.4l3.99 2.79zm-9.97 1.95L9.73 15h4.54l1.36-4.02L12 8.44zM9.45 17l-.64 1.11l.69 1.49c.79.25 1.63.4 2.5.4s1.71-.15 2.5-.41l.69-1.49l-.64-1.1zm10.53-5.35l-1-.73l-1.38.48l-1.46 4.34l.79 1.37l1.14.1C19.27 15.81 20 13.99 20 12c0-.12-.01-.23-.02-.35" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 3.3l1.35-.95a8 8 0 0 1 4.38 3.34l-.39 1.34l-1.35.46L13 6.7zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46l-.39-1.34a8.1 8.1 0 0 1 4.38-3.34M7.08 17.11l-1.14.1A7.94 7.94 0 0 1 4 12c0-.12.01-.23.02-.35l1-.73l1.38.48l1.46 4.34zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49l.64-1.1h5.11l.64 1.11zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54zm3.79 2.21l-1.14-.1l-.79-1.37l1.46-4.34l1.39-.47l1 .73c.01.11.02.22.02.34c0 1.99-.73 3.81-1.94 5.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.01 9.49L11 6.7V5.3l-1.35-.95a8.1 8.1 0 0 0-4.38 3.34l.39 1.34zm-2 1.43l-1 .73c0 .12-.01.23-.01.35c0 1.99.73 3.81 1.94 5.21l1.14-.1l.79-1.37L6.4 11.4zm13.33-1.89l.39-1.34a8.07 8.07 0 0 0-4.38-3.34L13 5.3v1.4l3.99 2.79zm-9.97 1.95L9.73 15h4.54l1.36-4.02L12 8.44zM9.45 17l-.64 1.11l.69 1.49c.79.25 1.63.4 2.5.4s1.71-.15 2.5-.41l.69-1.49l-.64-1.1zm10.53-5.35l-1-.73l-1.38.48l-1.46 4.34l.79 1.37l1.14.1C19.27 15.81 20 13.99 20 12c0-.12-.01-.23-.02-.35" opacity=".3"/><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 3.3l1.35-.95a8 8 0 0 1 4.38 3.34l-.39 1.34l-1.35.46L13 6.7zm-3.35-.95L11 5.3v1.4L7.01 9.49l-1.35-.46l-.39-1.34a8.1 8.1 0 0 1 4.38-3.34M7.08 17.11l-1.14.1A7.94 7.94 0 0 1 4 12c0-.12.01-.23.02-.35l1-.73l1.38.48l1.46 4.34zm7.42 2.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49l.64-1.1h5.11l.64 1.11zM14.27 15H9.73l-1.35-4.02L12 8.44l3.63 2.54zm3.79 2.21l-1.14-.1l-.79-1.37l1.46-4.34l1.39-.47l1 .73c.01.11.02.22.02.34c0 1.99-.73 3.81-1.94 5.21"/></svg> </template>
CSS
.icon-twotone-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%22M7.01%209.49L11%206.7V5.3l-1.35-.95a8.1%208.1%200%200%200-4.38%203.34l.39%201.34zm-2%201.43l-1%20.73c0%20.12-.01.23-.01.35c0%201.99.73%203.81%201.94%205.21l1.14-.1l.79-1.37L6.4%2011.4zm13.33-1.89l.39-1.34a8.07%208.07%200%200%200-4.38-3.34L13%205.3v1.4l3.99%202.79zm-9.97%201.95L9.73%2015h4.54l1.36-4.02L12%208.44zM9.45%2017l-.64%201.11l.69%201.49c.79.25%201.63.4%202.5.4s1.71-.15%202.5-.41l.69-1.49l-.64-1.1zm10.53-5.35l-1-.73l-1.38.48l-1.46%204.34l.79%201.37l1.14.1C19.27%2015.81%2020%2013.99%2020%2012c0-.12-.01-.23-.02-.35%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m1%203.3l1.35-.95a8%208%200%200%201%204.38%203.34l-.39%201.34l-1.35.46L13%206.7zm-3.35-.95L11%205.3v1.4L7.01%209.49l-1.35-.46l-.39-1.34a8.1%208.1%200%200%201%204.38-3.34M7.08%2017.11l-1.14.1A7.94%207.94%200%200%201%204%2012c0-.12.01-.23.02-.35l1-.73l1.38.48l1.46%204.34zm7.42%202.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49l.64-1.1h5.11l.64%201.11zM14.27%2015H9.73l-1.35-4.02L12%208.44l3.63%202.54zm3.79%202.21l-1.14-.1l-.79-1.37l1.46-4.34l1.39-.47l1%20.73c.01.11.02.22.02.34c0%201.99-.73%203.81-1.94%205.21%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%22M7.01%209.49L11%206.7V5.3l-1.35-.95a8.1%208.1%200%200%200-4.38%203.34l.39%201.34zm-2%201.43l-1%20.73c0%20.12-.01.23-.01.35c0%201.99.73%203.81%201.94%205.21l1.14-.1l.79-1.37L6.4%2011.4zm13.33-1.89l.39-1.34a8.07%208.07%200%200%200-4.38-3.34L13%205.3v1.4l3.99%202.79zm-9.97%201.95L9.73%2015h4.54l1.36-4.02L12%208.44zM9.45%2017l-.64%201.11l.69%201.49c.79.25%201.63.4%202.5.4s1.71-.15%202.5-.41l.69-1.49l-.64-1.1zm10.53-5.35l-1-.73l-1.38.48l-1.46%204.34l.79%201.37l1.14.1C19.27%2015.81%2020%2013.99%2020%2012c0-.12-.01-.23-.02-.35%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m1%203.3l1.35-.95a8%208%200%200%201%204.38%203.34l-.39%201.34l-1.35.46L13%206.7zm-3.35-.95L11%205.3v1.4L7.01%209.49l-1.35-.46l-.39-1.34a8.1%208.1%200%200%201%204.38-3.34M7.08%2017.11l-1.14.1A7.94%207.94%200%200%201%204%2012c0-.12.01-.23.02-.35l1-.73l1.38.48l1.46%204.34zm7.42%202.48c-.79.26-1.63.41-2.5.41s-1.71-.15-2.5-.41l-.69-1.49l.64-1.1h5.11l.64%201.11zM14.27%2015H9.73l-1.35-4.02L12%208.44l3.63%202.54zm3.79%202.21l-1.14-.1l-.79-1.37l1.46-4.34l1.39-.47l1%20.73c.01.11.02.22.02.34c0%201.99-.73%203.81-1.94%205.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-sports-soccer.svg?color=%231a73e8&size=48