drag right 02 icon

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

Name
drag-right-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the drag right 02 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="M7.033 13.653L9 15.373V6.5a1.5 1.5 0 0 1 3-.001l.003 4.764l2.637.427c1.702.26 2.552.389 3.152.753c.99.601 1.707 1.557 1.707 2.823c0 .918-.224 1.534-.768 3.19c-.345 1.05-.518 1.575-.8 1.991a3.53 3.53 0 0 1-1.934 1.414C15.52 22 14.974 22 13.883 22h-.926c-1.452 0-2.177 0-2.824-.27a4 4 0 0 1-.339-.164c-.614-.338-1.072-.91-1.987-2.052l-2.964-3.698a1.57 1.57 0 0 1-.007-1.954a1.52 1.52 0 0 1 2.197-.21"/><path d="M12.438 9.5a4 4 0 1 0-3.876 0"/><path stroke-linejoin="round" d="m17.517 3.996l1.743 1.44c.255.273.298.478.172.78a.8.8 0 0 1-.212.279l-1.703 1.51m-2.92-2.024h3.736"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDragRight02(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="M7.033 13.653L9 15.373V6.5a1.5 1.5 0 0 1 3-.001l.003 4.764l2.637.427c1.702.26 2.552.389 3.152.753c.99.601 1.707 1.557 1.707 2.823c0 .918-.224 1.534-.768 3.19c-.345 1.05-.518 1.575-.8 1.991a3.53 3.53 0 0 1-1.934 1.414C15.52 22 14.974 22 13.883 22h-.926c-1.452 0-2.177 0-2.824-.27a4 4 0 0 1-.339-.164c-.614-.338-1.072-.91-1.987-2.052l-2.964-3.698a1.57 1.57 0 0 1-.007-1.954a1.52 1.52 0 0 1 2.197-.21"/><path d="M12.438 9.5a4 4 0 1 0-3.876 0"/><path strokeLinejoin="round" d="m17.517 3.996l1.743 1.44c.255.273.298.478.172.78a.8.8 0 0 1-.212.279l-1.703 1.51m-2.92-2.024h3.736"/></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="M7.033 13.653L9 15.373V6.5a1.5 1.5 0 0 1 3-.001l.003 4.764l2.637.427c1.702.26 2.552.389 3.152.753c.99.601 1.707 1.557 1.707 2.823c0 .918-.224 1.534-.768 3.19c-.345 1.05-.518 1.575-.8 1.991a3.53 3.53 0 0 1-1.934 1.414C15.52 22 14.974 22 13.883 22h-.926c-1.452 0-2.177 0-2.824-.27a4 4 0 0 1-.339-.164c-.614-.338-1.072-.91-1.987-2.052l-2.964-3.698a1.57 1.57 0 0 1-.007-1.954a1.52 1.52 0 0 1 2.197-.21"/><path d="M12.438 9.5a4 4 0 1 0-3.876 0"/><path stroke-linejoin="round" d="m17.517 3.996l1.743 1.44c.255.273.298.478.172.78a.8.8 0 0 1-.212.279l-1.703 1.51m-2.92-2.024h3.736"/></g></svg>
</template>

CSS

.icon-drag-right-02 {
  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%22M7.033%2013.653L9%2015.373V6.5a1.5%201.5%200%200%201%203-.001l.003%204.764l2.637.427c1.702.26%202.552.389%203.152.753c.99.601%201.707%201.557%201.707%202.823c0%20.918-.224%201.534-.768%203.19c-.345%201.05-.518%201.575-.8%201.991a3.53%203.53%200%200%201-1.934%201.414C15.52%2022%2014.974%2022%2013.883%2022h-.926c-1.452%200-2.177%200-2.824-.27a4%204%200%200%201-.339-.164c-.614-.338-1.072-.91-1.987-2.052l-2.964-3.698a1.57%201.57%200%200%201-.007-1.954a1.52%201.52%200%200%201%202.197-.21%22%2F%3E%3Cpath%20d%3D%22M12.438%209.5a4%204%200%201%200-3.876%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m17.517%203.996l1.743%201.44c.255.273.298.478.172.78a.8.8%200%200%201-.212.279l-1.703%201.51m-2.92-2.024h3.736%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%22M7.033%2013.653L9%2015.373V6.5a1.5%201.5%200%200%201%203-.001l.003%204.764l2.637.427c1.702.26%202.552.389%203.152.753c.99.601%201.707%201.557%201.707%202.823c0%20.918-.224%201.534-.768%203.19c-.345%201.05-.518%201.575-.8%201.991a3.53%203.53%200%200%201-1.934%201.414C15.52%2022%2014.974%2022%2013.883%2022h-.926c-1.452%200-2.177%200-2.824-.27a4%204%200%200%201-.339-.164c-.614-.338-1.072-.91-1.987-2.052l-2.964-3.698a1.57%201.57%200%200%201-.007-1.954a1.52%201.52%200%200%201%202.197-.21%22%2F%3E%3Cpath%20d%3D%22M12.438%209.5a4%204%200%201%200-3.876%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m17.517%203.996l1.743%201.44c.255.273.298.478.172.78a.8.8%200%200%201-.212.279l-1.703%201.51m-2.92-2.024h3.736%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-right-02.svg?color=%231a73e8&size=48