Bottle Jump Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bottle 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/322896.svg" alt="Bottle Jump icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322896.svg" alt="Bottle Jump icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322896.svg" alt="Bottle Jump icon" :width="24" :height="24" />
CSS background
.icon-bottle-jump {
background-image: url('https://proicons.com/icon/322896.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.6766,8.6751c.3004-.4279-.4082-1.4431-1.5827-2.2676s-2.3701-1.1459-2.6704-.718l-1.4427,2.0551c-.3004.4279.4082,1.4431,1.5827,2.2676s2.3701,1.1459,2.6704.718l1.4427-2.0551Z"/><path class="b" d="M36.4721,10.893c-.8779,2.0328-.2288,5.2446-.6641,7.5475s-.2305,2.7338-3.0443,6.8122c-2.8138,4.0784-7.4029,8.666-8.3735,10.224s-.6909,3.4031-2.8256,5.4974-3.4969,1.581-4.2057,1.0834-.7882-1.6115-.7882-1.6115c-.74.5633-2.3954-.3035-2.9065-.6622s-1.8888-1.6212-1.6104-2.5085c0,0-1.0746.3038-1.7834-.1938s-1.6545-1.6044-.41-4.3236,3.0748-3.0831,4.2103-4.5254,3.8909-7.3171,6.7706-11.3492,3.3546-3.9858,5.3726-5.1778,5.2592-1.6727,6.8728-3.1891"/><path class="b" d="M34.7192,22.1614s-3.9743-.2945-6.991-2.4122-4.6441-5.7555-4.6441-5.7555"/><path class="b" d="M28.9798,30.0486s-2.9689-.3163-6.5131-2.8043-4.8505-5.1728-4.8505-5.1728"/><ellipse class="b" cx="29.9524" cy="15.6326" rx="1.4099" ry="6.4091" transform="translate(3.7262 36.9332) rotate(-66.6437)"/></svg>
Copied!