Doodle Jump Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doodle Jump 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/324678.svg" alt="Doodle Jump icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324678.svg" alt="Doodle Jump icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324678.svg" alt="Doodle Jump icon" :width="24" :height="24" />
CSS background
.icon-doodle-jump {
background-image: url('https://proicons.com/icon/324678.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-linecap:round;}.c,.d{fill:none;stroke:#000;stroke-linejoin:round;}.e{fill:#000;stroke-width:0px;}</style></defs><circle class="e" cx="25.3729" cy="15.3826" r=".75"/><circle class="e" cx="21.9969" cy="15.842" r=".75"/><path class="d" d="m29.8975,24.4338c-.5052-2.1589-.0915-3.192,1.6308-4.3635s5.6045-1.3783,9.7455.4303c2.5414-1.4417.632-5.5764-1.2213-7.7758-4.4819,2.8449-8.1802,3.6026-11.0282,1.6277-3.6016-5.643-8.0534-9.1073-13.9302-8.4691-4.5828.4979-8.6729,5.749-9.4192,10.1343-.7796,4.483,1.2348,8.8672,2.3065,12.2453,1.1049,3.8656,1.8845,6.8861,2.0788,9.3547,5.3925-.0977,15.7533-3.4425,21.5034-4.8073.0655-1.4292-.342-3.401-1.6651-8.3756l-.001-.001Z"/><path class="c" d="m8.7611,32.5817c5.6523-1.8834,10.2964-2.5663,13.4479-3.086s7.2437-1.2993,8.5429-1.6236m-23.6477.7141c1.767-.7796,17.3124-3.1182,22.6394-4.352m-19.6189,12.0509c.6496-.6174.422-.9739,2.4042-1.267s6.1388-1.1039,10.3297-2.111,7.3081-1.5269,8.6406-1.0394m6.5057-17.9299c-.1143,1.3325.9417,5.0068,2.8937,6.2936m-12.3243,13.4874l1.0394,4.3531c1.0064-.0914,2.005-.2543,2.9883-.4875m-9.0294-2.3065c.053,1.6319.4023,3.0559.7151,4.5152.6081.1613,1.2491.1502,1.8512-.0322m-7.8611-3.0216c.0218,1.7816.184,3.35.5519,4.6129.975.21,1.6568.0987,2.241-.1299m-7.86-3.7679c.1819,1.7026.3492,3.2981.1954,4.5796.9303.2307,1.951.1892,2.5008,0"/></svg>
Copied!