exercise icon
exercise-outline-sharp from Material Symbols by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- exercise-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
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.325l2.15-2.2l6.1 6.1zM1.2 16.75l2.15-2.15l1.425 1.425l-.775.75L7.225 20l.75-.775L9.4 20.65L7.25 22.8zM18.575 13L20 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.75zm4.425 4.4l-4.275 4.275l-10.4-10.4L5.45 8.15l2.975 3l2.75-2.75l-3-2.975l4.25-4.25l10.4 10.4l-4.25 4.25l-2.975-3l-2.75 2.75z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsExerciseOutlineSharp(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.325l2.15-2.2l6.1 6.1zM1.2 16.75l2.15-2.15l1.425 1.425l-.775.75L7.225 20l.75-.775L9.4 20.65L7.25 22.8zM18.575 13L20 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.75zm4.425 4.4l-4.275 4.275l-10.4-10.4L5.45 8.15l2.975 3l2.75-2.75l-3-2.975l4.25-4.25l10.4 10.4l-4.25 4.25l-2.975-3l-2.75 2.75z"/></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.325l2.15-2.2l6.1 6.1zM1.2 16.75l2.15-2.15l1.425 1.425l-.775.75L7.225 20l.75-.775L9.4 20.65L7.25 22.8zM18.575 13L20 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.75zm4.425 4.4l-4.275 4.275l-10.4-10.4L5.45 8.15l2.975 3l2.75-2.75l-3-2.975l4.25-4.25l10.4 10.4l-4.25 4.25l-2.975-3l-2.75 2.75z"/></svg> </template>
CSS
.icon-exercise-outline-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.65%209.375l-1.4-1.4L20%207.2L16.8%204l-.775.75L14.6%203.325l2.15-2.2l6.1%206.1zM1.2%2016.75l2.15-2.15l1.425%201.425l-.775.75L7.225%2020l.75-.775L9.4%2020.65L7.25%2022.8zM18.575%2013L20%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.75zm4.425%204.4l-4.275%204.275l-10.4-10.4L5.45%208.15l2.975%203l2.75-2.75l-3-2.975l4.25-4.25l10.4%2010.4l-4.25%204.25l-2.975-3l-2.75%202.75z%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.325l2.15-2.2l6.1%206.1zM1.2%2016.75l2.15-2.15l1.425%201.425l-.775.75L7.225%2020l.75-.775L9.4%2020.65L7.25%2022.8zM18.575%2013L20%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.75zm4.425%204.4l-4.275%204.275l-10.4-10.4L5.45%208.15l2.975%203l2.75-2.75l-3-2.975l4.25-4.25l10.4%2010.4l-4.25%204.25l-2.975-3l-2.75%202.75z%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-sharp.svg?color=%231a73e8&size=48