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

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

Related icons in Huge Icons

Use the drag 04 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.102 8.42l.211 2.685l6.758-6.608a1.743 1.743 0 0 1 2.426 0a1.65 1.65 0 0 1 0 2.372l-3.639 3.559l1.74 2.348c1.137 1.504 1.705 2.255 1.893 2.991c.312 1.216.176 2.451-.845 3.45c-.712.696-1.365.99-3.075 1.826c-1.085.53-1.627.796-2.17.895a4 4 0 0 1-2.615-.415c-.483-.262-.912-.681-1.77-1.52l-.727-.71c-1.14-1.116-1.71-1.673-2.009-2.374a4 4 0 0 1-.14-.385c-.22-.728-.137-1.512.029-3.08l.537-5.078c.083-.78.71-1.399 1.508-1.486c.958-.104 1.814.59 1.888 1.53M9.069 3.526c0 .844.66 1.528 1.472 1.528c.813 0 1.472-.684 1.472-1.528s-.659-1.528-1.472-1.528s-1.472.684-1.472 1.528m0 0h-.651l-.78.073M3.51 9.006a1.47 1.47 0 0 1 1.505 1.467c.014.82-.617 1.524-1.463 1.538a1.535 1.535 0 0 1-1.55-1.496c-.014-.82.661-1.495 1.508-1.509m0 0L3.6 7.66m1.716-2.986l-.332.31l-.293.315"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDrag04(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m12.102 8.42l.211 2.685l6.758-6.608a1.743 1.743 0 0 1 2.426 0a1.65 1.65 0 0 1 0 2.372l-3.639 3.559l1.74 2.348c1.137 1.504 1.705 2.255 1.893 2.991c.312 1.216.176 2.451-.845 3.45c-.712.696-1.365.99-3.075 1.826c-1.085.53-1.627.796-2.17.895a4 4 0 0 1-2.615-.415c-.483-.262-.912-.681-1.77-1.52l-.727-.71c-1.14-1.116-1.71-1.673-2.009-2.374a4 4 0 0 1-.14-.385c-.22-.728-.137-1.512.029-3.08l.537-5.078c.083-.78.71-1.399 1.508-1.486c.958-.104 1.814.59 1.888 1.53M9.069 3.526c0 .844.66 1.528 1.472 1.528c.813 0 1.472-.684 1.472-1.528s-.659-1.528-1.472-1.528s-1.472.684-1.472 1.528m0 0h-.651l-.78.073M3.51 9.006a1.47 1.47 0 0 1 1.505 1.467c.014.82-.617 1.524-1.463 1.538a1.535 1.535 0 0 1-1.55-1.496c-.014-.82.661-1.495 1.508-1.509m0 0L3.6 7.66m1.716-2.986l-.332.31l-.293.315"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m12.102 8.42l.211 2.685l6.758-6.608a1.743 1.743 0 0 1 2.426 0a1.65 1.65 0 0 1 0 2.372l-3.639 3.559l1.74 2.348c1.137 1.504 1.705 2.255 1.893 2.991c.312 1.216.176 2.451-.845 3.45c-.712.696-1.365.99-3.075 1.826c-1.085.53-1.627.796-2.17.895a4 4 0 0 1-2.615-.415c-.483-.262-.912-.681-1.77-1.52l-.727-.71c-1.14-1.116-1.71-1.673-2.009-2.374a4 4 0 0 1-.14-.385c-.22-.728-.137-1.512.029-3.08l.537-5.078c.083-.78.71-1.399 1.508-1.486c.958-.104 1.814.59 1.888 1.53M9.069 3.526c0 .844.66 1.528 1.472 1.528c.813 0 1.472-.684 1.472-1.528s-.659-1.528-1.472-1.528s-1.472.684-1.472 1.528m0 0h-.651l-.78.073M3.51 9.006a1.47 1.47 0 0 1 1.505 1.467c.014.82-.617 1.524-1.463 1.538a1.535 1.535 0 0 1-1.55-1.496c-.014-.82.661-1.495 1.508-1.509m0 0L3.6 7.66m1.716-2.986l-.332.31l-.293.315"/></svg>
</template>

CSS

.icon-drag-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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.102%208.42l.211%202.685l6.758-6.608a1.743%201.743%200%200%201%202.426%200a1.65%201.65%200%200%201%200%202.372l-3.639%203.559l1.74%202.348c1.137%201.504%201.705%202.255%201.893%202.991c.312%201.216.176%202.451-.845%203.45c-.712.696-1.365.99-3.075%201.826c-1.085.53-1.627.796-2.17.895a4%204%200%200%201-2.615-.415c-.483-.262-.912-.681-1.77-1.52l-.727-.71c-1.14-1.116-1.71-1.673-2.009-2.374a4%204%200%200%201-.14-.385c-.22-.728-.137-1.512.029-3.08l.537-5.078c.083-.78.71-1.399%201.508-1.486c.958-.104%201.814.59%201.888%201.53M9.069%203.526c0%20.844.66%201.528%201.472%201.528c.813%200%201.472-.684%201.472-1.528s-.659-1.528-1.472-1.528s-1.472.684-1.472%201.528m0%200h-.651l-.78.073M3.51%209.006a1.47%201.47%200%200%201%201.505%201.467c.014.82-.617%201.524-1.463%201.538a1.535%201.535%200%200%201-1.55-1.496c-.014-.82.661-1.495%201.508-1.509m0%200L3.6%207.66m1.716-2.986l-.332.31l-.293.315%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m12.102%208.42l.211%202.685l6.758-6.608a1.743%201.743%200%200%201%202.426%200a1.65%201.65%200%200%201%200%202.372l-3.639%203.559l1.74%202.348c1.137%201.504%201.705%202.255%201.893%202.991c.312%201.216.176%202.451-.845%203.45c-.712.696-1.365.99-3.075%201.826c-1.085.53-1.627.796-2.17.895a4%204%200%200%201-2.615-.415c-.483-.262-.912-.681-1.77-1.52l-.727-.71c-1.14-1.116-1.71-1.673-2.009-2.374a4%204%200%200%201-.14-.385c-.22-.728-.137-1.512.029-3.08l.537-5.078c.083-.78.71-1.399%201.508-1.486c.958-.104%201.814.59%201.888%201.53M9.069%203.526c0%20.844.66%201.528%201.472%201.528c.813%200%201.472-.684%201.472-1.528s-.659-1.528-1.472-1.528s-1.472.684-1.472%201.528m0%200h-.651l-.78.073M3.51%209.006a1.47%201.47%200%200%201%201.505%201.467c.014.82-.617%201.524-1.463%201.538a1.535%201.535%200%200%201-1.55-1.496c-.014-.82.661-1.495%201.508-1.509m0%200L3.6%207.66m1.716-2.986l-.332.31l-.293.315%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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