Drag3 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Drag3 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/305547.svg" alt="Drag3 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305547.svg" alt="Drag3 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305547.svg" alt="Drag3 icon" :width="24" :height="24" />
CSS background
.icon-drag3 {
background-image: url('https://proicons.com/icon/305547.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M761 329l-12 13 155 151H597c-2-24-12-45-28-62-17-16-39-26-62-27V96l151 155 13-12L500 62 329 239l13 12L493 96v308c-47 4-84 42-87 88H96l155-150-12-13L63 500l176 171 12-13L96 507h310c3 47 40 84 87 88v309L342 749l-13 12 169 175 2 2 171-177-13-12-151 155V596c24-2 45-11 62-28 16-16 26-38 28-61h307L749 658l12 13 177-171-177-171zM501 580c-44 0-80-36-80-80 0-20 8-40 22-55 14-14 32-23 52-25h12c42 3 74 38 74 80 0 44-35 80-80 80z"/></svg>
Copied!