Drag1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Drag1 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/305545.svg" alt="Drag1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305545.svg" alt="Drag1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305545.svg" alt="Drag1 icon" :width="24" :height="24" />
CSS background
.icon-drag1 {
background-image: url('https://proicons.com/icon/305545.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="M930 480L789 339c-11-10-19-7-19 8v145H608c-3-54-46-97-101-101V231h146c14 0 18-9 7-19L519 70c-10-10-27-10-38 0L340 212c-11 10-7 19 8 19h145v160c-54 4-98 47-101 101H230V347c0-15-8-18-19-8L70 480c-11 11-11 28 0 38l141 142c11 10 19 7 19-8V507h162c3 54 46 97 101 101v161H347c-14 0-18 9-7 19l141 142c10 10 27 10 38 0l141-142c11-10 7-19-8-19H507V608c55-4 98-47 101-101h162v145c0 15 8 18 19 8l141-141c11-11 11-28 0-39z"/></svg>
Copied!