exercise icon
exercise-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- exercise-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
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.05l1.85-1.85l6.15 6.175zM7.25 22.8L1.2 16.75l1.8-1.8L9.05 21zm4.325-1.4L2.6 12.425L5.425 9.55l2.3 2.3l4.15-4.15L9.6 5.425l2.825-2.875l9.025 9.025l-2.875 2.825l-2.275-2.275l-4.15 4.15l2.3 2.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExerciseSharp(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.05l1.85-1.85l6.15 6.175zM7.25 22.8L1.2 16.75l1.8-1.8L9.05 21zm4.325-1.4L2.6 12.425L5.425 9.55l2.3 2.3l4.15-4.15L9.6 5.425l2.825-2.875l9.025 9.025l-2.875 2.825l-2.275-2.275l-4.15 4.15l2.3 2.3z"/></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.05l1.85-1.85l6.15 6.175zM7.25 22.8L1.2 16.75l1.8-1.8L9.05 21zm4.325-1.4L2.6 12.425L5.425 9.55l2.3 2.3l4.15-4.15L9.6 5.425l2.825-2.875l9.025 9.025l-2.875 2.825l-2.275-2.275l-4.15 4.15l2.3 2.3z"/></svg> </template>
CSS
.icon-exercise-sharp {
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.05l1.85-1.85l6.15%206.175zM7.25%2022.8L1.2%2016.75l1.8-1.8L9.05%2021zm4.325-1.4L2.6%2012.425L5.425%209.55l2.3%202.3l4.15-4.15L9.6%205.425l2.825-2.875l9.025%209.025l-2.875%202.825l-2.275-2.275l-4.15%204.15l2.3%202.3z%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.05l1.85-1.85l6.15%206.175zM7.25%2022.8L1.2%2016.75l1.8-1.8L9.05%2021zm4.325-1.4L2.6%2012.425L5.425%209.55l2.3%202.3l4.15-4.15L9.6%205.425l2.825-2.875l9.025%209.025l-2.875%202.825l-2.275-2.275l-4.15%204.15l2.3%202.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/exercise-sharp.svg?color=%231a73e8&size=48