Emochi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emochi 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/339616.svg" alt="Emochi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339616.svg" alt="Emochi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339616.svg" alt="Emochi icon" :width="24" :height="24" />
CSS background
.icon-emochi {
background-image: url('https://proicons.com/icon/339616.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M42.5,19.4675l-.3623-.5935c-3.4379-5.6348-10.7917-7.4154-16.4265-3.9775l-9.0419,5.5115c-5.6271,3.4379-7.4077,10.784-3.9775,16.4187l3.461,5.6733"/><line class="c" x1="23.4777" y1="35.1303" x2="34.1973" y2="28.8195"/><rect class="c" x="16.8644" y="25.5345" width="3.7173" height="4.679" rx="1.8586" ry="1.8586" transform="translate(-11.775 13.8248) rotate(-31.377)"/><rect class="c" x="29.5434" y="18.1125" width="3.7173" height="4.679" rx="1.8586" ry="1.8586" transform="translate(-6.0564 19.3409) rotate(-31.377)"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!