List Selection Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The List Selection 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/307275.svg" alt="List Selection icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307275.svg" alt="List Selection icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307275.svg" alt="List Selection icon" :width="24" :height="24" />
CSS background
.icon-list-selection {
background-image: url('https://proicons.com/icon/307275.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 3.5C2 3.22386 2.22386 3 2.5 3H10.5C10.7761 3 11 3.22386 11 3.5C11 3.77614 10.7761 4 10.5 4H2.5C2.22386 4 2 3.77614 2 3.5ZM2 11.5C2 11.2239 2.22386 11 2.5 11H9.5C9.77614 11 10 11.2239 10 11.5C10 11.7761 9.77614 12 9.5 12H2.5C2.22386 12 2 11.7761 2 11.5ZM2.5 7C2.22386 7 2 7.22386 2 7.5C2 7.77614 2.22386 8 2.5 8H13.5C13.7761 8 14 7.77614 14 7.5C14 7.22386 13.7761 7 13.5 7H2.5Z"/></svg>
Copied!