Simkl Lists Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simkl Lists 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/332752.svg" alt="Simkl Lists icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332752.svg" alt="Simkl Lists icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332752.svg" alt="Simkl Lists icon" :width="24" :height="24" />
CSS background
.icon-simkl-lists {
background-image: url('https://proicons.com/icon/332752.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M6.6562,29.7814h9.25c0,3.4688,1.1562,3.4688,8.0938,3.4688,8.0938,0,9.25,0,9.25-3.4688,0-2.3125-1.1562-2.3125-9.25-2.3125-17.3438,0-18.5-1.1562-18.5-9.25,0-9.25,1.1562-10.3882,18.5-10.4062s18.5,1.1562,18.5,10.4062h-9.25c0-3.4688-1.1562-3.4976-9.25-3.4976s-9.25.0288-9.25,3.4976c0,2.3125,1.1562,2.3125,9.25,2.3125,17.3438,0,18.5,1.1562,18.5,9.25,0,9.25-1.1562,10.4062-18.5,10.4062-16.1875,0-17.3438-1.1562-17.3438-10.4062Z"/></svg>
Copied!