Sports And Outdoors icon

Sports And Outdoors is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

sports_and_outdoors_outlined_fill0_wght400.svg

Sports And Outdoors icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=sports_and_outdoors" />

<span class="material-symbols-outlined">sports_and_outdoors</span>

Sports And Outdoors icon in React

// With the font from the HTML tab:
export function SportsAndOutdoorsIcon() {
  return (
    <span className="material-symbols-outlined">
      sports_and_outdoors
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SportsAndOutdoorsIcon from "@material-symbols/svg-400/outlined/sports_and_outdoors.svg?react";

Sports And Outdoors icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">sports_and_outdoors</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SportsAndOutdoorsIcon from "@material-symbols/svg-400/outlined/sports_and_outdoors.svg?component"; -->

Sports And Outdoors icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">sports_and_outdoors</mat-icon>

Sports And Outdoors icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.sports_and_outdoors, fill: 0, weight: 400)

Sports And Outdoors icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/sports_and_outdoors.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m10.225 20.325 .4-1.45q.125-.35 .35-.6t.575-.275l3.325-.25q.375-.025 .663 .15t.412 .5l.325 .975q1.05-.65 1.888-1.487T19.525 15.975l-.25-.2q-.325-.2-.45-.5t-.075-.625l.75-3.3q.05-.35 .313-.537T20.4 10.6q-.125-.65-.337-1.3T19.525 8q-.2 .15-.45 .15t-.5-.175l-2.8-1.65q-.275-.175-.4-.487t-.075-.663l.225-.9q-.825-.4-1.712-.587T12 3.5q-.4 0-.775 .013t-.775 .062l.85 1.8q.15 .325 .05 .675t-.4 .6l-2.475 2.2q-.3 .175-.65 .213t-.675-.163l-2.375-1.4q-.65 1.025-.962 2.163T3.5 12q0 .45 .1 1.35l2.35-.225q.35-.05 .663 .138T7.075 13.8l1.2 3.075q.15 .325 .088 .625T8.025 18.05l-.95 .9q.7 .5 1.488 .838T10.225 20.325Zm1.975-4.575q-.375 .025-.662-.15T11.1 15.1l-1.5-3.325q-.125-.325-.012-.65t.412-.525l2.7-2.375q.25-.25 .6-.237t.675 .187l2.95 1.775q.3 .175 .425 .488t.05 .662l-.75 3.5q-.1 .3-.362 .525T15.75 15.375l-3.55 .375Zm-.2 6.25q-2.075 0-3.9-.787T4.925 19.075q-1.35-1.35-2.137-3.175T2 12q0-2.075 .788-3.9T4.925 4.925q1.35-1.35 3.175-2.137T12 2q2.075 0 3.9 .788T19.075 4.925q1.35 1.35 2.138 3.175T22 12q0 2.075-.787 3.9T19.075 19.075q-1.35 1.35-3.175 2.138T12 22Z" />
</vector>

Sports And Outdoors icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/sports_and_outdoors.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/sports_and_outdoors.svg" width="24" height="24" alt="Sports And Outdoors">

Sports And Outdoors icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSports And Outdoors
Ligaturesports_and_outdoors
Code pointU+EFB8
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sports_and_outdoors.svg, sports_and_outdoors-fill.svg
FlutterSymbols.sports_and_outdoors
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiesactionentertainmentplaymovementactivityleisuregameactiverecreationtrackexercisefitness

Related icons