Jellify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jellify 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/327655.svg" alt="Jellify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327655.svg" alt="Jellify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327655.svg" alt="Jellify icon" :width="24" :height="24" />
CSS background
.icon-jellify {
background-image: url('https://proicons.com/icon/327655.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M29.0141,24.2376c6.4091-.7421,8.7013,7.596,14.0309,8.4843M28.0876,25.6025c3.2185.1809,3.4065,5.0542,6.3046,6.5032,2.4723,1.2362,4.527,1.4454,5.331,4.1255M26.4377,27.1784c1.8025,1.8346,3.5674,3.5201,4.7397,5.8649,1.2757,2.5514,1.7062,8.099,5.9472,6.4026M25.0525,28.135c2.3132,1.7369.6453,4.504,1.7047,6.6228,1.6812,3.3624,4.5131,5.413,2.5985,9.2422M16.1884,30.3197c-7.4333,4.1041-17.2877-10.5542-6.3812-21.4642,10.9065-10.91,25.5679-1.0601,21.4661,6.3745M26.7789,17.2449c3.448-6.9603-4.3659-11.0298-11.9913-3.4043-7.6254,7.6254-3.5559,15.4394,3.4043,11.9913M18.7567,18.1367c-1.3031,1.419-2.5217,3.7114-1.5328,4.5902.989.8788,3.3572-.5303,4.7406-1.947,1.3834-1.4167,2.6821-3.7078,1.5325-4.5911-1.0936-.8404-3.3516.4357-4.7403,1.9479ZM9.3703,25.2458c3.0441,5.8996,10.7333,1.881,10.7333,1.881,0,0-7.6893,4.0185-10.7333-1.881ZM28.0738,19.1566s4.0185-7.6893-1.881-10.7333c5.8996,3.0441,1.881,10.7333,1.881,10.7333ZM28.0565,19.18c2.4748,2.7465,1.4489,4.9159-.7824,7.1471s-4.4006,3.2572-7.1471.7824c0,0,2.1989-.9597,4.627-3.3025,2.4281-2.3429,3.3025-4.627,3.3025-4.627h0Z"/></svg>
Copied!