Awesomelists Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Awesomelists 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/313620.svg" alt="Awesomelists icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313620.svg" alt="Awesomelists icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313620.svg" alt="Awesomelists icon" :width="24" :height="24" />
CSS background
.icon-awesomelists {
background-image: url('https://proicons.com/icon/313620.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Awesome Lists</title><path d="M24 11.438l-6.154-5.645-.865.944 5.128 4.7H1.895l5.128-4.705-.865-.943-6.154 5.649H0v3.72c0 1.683 1.62 3.053 3.61 3.053h3.795c1.99 0 3.61-1.37 3.61-3.051v-2.446h1.97v2.446c0 1.68 1.62 3.051 3.61 3.051h3.794c1.99 0 3.61-1.37 3.61-3.051v-3.721z"/></svg>
Copied!