sports gymnastics icon
sports-gymnastics from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-gymnastics
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sports-gymnastics-outline, sports-gymnastics-outline-sharp, sports-gymnastics-sharp
1 other variant in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the sports gymnastics icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-.5-10L8 11H1V9h6l7-5l1.3 1.525L11.15 8.5H14L21.8 4L23 5.4L14.5 12L14 22zM6 8q-.825 0-1.412-.587T4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsGymnastics(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="m12 22l-.5-10L8 11H1V9h6l7-5l1.3 1.525L11.15 8.5H14L21.8 4L23 5.4L14.5 12L14 22zM6 8q-.825 0-1.412-.587T4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-.5-10L8 11H1V9h6l7-5l1.3 1.525L11.15 8.5H14L21.8 4L23 5.4L14.5 12L14 22zM6 8q-.825 0-1.412-.587T4 6t.588-1.412T6 4t1.413.588T8 6t-.587 1.413T6 8"/></svg> </template>
CSS
.icon-sports-gymnastics {
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%22m12%2022l-.5-10L8%2011H1V9h6l7-5l1.3%201.525L11.15%208.5H14L21.8%204L23%205.4L14.5%2012L14%2022zM6%208q-.825%200-1.412-.587T4%206t.588-1.412T6%204t1.413.588T8%206t-.587%201.413T6%208%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%22m12%2022l-.5-10L8%2011H1V9h6l7-5l1.3%201.525L11.15%208.5H14L21.8%204L23%205.4L14.5%2012L14%2022zM6%208q-.825%200-1.412-.587T4%206t.588-1.412T6%204t1.413.588T8%206t-.587%201.413T6%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-gymnastics.svg?color=%231a73e8&size=48