drag right 01 icon
drag-right-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- drag-right-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the drag right 01 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-width="1.5"><path d="M8.667 8.487a3.49 3.49 0 0 1-1.701-2.994A3.5 3.5 0 0 1 10.476 2a3.5 3.5 0 0 1 3.511 3.493c0 1.27-.681 2.383-1.701 2.994"/><path stroke-linecap="round" stroke-linejoin="round" d="m18.012 2.99l1.747 1.441c.255.272.298.477.172.778a.8.8 0 0 1-.212.28L18.012 7m-3.598-2.024h4.416M8.56 21.932l.025-.63a2.92 2.92 0 0 0-.48-1.742c-1.353-2.025-2.386-3.178-3.802-5.153c-.112-.156-.217-.322-.261-.509c-.342-1.443 1.423-3.322 3.057-1.158l1.595 1.63V6.338c.212-1.646 2.811-1.972 3.25 0v3.738c1.62-.147 8.174.977 6.937 5.46l-.17.634c-.208.766-.718 1.884-1.208 2.837c-.546 1.06-.402 2.557-.495 2.991"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsDragRight01(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" strokeWidth="1.5"><path d="M8.667 8.487a3.49 3.49 0 0 1-1.701-2.994A3.5 3.5 0 0 1 10.476 2a3.5 3.5 0 0 1 3.511 3.493c0 1.27-.681 2.383-1.701 2.994"/><path strokeLinecap="round" strokeLinejoin="round" d="m18.012 2.99l1.747 1.441c.255.272.298.477.172.778a.8.8 0 0 1-.212.28L18.012 7m-3.598-2.024h4.416M8.56 21.932l.025-.63a2.92 2.92 0 0 0-.48-1.742c-1.353-2.025-2.386-3.178-3.802-5.153c-.112-.156-.217-.322-.261-.509c-.342-1.443 1.423-3.322 3.057-1.158l1.595 1.63V6.338c.212-1.646 2.811-1.972 3.25 0v3.738c1.62-.147 8.174.977 6.937 5.46l-.17.634c-.208.766-.718 1.884-1.208 2.837c-.546 1.06-.402 2.557-.495 2.991"/></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-width="1.5"><path d="M8.667 8.487a3.49 3.49 0 0 1-1.701-2.994A3.5 3.5 0 0 1 10.476 2a3.5 3.5 0 0 1 3.511 3.493c0 1.27-.681 2.383-1.701 2.994"/><path stroke-linecap="round" stroke-linejoin="round" d="m18.012 2.99l1.747 1.441c.255.272.298.477.172.778a.8.8 0 0 1-.212.28L18.012 7m-3.598-2.024h4.416M8.56 21.932l.025-.63a2.92 2.92 0 0 0-.48-1.742c-1.353-2.025-2.386-3.178-3.802-5.153c-.112-.156-.217-.322-.261-.509c-.342-1.443 1.423-3.322 3.057-1.158l1.595 1.63V6.338c.212-1.646 2.811-1.972 3.25 0v3.738c1.62-.147 8.174.977 6.937 5.46l-.17.634c-.208.766-.718 1.884-1.208 2.837c-.546 1.06-.402 2.557-.495 2.991"/></g></svg> </template>
CSS
.icon-drag-right-01 {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.667%208.487a3.49%203.49%200%200%201-1.701-2.994A3.5%203.5%200%200%201%2010.476%202a3.5%203.5%200%200%201%203.511%203.493c0%201.27-.681%202.383-1.701%202.994%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18.012%202.99l1.747%201.441c.255.272.298.477.172.778a.8.8%200%200%201-.212.28L18.012%207m-3.598-2.024h4.416M8.56%2021.932l.025-.63a2.92%202.92%200%200%200-.48-1.742c-1.353-2.025-2.386-3.178-3.802-5.153c-.112-.156-.217-.322-.261-.509c-.342-1.443%201.423-3.322%203.057-1.158l1.595%201.63V6.338c.212-1.646%202.811-1.972%203.25%200v3.738c1.62-.147%208.174.977%206.937%205.46l-.17.634c-.208.766-.718%201.884-1.208%202.837c-.546%201.06-.402%202.557-.495%202.991%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.667%208.487a3.49%203.49%200%200%201-1.701-2.994A3.5%203.5%200%200%201%2010.476%202a3.5%203.5%200%200%201%203.511%203.493c0%201.27-.681%202.383-1.701%202.994%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m18.012%202.99l1.747%201.441c.255.272.298.477.172.778a.8.8%200%200%201-.212.28L18.012%207m-3.598-2.024h4.416M8.56%2021.932l.025-.63a2.92%202.92%200%200%200-.48-1.742c-1.353-2.025-2.386-3.178-3.802-5.153c-.112-.156-.217-.322-.261-.509c-.342-1.443%201.423-3.322%203.057-1.158l1.595%201.63V6.338c.212-1.646%202.811-1.972%203.25%200v3.738c1.62-.147%208.174.977%206.937%205.46l-.17.634c-.208.766-.718%201.884-1.208%202.837c-.546%201.06-.402%202.557-.495%202.991%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-01.svg?color=%231a73e8&size=48