Myasus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myasus 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/344374.svg" alt="Myasus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344374.svg" alt="Myasus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344374.svg" alt="Myasus icon" :width="24" :height="24" />
CSS background
.icon-myasus {
background-image: url('https://proicons.com/icon/344374.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="27.3712 10.6401 19.826 10.6401 4.5 37.3599 12.0452 37.3599 27.3712 10.6401"/><polygon class="c" points="43.5 10.6401 35.9548 10.6401 20.6288 37.3599 28.174 37.3599 43.5 10.6401"/><polyline class="c" points="43.5 10.6401 43.5 37.0138 33.2651 37.0138"/><circle class="c" cx="33.2651" cy="34.3241" r="2.6896"/><line class="c" x1="39.5352" y1="17.5525" x2="39.5352" y2="37.0138"/></svg>
Copied!