sports and outdoors icon
sports-and-outdoors from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-and-outdoors
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sports-and-outdoors-outline, sports-and-outdoors-outline-rounded, sports-and-outdoors-outline-sharp, sports-and-outdoors-rounded, sports-and-outdoors-sharp
The same icon in other sets
More activities icons from Material Symbols
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.8l.3-1.4q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.4.95q.975-.575 1.75-1.387t1.3-1.813l-.3-.15q-.275-.2-.4-.487t-.05-.613l.7-3.05q.075-.3.313-.5t.537-.25q-.125-.625-.312-1.213T19.1 8.3q-.225.125-.488.113t-.462-.163l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.2-.85q-.775-.35-1.588-.525T12 4q-.35 0-.725.038t-.725.112l.75 1.7q.125.3.063.625T11.05 7L8.7 9.05q-.25.225-.587.25T7.5 9.15l-2.3-1.4q-.575.95-.887 2.038T4 12q0 .4.1 1.3l2.2-.2q.35-.05.638.113t.412.487l1.2 2.85q.125.3.063.625T8.3 17.7l-.95.8q.675.5 1.438.825t1.562.475m1.8-4.3q-.325.05-.6-.125t-.4-.475L9.8 11.8q-.125-.3-.037-.625t.337-.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.262zM12 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 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsAndOutdoors(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.8l.3-1.4q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.4.95q.975-.575 1.75-1.387t1.3-1.813l-.3-.15q-.275-.2-.4-.487t-.05-.613l.7-3.05q.075-.3.313-.5t.537-.25q-.125-.625-.312-1.213T19.1 8.3q-.225.125-.488.113t-.462-.163l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.2-.85q-.775-.35-1.588-.525T12 4q-.35 0-.725.038t-.725.112l.75 1.7q.125.3.063.625T11.05 7L8.7 9.05q-.25.225-.587.25T7.5 9.15l-2.3-1.4q-.575.95-.887 2.038T4 12q0 .4.1 1.3l2.2-.2q.35-.05.638.113t.412.487l1.2 2.85q.125.3.063.625T8.3 17.7l-.95.8q.675.5 1.438.825t1.562.475m1.8-4.3q-.325.05-.6-.125t-.4-.475L9.8 11.8q-.125-.3-.037-.625t.337-.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.262zM12 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 22"/></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.8l.3-1.4q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.4.95q.975-.575 1.75-1.387t1.3-1.813l-.3-.15q-.275-.2-.4-.487t-.05-.613l.7-3.05q.075-.3.313-.5t.537-.25q-.125-.625-.312-1.213T19.1 8.3q-.225.125-.488.113t-.462-.163l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.2-.85q-.775-.35-1.588-.525T12 4q-.35 0-.725.038t-.725.112l.75 1.7q.125.3.063.625T11.05 7L8.7 9.05q-.25.225-.587.25T7.5 9.15l-2.3-1.4q-.575.95-.887 2.038T4 12q0 .4.1 1.3l2.2-.2q.35-.05.638.113t.412.487l1.2 2.85q.125.3.063.625T8.3 17.7l-.95.8q.675.5 1.438.825t1.562.475m1.8-4.3q-.325.05-.6-.125t-.4-.475L9.8 11.8q-.125-.3-.037-.625t.337-.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.262zM12 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 22"/></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.8l.3-1.4q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.4.95q.975-.575%201.75-1.387t1.3-1.813l-.3-.15q-.275-.2-.4-.487t-.05-.613l.7-3.05q.075-.3.313-.5t.537-.25q-.125-.625-.312-1.213T19.1%208.3q-.225.125-.488.113t-.462-.163l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.2-.85q-.775-.35-1.588-.525T12%204q-.35%200-.725.038t-.725.112l.75%201.7q.125.3.063.625T11.05%207L8.7%209.05q-.25.225-.587.25T7.5%209.15l-2.3-1.4q-.575.95-.887%202.038T4%2012q0%20.4.1%201.3l2.2-.2q.35-.05.638.113t.412.487l1.2%202.85q.125.3.063.625T8.3%2017.7l-.95.8q.675.5%201.438.825t1.562.475m1.8-4.3q-.325.05-.6-.125t-.4-.475L9.8%2011.8q-.125-.3-.037-.625t.337-.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.262zM12%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%2022%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.8l.3-1.4q.075-.325.313-.537t.587-.263l3.1-.25q.325-.05.6.125t.4.475l.4.95q.975-.575%201.75-1.387t1.3-1.813l-.3-.15q-.275-.2-.4-.487t-.05-.613l.7-3.05q.075-.3.313-.5t.537-.25q-.125-.625-.312-1.213T19.1%208.3q-.225.125-.488.113t-.462-.163l-2.65-1.6q-.275-.175-.4-.475t-.05-.625l.2-.85q-.775-.35-1.588-.525T12%204q-.35%200-.725.038t-.725.112l.75%201.7q.125.3.063.625T11.05%207L8.7%209.05q-.25.225-.587.25T7.5%209.15l-2.3-1.4q-.575.95-.887%202.038T4%2012q0%20.4.1%201.3l2.2-.2q.35-.05.638.113t.412.487l1.2%202.85q.125.3.063.625T8.3%2017.7l-.95.8q.675.5%201.438.825t1.562.475m1.8-4.3q-.325.05-.6-.125t-.4-.475L9.8%2011.8q-.125-.3-.037-.625t.337-.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.262zM12%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%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-and-outdoors.svg?color=%231a73e8&size=48