Drag Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Drag 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/305544.svg" alt="Drag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305544.svg" alt="Drag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305544.svg" alt="Drag icon" :width="24" :height="24" />
CSS background
.icon-drag {
background-image: url('https://proicons.com/icon/305544.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="M954 491L778 315c-5-6-15-6-20 0l-35 35c-6 6-6 15 0 21l83 83H589c-10-22-28-39-50-49V209l89 89c6 6 15 6 21 0l35-35c5-6 5-15 0-21L508 67c-6-6-15-6-21 0L312 243c-6 5-6 15 0 20l35 35c5 6 15 6 20 0l83-83v193c-19 10-34 26-44 46H194l83-83c6-6 6-15 0-21l-34-35c-6-6-15-6-21 0L46 491c-6 6-6 15 0 21l176 175c6 6 15 6 21 0l35-35c5-6 5-15 0-21l-90-89h219c10 19 25 35 44 45v198l-84-83c-5-6-15-6-20 0l-35 35c-6 5-6 15 0 20l175 176c6 6 15 6 21 0l176-176c6-5 6-15 0-20l-35-35c-6-6-15-6-21 0l-89 89V590c21-10 39-27 49-48h224l-89 89c-6 6-6 16 0 21l35 35c6 6 15 6 21 0l175-175c6-6 6-15 0-21z"/></svg>
Drag in other icon packs
Copied!