drag-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
drag-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
drag, drag-outline

The same icon in other sets

Use the drag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignDragOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M909.3 506.3L781.7 405.6a7.23 7.23 0 0 0-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 0 0-11.3 0L405.6 242.3a7.23 7.23 0 0 0 5.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 0 0 0 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 0 0 .1-11.4"/></svg>
</template>

CSS

.icon-drag-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M909.3%20506.3L781.7%20405.6a7.23%207.23%200%200%200-11.7%205.7V476H548V254h64.8c6%200%209.4-7%205.7-11.7L517.7%20114.7a7.14%207.14%200%200%200-11.3%200L405.6%20242.3a7.23%207.23%200%200%200%205.7%2011.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7%20506.3a7.14%207.14%200%200%200%200%2011.3l127.5%20100.8c4.7%203.7%2011.7.4%2011.7-5.7V548h222v222h-64.8c-6%200-9.4%207-5.7%2011.7l100.8%20127.5c2.9%203.7%208.5%203.7%2011.3%200l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0%206%207%209.4%2011.7%205.7l127.5-100.8a7.3%207.3%200%200%200%20.1-11.4%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M909.3%20506.3L781.7%20405.6a7.23%207.23%200%200%200-11.7%205.7V476H548V254h64.8c6%200%209.4-7%205.7-11.7L517.7%20114.7a7.14%207.14%200%200%200-11.3%200L405.6%20242.3a7.23%207.23%200%200%200%205.7%2011.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7%20506.3a7.14%207.14%200%200%200%200%2011.3l127.5%20100.8c4.7%203.7%2011.7.4%2011.7-5.7V548h222v222h-64.8c-6%200-9.4%207-5.7%2011.7l100.8%20127.5c2.9%203.7%208.5%203.7%2011.3%200l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0%206%207%209.4%2011.7%205.7l127.5-100.8a7.3%207.3%200%200%200%20.1-11.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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