Moelist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moelist 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/329456.svg" alt="Moelist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329456.svg" alt="Moelist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329456.svg" alt="Moelist icon" :width="24" :height="24" />
CSS background
.icon-moelist {
background-image: url('https://proicons.com/icon/329456.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="10.01" y1="9.99" x2="38.9" y2="9.99"/><line class="a" x1="24.46" y1="5.51" x2="24.46" y2="24.22"/><line class="a" x1="12.92" y1="17.26" x2="35.99" y2="17.26"/><line class="a" x1="31.57" y1="24.22" x2="43" y2="24.22"/><rect class="a" x="21.66" y="24.22" width="5.61" height="6.58"/><path class="a" d="M33.84,24.22c0,4.31-.81,11.15,5.71,18.27"/><line class="a" x1="43" y1="33.81" x2="33.51" y2="38.39"/><line class="a" x1="33.94" y1="30.15" x2="37.29" y2="30.15"/><path class="a" d="M26.08,36.61C23.49,39,18,41.9,14.54,42.49"/><path class="a" d="M5.86,24.16h5.82l2.08,2.08,2-2h1.83c0,5.06.06,9.59-2.64,13.15"/><path class="a" d="M5,41c2.64-2.91,5-6.57,5-16.81"/></svg>
Copied!