Select 02 Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Select 02 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/318812.svg" alt="Select 02 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318812.svg" alt="Select 02 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318812.svg" alt="Select 02 icon" :width="24" :height="24" />
CSS background
.icon-select-02 {
background-image: url('https://proicons.com/icon/318812.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<polygon points="12 6 8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6"/>
<path d="M30,10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10ZM8,28H6V26H8Zm20,0H26V26h2ZM26,6h2V8H26Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Select 02 in other icon packs
Copied!