Myais Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myais 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/344365.svg" alt="Myais icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344365.svg" alt="Myais icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344365.svg" alt="Myais icon" :width="24" :height="24" />
CSS background
.icon-myais {
background-image: url('https://proicons.com/icon/344365.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m3.5,17.1294c13.9595,7.5128,22.0378,3.2268,30.644,0,5.4082-2.4523,7.6183-1.917,10.356-1.8518-4.2252,2.5524-9.4539,5.8409-11.6782,7.8855-1.2066,1.1091-2.7834,1.744-3.8003,2.1449-10.9874,4.3322-20.6545-3.5802-25.5216-8.1786Z"/><path class="b" d="m31.0119,27.0364c-5.3512,2.0957-13.2453,4.3962-22.2152-2.9093,7.6599,13.0209,18.7773,9.1689,22.2152,2.9093Z"/></svg>
Copied!