Anylist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anylist 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/336424.svg" alt="Anylist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336424.svg" alt="Anylist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336424.svg" alt="Anylist icon" :width="24" :height="24" />
CSS background
.icon-anylist {
background-image: url('https://proicons.com/icon/336424.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style>
</defs>
<rect x="13.335" y="7.478" width="21.33" height="33.044" rx="3.5317" ry="3.5317" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="17.361" y="14.638" width="13.278" height="3.5806" rx="1.3691" ry="3.5317" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="17.361" y="21.421" width="13.278" height="3.5806" rx="1.3691" ry="3.5317" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="17.361" y="28.596" width="13.278" height="3.5806" rx="1.3691" ry="3.5317" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Copied!