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

Name
exercise
Set
Material Symbols Light
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
exercise-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the exercise icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.475 9.294l-4.8-4.8l.425-.425q.306-.306.742-.303q.437.003.743.309l3.32 3.34q.307.306.307.73t-.306.73zM8.823 19.977q-.287.287-.71.306t-.711-.267l-3.379-3.36q-.306-.306-.306-.74q0-.433.306-.739l.496-.496l4.8 4.8zm3.318-.065q-.243.242-.566.242t-.565-.242L4.088 12.99q-.243-.243-.243-.566t.242-.565L5.57 10.37q.243-.242.569-.242t.568.242l1.863 1.883l3.688-3.688l-1.882-1.864q-.243-.242-.243-.565t.243-.566l1.482-1.507q.243-.243.578-.243t.578.242l6.921 6.921q.243.243.243.578t-.243.578l-1.507 1.483q-.243.242-.566.242t-.565-.242l-1.864-1.883l-3.688 3.689l1.883 1.863q.242.242.242.568t-.242.569z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightExercise(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="m19.475 9.294l-4.8-4.8l.425-.425q.306-.306.742-.303q.437.003.743.309l3.32 3.34q.307.306.307.73t-.306.73zM8.823 19.977q-.287.287-.71.306t-.711-.267l-3.379-3.36q-.306-.306-.306-.74q0-.433.306-.739l.496-.496l4.8 4.8zm3.318-.065q-.243.242-.566.242t-.565-.242L4.088 12.99q-.243-.243-.243-.566t.242-.565L5.57 10.37q.243-.242.569-.242t.568.242l1.863 1.883l3.688-3.688l-1.882-1.864q-.243-.242-.243-.565t.243-.566l1.482-1.507q.243-.243.578-.243t.578.242l6.921 6.921q.243.243.243.578t-.243.578l-1.507 1.483q-.243.242-.566.242t-.565-.242l-1.864-1.883l-3.688 3.689l1.883 1.863q.242.242.242.568t-.242.569z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.475 9.294l-4.8-4.8l.425-.425q.306-.306.742-.303q.437.003.743.309l3.32 3.34q.307.306.307.73t-.306.73zM8.823 19.977q-.287.287-.71.306t-.711-.267l-3.379-3.36q-.306-.306-.306-.74q0-.433.306-.739l.496-.496l4.8 4.8zm3.318-.065q-.243.242-.566.242t-.565-.242L4.088 12.99q-.243-.243-.243-.566t.242-.565L5.57 10.37q.243-.242.569-.242t.568.242l1.863 1.883l3.688-3.688l-1.882-1.864q-.243-.242-.243-.565t.243-.566l1.482-1.507q.243-.243.578-.243t.578.242l6.921 6.921q.243.243.243.578t-.243.578l-1.507 1.483q-.243.242-.566.242t-.565-.242l-1.864-1.883l-3.688 3.689l1.883 1.863q.242.242.242.568t-.242.569z"/></svg>
</template>

CSS

.icon-exercise {
  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%22m19.475%209.294l-4.8-4.8l.425-.425q.306-.306.742-.303q.437.003.743.309l3.32%203.34q.307.306.307.73t-.306.73zM8.823%2019.977q-.287.287-.71.306t-.711-.267l-3.379-3.36q-.306-.306-.306-.74q0-.433.306-.739l.496-.496l4.8%204.8zm3.318-.065q-.243.242-.566.242t-.565-.242L4.088%2012.99q-.243-.243-.243-.566t.242-.565L5.57%2010.37q.243-.242.569-.242t.568.242l1.863%201.883l3.688-3.688l-1.882-1.864q-.243-.242-.243-.565t.243-.566l1.482-1.507q.243-.243.578-.243t.578.242l6.921%206.921q.243.243.243.578t-.243.578l-1.507%201.483q-.243.242-.566.242t-.565-.242l-1.864-1.883l-3.688%203.689l1.883%201.863q.242.242.242.568t-.242.569z%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%22m19.475%209.294l-4.8-4.8l.425-.425q.306-.306.742-.303q.437.003.743.309l3.32%203.34q.307.306.307.73t-.306.73zM8.823%2019.977q-.287.287-.71.306t-.711-.267l-3.379-3.36q-.306-.306-.306-.74q0-.433.306-.739l.496-.496l4.8%204.8zm3.318-.065q-.243.242-.566.242t-.565-.242L4.088%2012.99q-.243-.243-.243-.566t.242-.565L5.57%2010.37q.243-.242.569-.242t.568.242l1.863%201.883l3.688-3.688l-1.882-1.864q-.243-.242-.243-.565t.243-.566l1.482-1.507q.243-.243.578-.243t.578.242l6.921%206.921q.243.243.243.578t-.243.578l-1.507%201.483q-.243.242-.566.242t-.565-.242l-1.864-1.883l-3.688%203.689l1.883%201.863q.242.242.242.568t-.242.569z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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