drag left 04 icon

drag-left-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
drag-left-04
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the drag left 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M21.498 13.053v.173m0 0a1.8 1.8 0 0 0-1.521-1.765l-1.21-.198v.895m2.73 1.068v2.213c0 1.944 0 2.916-.3 3.69a4.5 4.5 0 0 1-2.61 2.574c-.785.297-1.771.297-3.743.297c-1.034 0-1.551 0-2.032-.104a4.56 4.56 0 0 1-1.987-.98c-.373-.317-.684-.725-1.304-1.54L6.787 15.78a1.5 1.5 0 0 1 .029-1.854a1.55 1.55 0 0 1 2.285-.125l1.383 1.455V6.5a1.5 1.5 0 0 1 3.004 0v2.974m5.28 2.684c0-.988-.816-1.79-1.821-1.79h-.91v.895m2.73.895v.895m-5.279-3.58h.728c1.006 0 1.82.802 1.82 1.79m-2.548-1.79v2.685m2.549-.895v.895"/><path d="M10.485 9.5C9.254 8.818 8.482 7.506 8.482 6c0-2.21 1.794-4 4.005-4a3.998 3.998 0 0 1 1.94 7.5"/><path stroke-linejoin="round" d="M7.882 6.023h-5.38m0 0c0 .478.515.694.837.989l1.182.998M2.502 6.023c0-.511.523-.724.837-1.021L4.521 3.99"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDragLeft04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M21.498 13.053v.173m0 0a1.8 1.8 0 0 0-1.521-1.765l-1.21-.198v.895m2.73 1.068v2.213c0 1.944 0 2.916-.3 3.69a4.5 4.5 0 0 1-2.61 2.574c-.785.297-1.771.297-3.743.297c-1.034 0-1.551 0-2.032-.104a4.56 4.56 0 0 1-1.987-.98c-.373-.317-.684-.725-1.304-1.54L6.787 15.78a1.5 1.5 0 0 1 .029-1.854a1.55 1.55 0 0 1 2.285-.125l1.383 1.455V6.5a1.5 1.5 0 0 1 3.004 0v2.974m5.28 2.684c0-.988-.816-1.79-1.821-1.79h-.91v.895m2.73.895v.895m-5.279-3.58h.728c1.006 0 1.82.802 1.82 1.79m-2.548-1.79v2.685m2.549-.895v.895"/><path d="M10.485 9.5C9.254 8.818 8.482 7.506 8.482 6c0-2.21 1.794-4 4.005-4a3.998 3.998 0 0 1 1.94 7.5"/><path strokeLinejoin="round" d="M7.882 6.023h-5.38m0 0c0 .478.515.694.837.989l1.182.998M2.502 6.023c0-.511.523-.724.837-1.021L4.521 3.99"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M21.498 13.053v.173m0 0a1.8 1.8 0 0 0-1.521-1.765l-1.21-.198v.895m2.73 1.068v2.213c0 1.944 0 2.916-.3 3.69a4.5 4.5 0 0 1-2.61 2.574c-.785.297-1.771.297-3.743.297c-1.034 0-1.551 0-2.032-.104a4.56 4.56 0 0 1-1.987-.98c-.373-.317-.684-.725-1.304-1.54L6.787 15.78a1.5 1.5 0 0 1 .029-1.854a1.55 1.55 0 0 1 2.285-.125l1.383 1.455V6.5a1.5 1.5 0 0 1 3.004 0v2.974m5.28 2.684c0-.988-.816-1.79-1.821-1.79h-.91v.895m2.73.895v.895m-5.279-3.58h.728c1.006 0 1.82.802 1.82 1.79m-2.548-1.79v2.685m2.549-.895v.895"/><path d="M10.485 9.5C9.254 8.818 8.482 7.506 8.482 6c0-2.21 1.794-4 4.005-4a3.998 3.998 0 0 1 1.94 7.5"/><path stroke-linejoin="round" d="M7.882 6.023h-5.38m0 0c0 .478.515.694.837.989l1.182.998M2.502 6.023c0-.511.523-.724.837-1.021L4.521 3.99"/></g></svg>
</template>

CSS

.icon-drag-left-04 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.498%2013.053v.173m0%200a1.8%201.8%200%200%200-1.521-1.765l-1.21-.198v.895m2.73%201.068v2.213c0%201.944%200%202.916-.3%203.69a4.5%204.5%200%200%201-2.61%202.574c-.785.297-1.771.297-3.743.297c-1.034%200-1.551%200-2.032-.104a4.56%204.56%200%200%201-1.987-.98c-.373-.317-.684-.725-1.304-1.54L6.787%2015.78a1.5%201.5%200%200%201%20.029-1.854a1.55%201.55%200%200%201%202.285-.125l1.383%201.455V6.5a1.5%201.5%200%200%201%203.004%200v2.974m5.28%202.684c0-.988-.816-1.79-1.821-1.79h-.91v.895m2.73.895v.895m-5.279-3.58h.728c1.006%200%201.82.802%201.82%201.79m-2.548-1.79v2.685m2.549-.895v.895%22%2F%3E%3Cpath%20d%3D%22M10.485%209.5C9.254%208.818%208.482%207.506%208.482%206c0-2.21%201.794-4%204.005-4a3.998%203.998%200%200%201%201.94%207.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.882%206.023h-5.38m0%200c0%20.478.515.694.837.989l1.182.998M2.502%206.023c0-.511.523-.724.837-1.021L4.521%203.99%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.498%2013.053v.173m0%200a1.8%201.8%200%200%200-1.521-1.765l-1.21-.198v.895m2.73%201.068v2.213c0%201.944%200%202.916-.3%203.69a4.5%204.5%200%200%201-2.61%202.574c-.785.297-1.771.297-3.743.297c-1.034%200-1.551%200-2.032-.104a4.56%204.56%200%200%201-1.987-.98c-.373-.317-.684-.725-1.304-1.54L6.787%2015.78a1.5%201.5%200%200%201%20.029-1.854a1.55%201.55%200%200%201%202.285-.125l1.383%201.455V6.5a1.5%201.5%200%200%201%203.004%200v2.974m5.28%202.684c0-.988-.816-1.79-1.821-1.79h-.91v.895m2.73.895v.895m-5.279-3.58h.728c1.006%200%201.82.802%201.82%201.79m-2.548-1.79v2.685m2.549-.895v.895%22%2F%3E%3Cpath%20d%3D%22M10.485%209.5C9.254%208.818%208.482%207.506%208.482%206c0-2.21%201.794-4%204.005-4a3.998%203.998%200%200%201%201.94%207.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M7.882%206.023h-5.38m0%200c0%20.478.515.694.837.989l1.182.998M2.502%206.023c0-.511.523-.724.837-1.021L4.521%203.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/drag-left-04.svg?color=%231a73e8&size=48