Emkan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emkan 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/325056.svg" alt="Emkan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325056.svg" alt="Emkan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325056.svg" alt="Emkan icon" :width="24" :height="24" />
CSS background
.icon-emkan {
background-image: url('https://proicons.com/icon/325056.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.4054,26.1s6.2513-.0043,9.8724,0c9.5609.0115,8.4019,14.5628-.1854,14.6463-4.4178.0429-15.666,0-15.666,0"/><path class="a" d="M23.8562,21.6963s-9.0995.0071-12.5143,0c-8.0672-.0161-8.64,13.5314-.5562,13.5339,3.4065.001,10.1042,0,10.1042,0"/><path class="a" d="M18.6194,21.6381s.0432-5.8746,0-8.3774c-.1269-7.3486,12.5941-8.6916,12.9308,0,.126,3.2551,0,10.4286,0,10.4286"/></svg>
Copied!