Aroma Joes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aroma Joes 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/322050.svg" alt="Aroma Joes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322050.svg" alt="Aroma Joes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322050.svg" alt="Aroma Joes icon" :width="24" :height="24" />
CSS background
.icon-aroma-joes {
background-image: url('https://proicons.com/icon/322050.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="M32.1289,26.891c1.0657-1.7837,1.916-3.9491-.9901-4.0549l-12.9017-.4535c-12.6599-.4535-14.7384-3.0837-8.8203-7.9134,8.2308-6.7116,17.3497-9.2814,29.0951-9.9692-6.7872,2.6567-14.1035,6.723-17.361,10.0901-2.0218,2.0974-1.0695,3.3634,2.7587,3.4654,9.5762.2456,14.5797,4.0549,8.2195,8.8317v.0038ZM27.2387,17.1032c11.6131-2.2448,21.1741,6.8212,8.4953,12.7808-7.6413,3.5939-14.1073,5.9672-16.7224,13.616,1.1753-6.5,3.4201-10.5436,10.7968-14.0959,5.4494-2.6265,7.8907-4.7654,6.8855-8.1061-1.0128-3.3709-5.6497-3.8169-9.4552-4.1948Z"/></svg>
Copied!