exercise icon
exercise from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- exercise
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- exercise-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.975 9.025l-6.05-6.05l.425-.425q.575-.575 1.425-.562t1.425.587L21.425 5.8Q22 6.375 22 7.213t-.575 1.412zM8.65 21.4q-.575.575-1.412.575T5.825 21.4L2.6 18.175q-.575-.575-.575-1.412T2.6 15.35l.4-.4L9.05 21zm3.625-.7q-.3.3-.7.3t-.7-.3L3.3 13.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l1.575 1.575l4.15-4.15L10.3 6.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l7.575 7.575q.3.3.3.713t-.3.712l-1.45 1.425q-.3.3-.7.3t-.7-.3L16.3 12.125l-4.15 4.15l1.575 1.575q.3.3.3.712t-.3.713z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExercise(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.975 9.025l-6.05-6.05l.425-.425q.575-.575 1.425-.562t1.425.587L21.425 5.8Q22 6.375 22 7.213t-.575 1.412zM8.65 21.4q-.575.575-1.412.575T5.825 21.4L2.6 18.175q-.575-.575-.575-1.412T2.6 15.35l.4-.4L9.05 21zm3.625-.7q-.3.3-.7.3t-.7-.3L3.3 13.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l1.575 1.575l4.15-4.15L10.3 6.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l7.575 7.575q.3.3.3.713t-.3.712l-1.45 1.425q-.3.3-.7.3t-.7-.3L16.3 12.125l-4.15 4.15l1.575 1.575q.3.3.3.712t-.3.713z"/></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.975 9.025l-6.05-6.05l.425-.425q.575-.575 1.425-.562t1.425.587L21.425 5.8Q22 6.375 22 7.213t-.575 1.412zM8.65 21.4q-.575.575-1.412.575T5.825 21.4L2.6 18.175q-.575-.575-.575-1.412T2.6 15.35l.4-.4L9.05 21zm3.625-.7q-.3.3-.7.3t-.7-.3L3.3 13.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l1.575 1.575l4.15-4.15L10.3 6.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l7.575 7.575q.3.3.3.713t-.3.712l-1.45 1.425q-.3.3-.7.3t-.7-.3L16.3 12.125l-4.15 4.15l1.575 1.575q.3.3.3.712t-.3.713z"/></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%22m20.975%209.025l-6.05-6.05l.425-.425q.575-.575%201.425-.562t1.425.587L21.425%205.8Q22%206.375%2022%207.213t-.575%201.412zM8.65%2021.4q-.575.575-1.412.575T5.825%2021.4L2.6%2018.175q-.575-.575-.575-1.412T2.6%2015.35l.4-.4L9.05%2021zm3.625-.7q-.3.3-.7.3t-.7-.3L3.3%2013.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l1.575%201.575l4.15-4.15L10.3%206.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l7.575%207.575q.3.3.3.713t-.3.712l-1.45%201.425q-.3.3-.7.3t-.7-.3L16.3%2012.125l-4.15%204.15l1.575%201.575q.3.3.3.712t-.3.713z%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.975%209.025l-6.05-6.05l.425-.425q.575-.575%201.425-.562t1.425.587L21.425%205.8Q22%206.375%2022%207.213t-.575%201.412zM8.65%2021.4q-.575.575-1.412.575T5.825%2021.4L2.6%2018.175q-.575-.575-.575-1.412T2.6%2015.35l.4-.4L9.05%2021zm3.625-.7q-.3.3-.7.3t-.7-.3L3.3%2013.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l1.575%201.575l4.15-4.15L10.3%206.125q-.3-.3-.3-.7t.3-.7l1.425-1.45q.3-.3.713-.3t.712.3l7.575%207.575q.3.3.3.713t-.3.712l-1.45%201.425q-.3.3-.7.3t-.7-.3L16.3%2012.125l-4.15%204.15l1.575%201.575q.3.3.3.712t-.3.713z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/exercise.svg?color=%231a73e8&size=48