sports and outdoors icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the sports and outdoors icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.35 19.82l.3-1.42q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.38.95q.976-.575 1.75-1.378q.776-.803 1.3-1.803l-.28-.169q-.275-.2-.4-.488t-.05-.612l.7-3.05q.075-.3.313-.5t.537-.192q-.125-.664-.322-1.261t-.497-1.166q-.225.125-.478.122t-.453-.153l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.22-.85q-.795-.35-1.607-.525T12 4q-.35 0-.715.038q-.366.037-.716.093L11.3 5.85q.125.3.063.625T11.05 7L8.7 9.05q-.25.225-.587.25T7.5 9.15l-2.28-1.4q-.595.95-.907 2.038T4 12q0 .4.1 1.3l2.2-.2q.35-.05.638.122q.287.172.412.478l1.2 2.85q.125.3.063.625T8.3 17.7l-.95.8q.675.5 1.438.825t1.562.494m1.8-4.319q-.325.05-.6-.125t-.4-.475L9.8 11.8q-.125-.3-.038-.625t.338-.525l2.55-2.15q.225-.225.55-.25t.6.15l2.8 1.65q.275.175.425.475t.075.625l-.8 3.25q-.075.325-.3.538t-.55.262zm-.147 5.5q-1.867 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSportsAndOutdoors(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.35 19.82l.3-1.42q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.38.95q.976-.575 1.75-1.378q.776-.803 1.3-1.803l-.28-.169q-.275-.2-.4-.488t-.05-.612l.7-3.05q.075-.3.313-.5t.537-.192q-.125-.664-.322-1.261t-.497-1.166q-.225.125-.478.122t-.453-.153l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.22-.85q-.795-.35-1.607-.525T12 4q-.35 0-.715.038q-.366.037-.716.093L11.3 5.85q.125.3.063.625T11.05 7L8.7 9.05q-.25.225-.587.25T7.5 9.15l-2.28-1.4q-.595.95-.907 2.038T4 12q0 .4.1 1.3l2.2-.2q.35-.05.638.122q.287.172.412.478l1.2 2.85q.125.3.063.625T8.3 17.7l-.95.8q.675.5 1.438.825t1.562.494m1.8-4.319q-.325.05-.6-.125t-.4-.475L9.8 11.8q-.125-.3-.038-.625t.338-.525l2.55-2.15q.225-.225.55-.25t.6.15l2.8 1.65q.275.175.425.475t.075.625l-.8 3.25q-.075.325-.3.538t-.55.262zm-.147 5.5q-1.867 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709"/></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.35 19.82l.3-1.42q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.38.95q.976-.575 1.75-1.378q.776-.803 1.3-1.803l-.28-.169q-.275-.2-.4-.488t-.05-.612l.7-3.05q.075-.3.313-.5t.537-.192q-.125-.664-.322-1.261t-.497-1.166q-.225.125-.478.122t-.453-.153l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.22-.85q-.795-.35-1.607-.525T12 4q-.35 0-.715.038q-.366.037-.716.093L11.3 5.85q.125.3.063.625T11.05 7L8.7 9.05q-.25.225-.587.25T7.5 9.15l-2.28-1.4q-.595.95-.907 2.038T4 12q0 .4.1 1.3l2.2-.2q.35-.05.638.122q.287.172.412.478l1.2 2.85q.125.3.063.625T8.3 17.7l-.95.8q.675.5 1.438.825t1.562.494m1.8-4.319q-.325.05-.6-.125t-.4-.475L9.8 11.8q-.125-.3-.038-.625t.338-.525l2.55-2.15q.225-.225.55-.25t.6.15l2.8 1.65q.275.175.425.475t.075.625l-.8 3.25q-.075.325-.3.538t-.55.262zm-.147 5.5q-1.867 0-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709"/></svg>
</template>

CSS

.icon-sports-and-outdoors {
  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.35%2019.82l.3-1.42q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.38.95q.976-.575%201.75-1.378q.776-.803%201.3-1.803l-.28-.169q-.275-.2-.4-.488t-.05-.612l.7-3.05q.075-.3.313-.5t.537-.192q-.125-.664-.322-1.261t-.497-1.166q-.225.125-.478.122t-.453-.153l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.22-.85q-.795-.35-1.607-.525T12%204q-.35%200-.715.038q-.366.037-.716.093L11.3%205.85q.125.3.063.625T11.05%207L8.7%209.05q-.25.225-.587.25T7.5%209.15l-2.28-1.4q-.595.95-.907%202.038T4%2012q0%20.4.1%201.3l2.2-.2q.35-.05.638.122q.287.172.412.478l1.2%202.85q.125.3.063.625T8.3%2017.7l-.95.8q.675.5%201.438.825t1.562.494m1.8-4.319q-.325.05-.6-.125t-.4-.475L9.8%2011.8q-.125-.3-.038-.625t.338-.525l2.55-2.15q.225-.225.55-.25t.6.15l2.8%201.65q.275.175.425.475t.075.625l-.8%203.25q-.075.325-.3.538t-.55.262zm-.147%205.5q-1.867%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709%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.35%2019.82l.3-1.42q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.38.95q.976-.575%201.75-1.378q.776-.803%201.3-1.803l-.28-.169q-.275-.2-.4-.488t-.05-.612l.7-3.05q.075-.3.313-.5t.537-.192q-.125-.664-.322-1.261t-.497-1.166q-.225.125-.478.122t-.453-.153l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.22-.85q-.795-.35-1.607-.525T12%204q-.35%200-.715.038q-.366.037-.716.093L11.3%205.85q.125.3.063.625T11.05%207L8.7%209.05q-.25.225-.587.25T7.5%209.15l-2.28-1.4q-.595.95-.907%202.038T4%2012q0%20.4.1%201.3l2.2-.2q.35-.05.638.122q.287.172.412.478l1.2%202.85q.125.3.063.625T8.3%2017.7l-.95.8q.675.5%201.438.825t1.562.494m1.8-4.319q-.325.05-.6-.125t-.4-.475L9.8%2011.8q-.125-.3-.038-.625t.338-.525l2.55-2.15q.225-.225.55-.25t.6.15l2.8%201.65q.275.175.425.475t.075.625l-.8%203.25q-.075.325-.3.538t-.55.262zm-.147%205.5q-1.867%200-3.51-.708q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709%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-and-outdoors.svg?color=%231a73e8&size=48