exercise icon
exercise-sharp from Material Symbols Light by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- exercise-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
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.8l1.177-1.177l4.804 4.849zM8.096 20.704l-4.819-4.781l1.242-1.242l4.8 4.8zm3.479-.227l-8.052-8.052L6.136 9.8l2.435 2.454l3.688-3.688l-2.448-2.43l2.614-2.663l8.102 8.102l-2.664 2.614l-2.429-2.449l-3.688 3.689l2.454 2.434z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightExerciseSharp(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.8l1.177-1.177l4.804 4.849zM8.096 20.704l-4.819-4.781l1.242-1.242l4.8 4.8zm3.479-.227l-8.052-8.052L6.136 9.8l2.435 2.454l3.688-3.688l-2.448-2.43l2.614-2.663l8.102 8.102l-2.664 2.614l-2.429-2.449l-3.688 3.689l2.454 2.434z"/></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.8l1.177-1.177l4.804 4.849zM8.096 20.704l-4.819-4.781l1.242-1.242l4.8 4.8zm3.479-.227l-8.052-8.052L6.136 9.8l2.435 2.454l3.688-3.688l-2.448-2.43l2.614-2.663l8.102 8.102l-2.664 2.614l-2.429-2.449l-3.688 3.689l2.454 2.434z"/></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%22m19.475%209.294l-4.8-4.8l1.177-1.177l4.804%204.849zM8.096%2020.704l-4.819-4.781l1.242-1.242l4.8%204.8zm3.479-.227l-8.052-8.052L6.136%209.8l2.435%202.454l3.688-3.688l-2.448-2.43l2.614-2.663l8.102%208.102l-2.664%202.614l-2.429-2.449l-3.688%203.689l2.454%202.434z%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.8l1.177-1.177l4.804%204.849zM8.096%2020.704l-4.819-4.781l1.242-1.242l4.8%204.8zm3.479-.227l-8.052-8.052L6.136%209.8l2.435%202.454l3.688-3.688l-2.448-2.43l2.614-2.663l8.102%208.102l-2.664%202.614l-2.429-2.449l-3.688%203.689l2.454%202.434z%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-sharp.svg?color=%231a73e8&size=48