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

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

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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="m20.65 9.375l-1.4-1.4L20 7.2L16.8 4l-.775.75L14.6 3.325l.75-.775q.575-.575 1.425-.563t1.425.588L21.425 5.8Q22 6.375 22 7.212t-.575 1.413zM8.65 21.4q-.575.575-1.412.575T5.825 21.4L2.6 18.175q-.575-.575-.575-1.412T2.6 15.35l.75-.75l1.425 1.425l-.775.75L7.225 20l.75-.775L9.4 20.65zm9.925-8.4L20 11.575L12.425 4L11 5.425zm-7 7L13 18.55L5.45 11L4 12.425zm-.15-5.85l2.75-2.725l-1.6-1.6l-2.725 2.75zM13 21.4q-.575.575-1.425.575T10.15 21.4L2.6 13.85q-.575-.575-.575-1.425T2.6 11l1.425-1.425Q4.6 9 5.437 9t1.413.575l1.575 1.575l2.75-2.75L9.6 6.85q-.575-.575-.575-1.425T9.6 4l1.425-1.425Q11.6 2 12.438 2t1.412.575l7.575 7.575q.575.575.575 1.412t-.575 1.413L20 14.4q-.575.575-1.425.575T17.15 14.4l-1.55-1.575l-2.75 2.75l1.575 1.575q.575.575.575 1.413t-.575 1.412z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsExerciseOutline(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="m20.65 9.375l-1.4-1.4L20 7.2L16.8 4l-.775.75L14.6 3.325l.75-.775q.575-.575 1.425-.563t1.425.588L21.425 5.8Q22 6.375 22 7.212t-.575 1.413zM8.65 21.4q-.575.575-1.412.575T5.825 21.4L2.6 18.175q-.575-.575-.575-1.412T2.6 15.35l.75-.75l1.425 1.425l-.775.75L7.225 20l.75-.775L9.4 20.65zm9.925-8.4L20 11.575L12.425 4L11 5.425zm-7 7L13 18.55L5.45 11L4 12.425zm-.15-5.85l2.75-2.725l-1.6-1.6l-2.725 2.75zM13 21.4q-.575.575-1.425.575T10.15 21.4L2.6 13.85q-.575-.575-.575-1.425T2.6 11l1.425-1.425Q4.6 9 5.437 9t1.413.575l1.575 1.575l2.75-2.75L9.6 6.85q-.575-.575-.575-1.425T9.6 4l1.425-1.425Q11.6 2 12.438 2t1.412.575l7.575 7.575q.575.575.575 1.412t-.575 1.413L20 14.4q-.575.575-1.425.575T17.15 14.4l-1.55-1.575l-2.75 2.75l1.575 1.575q.575.575.575 1.413t-.575 1.412z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.65 9.375l-1.4-1.4L20 7.2L16.8 4l-.775.75L14.6 3.325l.75-.775q.575-.575 1.425-.563t1.425.588L21.425 5.8Q22 6.375 22 7.212t-.575 1.413zM8.65 21.4q-.575.575-1.412.575T5.825 21.4L2.6 18.175q-.575-.575-.575-1.412T2.6 15.35l.75-.75l1.425 1.425l-.775.75L7.225 20l.75-.775L9.4 20.65zm9.925-8.4L20 11.575L12.425 4L11 5.425zm-7 7L13 18.55L5.45 11L4 12.425zm-.15-5.85l2.75-2.725l-1.6-1.6l-2.725 2.75zM13 21.4q-.575.575-1.425.575T10.15 21.4L2.6 13.85q-.575-.575-.575-1.425T2.6 11l1.425-1.425Q4.6 9 5.437 9t1.413.575l1.575 1.575l2.75-2.75L9.6 6.85q-.575-.575-.575-1.425T9.6 4l1.425-1.425Q11.6 2 12.438 2t1.412.575l7.575 7.575q.575.575.575 1.412t-.575 1.413L20 14.4q-.575.575-1.425.575T17.15 14.4l-1.55-1.575l-2.75 2.75l1.575 1.575q.575.575.575 1.413t-.575 1.412z"/></svg>
</template>

CSS

.icon-exercise-outline {
  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%22m20.65%209.375l-1.4-1.4L20%207.2L16.8%204l-.775.75L14.6%203.325l.75-.775q.575-.575%201.425-.563t1.425.588L21.425%205.8Q22%206.375%2022%207.212t-.575%201.413zM8.65%2021.4q-.575.575-1.412.575T5.825%2021.4L2.6%2018.175q-.575-.575-.575-1.412T2.6%2015.35l.75-.75l1.425%201.425l-.775.75L7.225%2020l.75-.775L9.4%2020.65zm9.925-8.4L20%2011.575L12.425%204L11%205.425zm-7%207L13%2018.55L5.45%2011L4%2012.425zm-.15-5.85l2.75-2.725l-1.6-1.6l-2.725%202.75zM13%2021.4q-.575.575-1.425.575T10.15%2021.4L2.6%2013.85q-.575-.575-.575-1.425T2.6%2011l1.425-1.425Q4.6%209%205.437%209t1.413.575l1.575%201.575l2.75-2.75L9.6%206.85q-.575-.575-.575-1.425T9.6%204l1.425-1.425Q11.6%202%2012.438%202t1.412.575l7.575%207.575q.575.575.575%201.412t-.575%201.413L20%2014.4q-.575.575-1.425.575T17.15%2014.4l-1.55-1.575l-2.75%202.75l1.575%201.575q.575.575.575%201.413t-.575%201.412z%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%22m20.65%209.375l-1.4-1.4L20%207.2L16.8%204l-.775.75L14.6%203.325l.75-.775q.575-.575%201.425-.563t1.425.588L21.425%205.8Q22%206.375%2022%207.212t-.575%201.413zM8.65%2021.4q-.575.575-1.412.575T5.825%2021.4L2.6%2018.175q-.575-.575-.575-1.412T2.6%2015.35l.75-.75l1.425%201.425l-.775.75L7.225%2020l.75-.775L9.4%2020.65zm9.925-8.4L20%2011.575L12.425%204L11%205.425zm-7%207L13%2018.55L5.45%2011L4%2012.425zm-.15-5.85l2.75-2.725l-1.6-1.6l-2.725%202.75zM13%2021.4q-.575.575-1.425.575T10.15%2021.4L2.6%2013.85q-.575-.575-.575-1.425T2.6%2011l1.425-1.425Q4.6%209%205.437%209t1.413.575l1.575%201.575l2.75-2.75L9.6%206.85q-.575-.575-.575-1.425T9.6%204l1.425-1.425Q11.6%202%2012.438%202t1.412.575l7.575%207.575q.575.575.575%201.412t-.575%201.413L20%2014.4q-.575.575-1.425.575T17.15%2014.4l-1.55-1.575l-2.75%202.75l1.575%201.575q.575.575.575%201.413t-.575%201.412z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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