Jellybook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jellybook 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/342216.svg" alt="Jellybook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342216.svg" alt="Jellybook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342216.svg" alt="Jellybook icon" :width="24" :height="24" />
CSS background
.icon-jellybook {
background-image: url('https://proicons.com/icon/342216.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.5,40V6.5c0-1.1046-.8954-2-2-2H10.5c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h27c1.1046,0,2-.8954,2-2V9c0-1.1046-.8954-2-2-2"/><path class="b" d="M23.2008,18.3586c-.762,0-3.2218,4.4587-2.8503,5.2112s5.329.7478,5.7006,0-2.0836-5.2112-2.8503-5.2112Z"/><path class="b" d="M23.2008,11.5388c-2.3,0-9.7173,13.4419-8.5837,15.7089,1.1335,2.267,16.0528,2.2435,17.1722,0s-6.2838-15.7089-8.5885-15.7089ZM28.8449,25.2771c-.7337,1.4721-10.5122,1.4909-11.2553,0s4.1061-10.2907,5.6112-10.2907,6.359,8.8233,5.6441,10.2907Z"/><path class="b" d="M18.5,4.5c-1.1046,0-2,.8954-2,2v5.2418l-2-1.4836-2,1.4836M14.5,4.5c-1.1046,0-2,.8954-2,2v5.2418"/></svg>
Copied!