Jumbo Extras Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jumbo Extras 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/342307.svg" alt="Jumbo Extras icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342307.svg" alt="Jumbo Extras icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342307.svg" alt="Jumbo Extras icon" :width="24" :height="24" />
CSS background
.icon-jumbo-extras {
background-image: url('https://proicons.com/icon/342307.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;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M5.5,33.4667l19.1084-3.4462c2.2437,2.189,2.3262,5.3346,1.5411,8.8113,4.9907-2.5794,6.0634-5.5184,6.0073-10.1726l10.3432-1.8654"/><line class="b" x1="12.4164" y1="20.2288" x2="17.5947" y2="25.7132"/><line class="b" x1="16.521" y1="19.5175" x2="13.49" y2="26.4244"/><path class="b" d="M24.5178,24.5135l-1.0736-6.1957,2.0283-.3515c1.1467-.1987,2.2377.5718,2.4369,1.721s-.569,2.2419-1.7157,2.4406l-2.0283.3515"/><line class="b" x1="26.1937" y1="22.1279" x2="28.5741" y2="23.809"/><line class="b" x1="17.8191" y1="19.2926" x2="21.9237" y2="18.5813"/><line class="b" x1="20.945" y1="25.1326" x2="19.8714" y2="18.9369"/><path class="b" d="M36.1806,21.7933c.4656.4288.974.5305,1.6367.4156l.9173-.1589c.8536-.1479,1.4257-.9598,1.2778-1.8134l-.0012-.0067c-.1479-.8536-.9598-1.4257-1.8134-1.2778l-1.0118.1753c-.8545.1481-1.6673-.4246-1.8154-1.2791h0c-.1484-.8564.4255-1.6709,1.2819-1.8193l.9122-.1581c.6628-.1149,1.1711-.0132,1.6367.4156"/><line class="b" x1="8.2846" y1="24.1356" x2="10.3044" y2="23.7856"/><polyline class="b" points="11.9193 26.6966 8.8215 27.2334 7.7478 21.0378 10.8457 20.5009"/><path class="b" d="M33.4799,18.1211c.355-.2604.3165-.6801.2833-.8716l-.0879-.5075"/><circle class="c" cx="33.4404" cy="16.7421" r=".75"/><line class="b" x1="33.0651" y1="20.9184" x2="30.3201" y2="21.3941"/><polyline class="b" points="29.9959 23.5642 30.9746 17.0129 34.1006 22.853"/></svg>
Copied!