jump rope icon
jump-rope from Material Design Icons by Pictogrammers · Filled · Sport · Apache-2.0 Free for personal and commercial use.
- Name
- jump-rope
- Set
- Material Design Icons
- Style
- Filled
- Category
- Sport
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More sport icons from Material Design Icons
Use the jump rope icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 1.3-.8 3.8-3.8 3.8h-1.5c.4-.4.8-.9 1-1.5h.5c2.1 0 2.2-1.9 2.2-2.2V12c-.7-.1-1.2-.7-1.2-1.5v-6c0-.8.7-1.5 1.5-1.5h1c.8 0 1.5.7 1.5 1.5m-6.2 13.7c0 1.5-1.2 2.8-2.8 2.8H8c-3 0-3.8-2.5-3.8-3.8V12c-.7-.1-1.2-.8-1.2-1.5v-6C3 3.7 3.7 3 4.5 3h1C6.3 3 7 3.7 7 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 .4.1 2.2 2.2 2.2h1.6q-.3-.6-.3-1.2v-10c0-1.5 1.2-2.8 2.8-2.8s2.7 1.2 2.7 2.8m-1.6-.1c0-.6-.5-1.2-1.2-1.2s-1.2.6-1.2 1.2v10c0 .7.6 1.2 1.2 1.2s1.2-.6 1.2-1.2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiJumpRope(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="M21 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 1.3-.8 3.8-3.8 3.8h-1.5c.4-.4.8-.9 1-1.5h.5c2.1 0 2.2-1.9 2.2-2.2V12c-.7-.1-1.2-.7-1.2-1.5v-6c0-.8.7-1.5 1.5-1.5h1c.8 0 1.5.7 1.5 1.5m-6.2 13.7c0 1.5-1.2 2.8-2.8 2.8H8c-3 0-3.8-2.5-3.8-3.8V12c-.7-.1-1.2-.8-1.2-1.5v-6C3 3.7 3.7 3 4.5 3h1C6.3 3 7 3.7 7 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 .4.1 2.2 2.2 2.2h1.6q-.3-.6-.3-1.2v-10c0-1.5 1.2-2.8 2.8-2.8s2.7 1.2 2.7 2.8m-1.6-.1c0-.6-.5-1.2-1.2-1.2s-1.2.6-1.2 1.2v10c0 .7.6 1.2 1.2 1.2s1.2-.6 1.2-1.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 1.3-.8 3.8-3.8 3.8h-1.5c.4-.4.8-.9 1-1.5h.5c2.1 0 2.2-1.9 2.2-2.2V12c-.7-.1-1.2-.7-1.2-1.5v-6c0-.8.7-1.5 1.5-1.5h1c.8 0 1.5.7 1.5 1.5m-6.2 13.7c0 1.5-1.2 2.8-2.8 2.8H8c-3 0-3.8-2.5-3.8-3.8V12c-.7-.1-1.2-.8-1.2-1.5v-6C3 3.7 3.7 3 4.5 3h1C6.3 3 7 3.7 7 4.5v6c0 .7-.5 1.4-1.2 1.5v5.3c0 .4.1 2.2 2.2 2.2h1.6q-.3-.6-.3-1.2v-10c0-1.5 1.2-2.8 2.8-2.8s2.7 1.2 2.7 2.8m-1.6-.1c0-.6-.5-1.2-1.2-1.2s-1.2.6-1.2 1.2v10c0 .7.6 1.2 1.2 1.2s1.2-.6 1.2-1.2z"/></svg> </template>
CSS
.icon-jump-rope {
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%22M21%204.5v6c0%20.7-.5%201.4-1.2%201.5v5.3c0%201.3-.8%203.8-3.8%203.8h-1.5c.4-.4.8-.9%201-1.5h.5c2.1%200%202.2-1.9%202.2-2.2V12c-.7-.1-1.2-.7-1.2-1.5v-6c0-.8.7-1.5%201.5-1.5h1c.8%200%201.5.7%201.5%201.5m-6.2%2013.7c0%201.5-1.2%202.8-2.8%202.8H8c-3%200-3.8-2.5-3.8-3.8V12c-.7-.1-1.2-.8-1.2-1.5v-6C3%203.7%203.7%203%204.5%203h1C6.3%203%207%203.7%207%204.5v6c0%20.7-.5%201.4-1.2%201.5v5.3c0%20.4.1%202.2%202.2%202.2h1.6q-.3-.6-.3-1.2v-10c0-1.5%201.2-2.8%202.8-2.8s2.7%201.2%202.7%202.8m-1.6-.1c0-.6-.5-1.2-1.2-1.2s-1.2.6-1.2%201.2v10c0%20.7.6%201.2%201.2%201.2s1.2-.6%201.2-1.2z%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%22M21%204.5v6c0%20.7-.5%201.4-1.2%201.5v5.3c0%201.3-.8%203.8-3.8%203.8h-1.5c.4-.4.8-.9%201-1.5h.5c2.1%200%202.2-1.9%202.2-2.2V12c-.7-.1-1.2-.7-1.2-1.5v-6c0-.8.7-1.5%201.5-1.5h1c.8%200%201.5.7%201.5%201.5m-6.2%2013.7c0%201.5-1.2%202.8-2.8%202.8H8c-3%200-3.8-2.5-3.8-3.8V12c-.7-.1-1.2-.8-1.2-1.5v-6C3%203.7%203.7%203%204.5%203h1C6.3%203%207%203.7%207%204.5v6c0%20.7-.5%201.4-1.2%201.5v5.3c0%20.4.1%202.2%202.2%202.2h1.6q-.3-.6-.3-1.2v-10c0-1.5%201.2-2.8%202.8-2.8s2.7%201.2%202.7%202.8m-1.6-.1c0-.6-.5-1.2-1.2-1.2s-1.2.6-1.2%201.2v10c0%20.7.6%201.2%201.2%201.2s1.2-.6%201.2-1.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/jump-rope.svg?color=%231a73e8&size=48