Jumping Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Jumping icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305929.svg" alt="Jumping icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305929.svg" alt="Jumping icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305929.svg" alt="Jumping icon" :width="24" :height="24" />
CSS background
.icon-jumping {
background-image: url('https://proicons.com/icon/305929.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M1000 271c0 69-56 125-125 125s-125-56-125-125 56-125 125-125 125 56 125 125zM846 438c-5-2-12-4-20-6-73-28-157-76-197-99l37-264c4-23-12-44-35-48-23-3-44 13-47 36l-42 291c-2 17 5 33 19 42 2 0 7 4 16 9l144 113c-21 92-67 159-109 201l-221 15-195-195c-16-16-43-16-59 0s-16 43 0 59l209 208c7 8 18 13 29 13l113 12-151 67L62 735c-20-12-45-5-56 15-12 20-5 46 15 57l292 167c6 4 13 5 20 5 3 0 6 0 8-1 1 1 209-40 301-82 8-4 233-117 275-358 4-46-9-80-71-100z"/></svg>
Copied!