Myxl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myxl 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/344507.svg" alt="Myxl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344507.svg" alt="Myxl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344507.svg" alt="Myxl icon" :width="24" :height="24" />
CSS background
.icon-myxl {
background-image: url('https://proicons.com/icon/344507.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><polygon class="c" points="31.5508 34.4673 16.9532 17.4766 8.1216 17.4766 15.4202 25.9719 8.1216 34.4673 16.9532 34.4673 19.8362 31.1118 22.719 34.4673 31.5508 34.4673"/><polyline class="c" points="28.6448 31.085 28.6448 27.9907 35.6665 27.9907 39.7477 21.3458 28.6448 21.3458 28.6448 10.243 22 14.3242 22 23.3508"/></svg>
Copied!