Emopar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emopar 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/339985.svg" alt="Emopar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339985.svg" alt="Emopar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339985.svg" alt="Emopar icon" :width="24" :height="24" />
CSS background
.icon-emopar {
background-image: url('https://proicons.com/icon/339985.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="M35.8717,18.152c-2.3431-2.3431-5.9838-2.5014-8.1317-.3535l-3.7399,3.7399-3.7399-3.7399c-2.1479-2.1479-5.7886-1.9896-8.1317.3535-2.3431,2.3431-2.5014,5.9838-.3535,8.1317l12.225,12.225,12.225-12.225c2.1479-2.1479,1.9896-5.7886-.3535-8.1317h.0003Z"/><circle class="b" cx="13.9997" cy="40" r="3.5"/><circle class="b" cx="24.0497" cy="12.169" r="2.5"/><circle class="b" cx="30.1997" cy="6.7" r="2.2"/></svg>
Copied!