Iherb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Iherb 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/327334.svg" alt="Iherb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327334.svg" alt="Iherb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327334.svg" alt="Iherb icon" :width="24" :height="24" />
CSS background
.icon-iherb {
background-image: url('https://proicons.com/icon/327334.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" 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"/><line class="c" x1="13.0464" y1="19.5722" x2="13.0464" y2="28.9557"/><line class="c" x1="19.263" y1="19.5722" x2="19.263" y2="28.9557"/><line class="c" x1="13.0464" y1="24.2463" x2="19.263" y2="24.2463"/><circle class="d" cx="10.3211" cy="19.8654" r=".75"/><line class="c" x1="10.3211" y1="22.7391" x2="10.3211" y2="28.9557"/><path class="c" d="M28.9914,25.0673c0-1.2956,1.0503-2.3459,2.3459-2.3459h0"/><line class="c" x1="28.9914" y1="22.7214" x2="28.9914" y2="28.938"/><path class="c" d="M26.2391,27.7542c-.404.7072-1.1655,1.1838-2.0383,1.1838h0c-1.2956,0-2.3459-1.0503-2.3459-2.3459v-1.5248c0-1.2956,1.0503-2.3459,2.3459-2.3459h0c1.2956,0,2.3459,1.0503,2.3459,2.3459v.7624s-4.6918,0-4.6918,0"/><path class="c" d="M33.8082,25.0673c0-1.2956,1.0503-2.3459,2.3459-2.3459h0c1.2956,0,2.3459,1.0503,2.3459,2.3459v1.5248c0,1.2956-1.0503,2.3459-2.3459,2.3459h0c-1.2956,0-2.3459-1.0503-2.3459-2.3459"/><line class="c" x1="33.8082" y1="28.938" x2="33.8082" y2="19.5545"/></svg>
Copied!