Grabber Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Grabber 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/307212.svg" alt="Grabber icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307212.svg" alt="Grabber icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307212.svg" alt="Grabber icon" :width="24" :height="24" />
CSS background
.icon-grabber {
background-image: url('https://proicons.com/icon/307212.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.5 9H13.5C13.7761 9 14 9.22386 14 9.5C14 9.74546 13.8231 9.94961 13.5899 9.99194L13.5 10H2.5C2.22386 10 2 9.77614 2 9.5C2 9.25454 2.17688 9.05039 2.41012 9.00806L2.5 9H13.5H2.5ZM2.5 6H13.5C13.7761 6 14 6.22386 14 6.5C14 6.74546 13.8231 6.94961 13.5899 6.99194L13.5 7H2.5C2.22386 7 2 6.77614 2 6.5C2 6.25454 2.17688 6.05039 2.41012 6.00806L2.5 6H13.5H2.5Z"/></svg>
Copied!