drag indicator icon
drag-indicator from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- drag-indicator
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- drag-indicator-outline, drag-indicator-outline-rounded, drag-indicator-outline-sharp, drag-indicator-rounded, drag-indicator-sharp
The same icon in other sets
More ui actions icons from Material Symbols
Use the drag indicator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20q-.825 0-1.412-.587T7 18t.588-1.412T9 16t1.413.588T11 18t-.587 1.413T9 20m6 0q-.825 0-1.412-.587T13 18t.588-1.412T15 16t1.413.588T17 18t-.587 1.413T15 20m-6-6q-.825 0-1.412-.587T7 12t.588-1.412T9 10t1.413.588T11 12t-.587 1.413T9 14m6 0q-.825 0-1.412-.587T13 12t.588-1.412T15 10t1.413.588T17 12t-.587 1.413T15 14M9 8q-.825 0-1.412-.587T7 6t.588-1.412T9 4t1.413.588T11 6t-.587 1.413T9 8m6 0q-.825 0-1.412-.587T13 6t.588-1.412T15 4t1.413.588T17 6t-.587 1.413T15 8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDragIndicator(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20q-.825 0-1.412-.587T7 18t.588-1.412T9 16t1.413.588T11 18t-.587 1.413T9 20m6 0q-.825 0-1.412-.587T13 18t.588-1.412T15 16t1.413.588T17 18t-.587 1.413T15 20m-6-6q-.825 0-1.412-.587T7 12t.588-1.412T9 10t1.413.588T11 12t-.587 1.413T9 14m6 0q-.825 0-1.412-.587T13 12t.588-1.412T15 10t1.413.588T17 12t-.587 1.413T15 14M9 8q-.825 0-1.412-.587T7 6t.588-1.412T9 4t1.413.588T11 6t-.587 1.413T9 8m6 0q-.825 0-1.412-.587T13 6t.588-1.412T15 4t1.413.588T17 6t-.587 1.413T15 8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20q-.825 0-1.412-.587T7 18t.588-1.412T9 16t1.413.588T11 18t-.587 1.413T9 20m6 0q-.825 0-1.412-.587T13 18t.588-1.412T15 16t1.413.588T17 18t-.587 1.413T15 20m-6-6q-.825 0-1.412-.587T7 12t.588-1.412T9 10t1.413.588T11 12t-.587 1.413T9 14m6 0q-.825 0-1.412-.587T13 12t.588-1.412T15 10t1.413.588T17 12t-.587 1.413T15 14M9 8q-.825 0-1.412-.587T7 6t.588-1.412T9 4t1.413.588T11 6t-.587 1.413T9 8m6 0q-.825 0-1.412-.587T13 6t.588-1.412T15 4t1.413.588T17 6t-.587 1.413T15 8"/></svg> </template>
CSS
.icon-drag-indicator {
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%22currentColor%22%20d%3D%22M9%2020q-.825%200-1.412-.587T7%2018t.588-1.412T9%2016t1.413.588T11%2018t-.587%201.413T9%2020m6%200q-.825%200-1.412-.587T13%2018t.588-1.412T15%2016t1.413.588T17%2018t-.587%201.413T15%2020m-6-6q-.825%200-1.412-.587T7%2012t.588-1.412T9%2010t1.413.588T11%2012t-.587%201.413T9%2014m6%200q-.825%200-1.412-.587T13%2012t.588-1.412T15%2010t1.413.588T17%2012t-.587%201.413T15%2014M9%208q-.825%200-1.412-.587T7%206t.588-1.412T9%204t1.413.588T11%206t-.587%201.413T9%208m6%200q-.825%200-1.412-.587T13%206t.588-1.412T15%204t1.413.588T17%206t-.587%201.413T15%208%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%22currentColor%22%20d%3D%22M9%2020q-.825%200-1.412-.587T7%2018t.588-1.412T9%2016t1.413.588T11%2018t-.587%201.413T9%2020m6%200q-.825%200-1.412-.587T13%2018t.588-1.412T15%2016t1.413.588T17%2018t-.587%201.413T15%2020m-6-6q-.825%200-1.412-.587T7%2012t.588-1.412T9%2010t1.413.588T11%2012t-.587%201.413T9%2014m6%200q-.825%200-1.412-.587T13%2012t.588-1.412T15%2010t1.413.588T17%2012t-.587%201.413T15%2014M9%208q-.825%200-1.412-.587T7%206t.588-1.412T9%204t1.413.588T11%206t-.587%201.413T9%208m6%200q-.825%200-1.412-.587T13%206t.588-1.412T15%204t1.413.588T17%206t-.587%201.413T15%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/drag-indicator.svg?color=%231a73e8&size=48