sports-outline-rounded from Material Symbols Light by Google · Outline Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the sports icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.02 17.885q-2.02 0-3.453-1.433T5.134 13q0-.346.054-.691q.054-.346.123-.563q-.105.05-.223.056t-.213.006q-.81 0-1.352-.547t-.542-1.338t.524-1.338t1.324-.547q.69 0 1.209.405t.639 1.015q.633-.635 1.532-.989t1.81-.354h10.193q.343 0 .575.232q.232.233.232.576v.461q0 .311-.21.521t-.52.21h-5.385V13q0 2.035-1.425 3.46q-1.424 1.425-3.46 1.425m-4.441-7.25q.288-.287.288-.712t-.288-.712t-.712-.288t-.713.288t-.288.712t.288.713t.713.287t.712-.288m7.108 5.03q1.102-1.105 1.102-2.668t-1.104-2.664t-2.667-1.102t-2.665 1.105t-1.102 2.667t1.105 2.664t2.667 1.102t2.665-1.104m-1.524-1.525q.472-.476.472-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.475M10.019 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSportsOutlineRounded(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="M10.02 17.885q-2.02 0-3.453-1.433T5.134 13q0-.346.054-.691q.054-.346.123-.563q-.105.05-.223.056t-.213.006q-.81 0-1.352-.547t-.542-1.338t.524-1.338t1.324-.547q.69 0 1.209.405t.639 1.015q.633-.635 1.532-.989t1.81-.354h10.193q.343 0 .575.232q.232.233.232.576v.461q0 .311-.21.521t-.52.21h-5.385V13q0 2.035-1.425 3.46q-1.424 1.425-3.46 1.425m-4.441-7.25q.288-.287.288-.712t-.288-.712t-.712-.288t-.713.288t-.288.712t.288.713t.713.287t.712-.288m7.108 5.03q1.102-1.105 1.102-2.668t-1.104-2.664t-2.667-1.102t-2.665 1.105t-1.102 2.667t1.105 2.664t2.667 1.102t2.665-1.104m-1.524-1.525q.472-.476.472-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.475M10.019 13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.02 17.885q-2.02 0-3.453-1.433T5.134 13q0-.346.054-.691q.054-.346.123-.563q-.105.05-.223.056t-.213.006q-.81 0-1.352-.547t-.542-1.338t.524-1.338t1.324-.547q.69 0 1.209.405t.639 1.015q.633-.635 1.532-.989t1.81-.354h10.193q.343 0 .575.232q.232.233.232.576v.461q0 .311-.21.521t-.52.21h-5.385V13q0 2.035-1.425 3.46q-1.424 1.425-3.46 1.425m-4.441-7.25q.288-.287.288-.712t-.288-.712t-.712-.288t-.713.288t-.288.712t.288.713t.713.287t.712-.288m7.108 5.03q1.102-1.105 1.102-2.668t-1.104-2.664t-2.667-1.102t-2.665 1.105t-1.102 2.667t1.105 2.664t2.667 1.102t2.665-1.104m-1.524-1.525q.472-.476.472-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472 1.143t.475 1.14t1.144.472t1.14-.475M10.019 13"/></svg>
</template>

CSS

.icon-sports-outline-rounded {
  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%22M10.02%2017.885q-2.02%200-3.453-1.433T5.134%2013q0-.346.054-.691q.054-.346.123-.563q-.105.05-.223.056t-.213.006q-.81%200-1.352-.547t-.542-1.338t.524-1.338t1.324-.547q.69%200%201.209.405t.639%201.015q.633-.635%201.532-.989t1.81-.354h10.193q.343%200%20.575.232q.232.233.232.576v.461q0%20.311-.21.521t-.52.21h-5.385V13q0%202.035-1.425%203.46q-1.424%201.425-3.46%201.425m-4.441-7.25q.288-.287.288-.712t-.288-.712t-.712-.288t-.713.288t-.288.712t.288.713t.713.287t.712-.288m7.108%205.03q1.102-1.105%201.102-2.668t-1.104-2.664t-2.667-1.102t-2.665%201.105t-1.102%202.667t1.105%202.664t2.667%201.102t2.665-1.104m-1.524-1.525q.472-.476.472-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.475M10.019%2013%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%22M10.02%2017.885q-2.02%200-3.453-1.433T5.134%2013q0-.346.054-.691q.054-.346.123-.563q-.105.05-.223.056t-.213.006q-.81%200-1.352-.547t-.542-1.338t.524-1.338t1.324-.547q.69%200%201.209.405t.639%201.015q.633-.635%201.532-.989t1.81-.354h10.193q.343%200%20.575.232q.232.233.232.576v.461q0%20.311-.21.521t-.52.21h-5.385V13q0%202.035-1.425%203.46q-1.424%201.425-3.46%201.425m-4.441-7.25q.288-.287.288-.712t-.288-.712t-.712-.288t-.713.288t-.288.712t.288.713t.713.287t.712-.288m7.108%205.03q1.102-1.105%201.102-2.668t-1.104-2.664t-2.667-1.102t-2.665%201.105t-1.102%202.667t1.105%202.664t2.667%201.102t2.665-1.104m-1.524-1.525q.472-.476.472-1.144t-.476-1.14t-1.143-.472t-1.14.476t-.472%201.143t.475%201.14t1.144.472t1.14-.475M10.019%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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