Myne Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myne 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/344443.svg" alt="Myne icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344443.svg" alt="Myne icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344443.svg" alt="Myne icon" :width="24" :height="24" />
CSS background
.icon-myne {
background-image: url('https://proicons.com/icon/344443.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="f" d="m40.7195,39.9601h-16.1995c-.7608-.7608-.7608-3.5429,0-4.3037h16.1995c.6258-.6258.6258-2.9141,0-3.5399H8.3204c-2.0123,2.0123-2.0123,9.3711,0,11.3835h32.3991c.6258-.6258.6258-2.9141,0-3.5399Z"/><line class="f" x1="39.1233" y1="35.6564" x2="39.1233" y2="39.9601"/><path class="f" d="m21.5168,32.1165c-2.0123,2.0123-2.0123,9.3711,0,11.3835"/></g><g><path class="f" d="m7.2198,25.2879h16.3275c.6624.6624.6624,3.0845,0,3.7468H7.2198c-.5448.5448-.5448,2.537,0,3.0818h32.6551c1.7519-1.7519,1.7519-8.1585,0-9.9104H7.2198c-.5448.5448-.5448,2.537,0,3.0818Z"/><line class="f" x1="8.6094" y1="29.0348" x2="8.6094" y2="25.2879"/><path class="f" d="m26.1619,32.1165c1.7519-1.7519,1.7519-8.1585,0-9.9104"/></g><path id="c" class="f" d="m25.0677,10.8177s.9061-.6748,1.6766-.6748c3.3197,0,4.8536,1.8428,5.2632,4.7275.5393,3.7985-.9974,5.8625-3.2495,6.6626-2.1246.7549-6.2881.5295-8.0193-.3196-1.8963-.93-3.1704-3.3029-2.4051-6.2572.8837-3.4117,2.6397-5.6338,6.7341-4.1385Z"/><path id="d" class="f" d="m22.1076,6.5437s1.2316,3.2157,2.9601,4.2741"/><path id="e" class="f" d="m23.6932,9.0304s-1.1922-5.0214,4.4356-4.4912c0,0,2.3939,4.722-4.4356,4.4912Z"/></svg>
Copied!