Jamba Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jamba 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/327623.svg" alt="Jamba icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327623.svg" alt="Jamba icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327623.svg" alt="Jamba icon" :width="24" :height="24" />
CSS background
.icon-jamba {
background-image: url('https://proicons.com/icon/327623.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><g id="g"><path id="h" class="l" d="M8.7583,4.5c7.9109,15.8632,21.0715,15.8398,27.6887,11.7591,5.2206-3.2195,2.1038-8.1935-1.0741-9.472-4.0502-1.6294-10.6815-1.6859-17.7351,3.9909"/><path id="i" class="l" d="M15.8216,19.1619c2.0323,12.0043,15.8468,13.3246,19.2216,8.899,2.5917-3.3987-2.5183-4.788-4.1851-4.8624-2.9813-.1332-4.2977.4778-6.9413,2.1717"/><path id="j" class="l" d="M22.3798,31.9468c1.0913,7.5076,7.8888,7.645,9.6926,5.9765,2.1256-1.9662.2431-3.2845-.6277-3.4036-1.5882-.2172-2.4768-.1604-3.8963.899"/><path id="k" class="l" d="M26.4592,40.1283s.3626,4.6167,4.931,3.0456"/></g></g></svg>
Copied!