drag icon
drag-solid from Iconoir by Luca Burgio · Solid · Navigation · MIT Free for personal and commercial use.
- Name
- drag-solid
- Set
- Iconoir
- Style
- Solid
- Category
- Navigation
- Viewbox
- 24×24
- License
- MIT
1 other variant in Iconoir
The same icon in other sets
More navigation icons from Iconoir
arrow-downarrow-down-circlearrow-down-leftarrow-down-left-circlearrow-down-left-squarearrow-down-rightarrow-down-right-circlearrow-down-right-squarearrow-down-tagarrow-enlarge-tagarrow-leftarrow-left-circlearrow-left-tagarrow-reduce-tagarrow-rightarrow-right-circlearrow-right-tagarrow-separatearrow-separate-verticalarrow-unionarrow-union-verticalarrow-uparrow-up-circlearrow-up-left
Use the drag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M3.25 4A.75.75 0 0 1 4 3.25h4a.75.75 0 0 1 .53 1.28L7.06 6l5.47 5.47a.75.75 0 1 1-1.06 1.06L6 7.06L4.53 8.53A.75.75 0 0 1 3.25 8z"/><path d="M3.25 20c0 .414.336.75.75.75h4a.75.75 0 0 0 .53-1.28L7.06 18l5.47-5.47a.75.75 0 1 0-1.06-1.06L6 16.94l-1.47-1.47a.75.75 0 0 0-1.28.53z"/><path d="M20.75 4a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.53 1.28L16.94 6l-5.47 5.47a.75.75 0 1 0 1.06 1.06L18 7.06l1.47 1.47A.75.75 0 0 0 20.75 8z"/><path d="M20.75 20a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.53-1.28L16.94 18l-5.47-5.47a.75.75 0 1 1 1.06-1.06L18 16.94l1.47-1.47a.75.75 0 0 1 1.28.53z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirDragSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" strokeWidth="1.5" clipRule="evenodd"><path d="M3.25 4A.75.75 0 0 1 4 3.25h4a.75.75 0 0 1 .53 1.28L7.06 6l5.47 5.47a.75.75 0 1 1-1.06 1.06L6 7.06L4.53 8.53A.75.75 0 0 1 3.25 8z"/><path d="M3.25 20c0 .414.336.75.75.75h4a.75.75 0 0 0 .53-1.28L7.06 18l5.47-5.47a.75.75 0 1 0-1.06-1.06L6 16.94l-1.47-1.47a.75.75 0 0 0-1.28.53z"/><path d="M20.75 4a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.53 1.28L16.94 6l-5.47 5.47a.75.75 0 1 0 1.06 1.06L18 7.06l1.47 1.47A.75.75 0 0 0 20.75 8z"/><path d="M20.75 20a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.53-1.28L16.94 18l-5.47-5.47a.75.75 0 1 1 1.06-1.06L18 16.94l1.47-1.47a.75.75 0 0 1 1.28.53z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M3.25 4A.75.75 0 0 1 4 3.25h4a.75.75 0 0 1 .53 1.28L7.06 6l5.47 5.47a.75.75 0 1 1-1.06 1.06L6 7.06L4.53 8.53A.75.75 0 0 1 3.25 8z"/><path d="M3.25 20c0 .414.336.75.75.75h4a.75.75 0 0 0 .53-1.28L7.06 18l5.47-5.47a.75.75 0 1 0-1.06-1.06L6 16.94l-1.47-1.47a.75.75 0 0 0-1.28.53z"/><path d="M20.75 4a.75.75 0 0 0-.75-.75h-4a.75.75 0 0 0-.53 1.28L16.94 6l-5.47 5.47a.75.75 0 1 0 1.06 1.06L18 7.06l1.47 1.47A.75.75 0 0 0 20.75 8z"/><path d="M20.75 20a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.53-1.28L16.94 18l-5.47-5.47a.75.75 0 1 1 1.06-1.06L18 16.94l1.47-1.47a.75.75 0 0 1 1.28.53z"/></g></svg> </template>
CSS
.icon-drag-solid {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.25%204A.75.75%200%200%201%204%203.25h4a.75.75%200%200%201%20.53%201.28L7.06%206l5.47%205.47a.75.75%200%201%201-1.06%201.06L6%207.06L4.53%208.53A.75.75%200%200%201%203.25%208z%22%2F%3E%3Cpath%20d%3D%22M3.25%2020c0%20.414.336.75.75.75h4a.75.75%200%200%200%20.53-1.28L7.06%2018l5.47-5.47a.75.75%200%201%200-1.06-1.06L6%2016.94l-1.47-1.47a.75.75%200%200%200-1.28.53z%22%2F%3E%3Cpath%20d%3D%22M20.75%204a.75.75%200%200%200-.75-.75h-4a.75.75%200%200%200-.53%201.28L16.94%206l-5.47%205.47a.75.75%200%201%200%201.06%201.06L18%207.06l1.47%201.47A.75.75%200%200%200%2020.75%208z%22%2F%3E%3Cpath%20d%3D%22M20.75%2020a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201-.53-1.28L16.94%2018l-5.47-5.47a.75.75%200%201%201%201.06-1.06L18%2016.94l1.47-1.47a.75.75%200%200%201%201.28.53z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M3.25%204A.75.75%200%200%201%204%203.25h4a.75.75%200%200%201%20.53%201.28L7.06%206l5.47%205.47a.75.75%200%201%201-1.06%201.06L6%207.06L4.53%208.53A.75.75%200%200%201%203.25%208z%22%2F%3E%3Cpath%20d%3D%22M3.25%2020c0%20.414.336.75.75.75h4a.75.75%200%200%200%20.53-1.28L7.06%2018l5.47-5.47a.75.75%200%201%200-1.06-1.06L6%2016.94l-1.47-1.47a.75.75%200%200%200-1.28.53z%22%2F%3E%3Cpath%20d%3D%22M20.75%204a.75.75%200%200%200-.75-.75h-4a.75.75%200%200%200-.53%201.28L16.94%206l-5.47%205.47a.75.75%200%201%200%201.06%201.06L18%207.06l1.47%201.47A.75.75%200%200%200%2020.75%208z%22%2F%3E%3Cpath%20d%3D%22M20.75%2020a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201-.53-1.28L16.94%2018l-5.47-5.47a.75.75%200%201%201%201.06-1.06L18%2016.94l1.47-1.47a.75.75%200%200%201%201.28.53z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/drag-solid.svg?color=%231a73e8&size=48