Listmyapps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Listmyapps 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/328581.svg" alt="Listmyapps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328581.svg" alt="Listmyapps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328581.svg" alt="Listmyapps icon" :width="24" :height="24" />
CSS background
.icon-listmyapps {
background-image: url('https://proicons.com/icon/328581.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><path class="a" d="M5.5,2,3.1556,29.1279l3.1687-.7426-3.4078,3.509L2,42.5l29.6423,2.5617.8232-6.6364,2.1383,6.8923L42.5,46l2.3-26.6189-3.6875-4.2069,4.0195.3656L46,5.5,18.3157,3.1075,16.7781,6.97,15.5945,2.8724Z"/><circle class="a" cx="11.0176" cy="12.8919" r="2"/><circle class="a" cx="10.7007" cy="21.8646" r="2"/><circle class="a" cx="10.5469" cy="30.8461" r="2"/><path class="a" d="M17.3083,14.7792,39.649,17.0971"/><path class="a" d="M16.2162,22.9961,38.96,25.0878"/><path class="a" d="M15.4688,31.3155l22.5686,1.01"/></svg>
Copied!