drag-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
drag-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

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 24 24"><path fill="currentColor" d="M12 16a1 1 0 0 1 .993.884L13 17v1.584l.293-.29a1 1 0 0 1 1.32-.084l.094.083a1 1 0 0 1 .083 1.32l-.083.095l-2 2l-.044.041l-.068.055l-.111.072l-.113.053l-.105.036l-.118.024l-.089.01h-.119l-.058-.005l-.116-.02l-.108-.033l-.081-.034l-.098-.052l-.096-.067a1 1 0 0 1-.09-.08l-2-2a1 1 0 0 1 1.32-1.498l.094.083l.293.293V17a1 1 0 0 1 .883-.994zm6.293-6.707a1 1 0 0 1 1.32-.083l.094.083l2 2l.041.044l.055.068l.072.111l.054.113l.035.106l.025.117l.01.09v.118l-.006.058l-.02.116l-.033.108l-.034.082l-.052.097l-.074.105l-.073.082l-2 2a1 1 0 0 1-1.498-1.32l.084-.095l.29-.292H17a1 1 0 0 1-.994-.884L16 12a1 1 0 0 1 .883-.993l.117-.006h1.585l-.292-.293a1 1 0 0 1-.084-1.32zm-14 0a1 1 0 0 1 1.497 1.32l-.083.095l-.293.293H7a1 1 0 0 1 .993.883L8 12a1 1 0 0 1-.884.993L7 13H5.415l.292.292a1 1 0 0 1 .083 1.32l-.083.095a1 1 0 0 1-1.32.083l-.094-.083l-2-2l-.097-.112l-.072-.111l-.053-.113l-.035-.105l-.025-.118l-.008-.063L2 11.98l.004-.07l.016-.111l.03-.112l.043-.11l.053-.098l.067-.096a1 1 0 0 1 .08-.09zM12 9.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5m-.149-7.238l.074-.009l.13-.001l.12.014l.137.034l.111.044l.098.052l.104.074l.082.073l2 2a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.415V7a1 1 0 0 1-.884.994L12 8a1 1 0 0 1-.993-.883L11 7V5.414l-.293.294a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l2-2l.112-.096l.11-.072l.114-.053l.105-.036z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrag24Filled(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="M12 16a1 1 0 0 1 .993.884L13 17v1.584l.293-.29a1 1 0 0 1 1.32-.084l.094.083a1 1 0 0 1 .083 1.32l-.083.095l-2 2l-.044.041l-.068.055l-.111.072l-.113.053l-.105.036l-.118.024l-.089.01h-.119l-.058-.005l-.116-.02l-.108-.033l-.081-.034l-.098-.052l-.096-.067a1 1 0 0 1-.09-.08l-2-2a1 1 0 0 1 1.32-1.498l.094.083l.293.293V17a1 1 0 0 1 .883-.994zm6.293-6.707a1 1 0 0 1 1.32-.083l.094.083l2 2l.041.044l.055.068l.072.111l.054.113l.035.106l.025.117l.01.09v.118l-.006.058l-.02.116l-.033.108l-.034.082l-.052.097l-.074.105l-.073.082l-2 2a1 1 0 0 1-1.498-1.32l.084-.095l.29-.292H17a1 1 0 0 1-.994-.884L16 12a1 1 0 0 1 .883-.993l.117-.006h1.585l-.292-.293a1 1 0 0 1-.084-1.32zm-14 0a1 1 0 0 1 1.497 1.32l-.083.095l-.293.293H7a1 1 0 0 1 .993.883L8 12a1 1 0 0 1-.884.993L7 13H5.415l.292.292a1 1 0 0 1 .083 1.32l-.083.095a1 1 0 0 1-1.32.083l-.094-.083l-2-2l-.097-.112l-.072-.111l-.053-.113l-.035-.105l-.025-.118l-.008-.063L2 11.98l.004-.07l.016-.111l.03-.112l.043-.11l.053-.098l.067-.096a1 1 0 0 1 .08-.09zM12 9.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5m-.149-7.238l.074-.009l.13-.001l.12.014l.137.034l.111.044l.098.052l.104.074l.082.073l2 2a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.415V7a1 1 0 0 1-.884.994L12 8a1 1 0 0 1-.993-.883L11 7V5.414l-.293.294a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l2-2l.112-.096l.11-.072l.114-.053l.105-.036z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 16a1 1 0 0 1 .993.884L13 17v1.584l.293-.29a1 1 0 0 1 1.32-.084l.094.083a1 1 0 0 1 .083 1.32l-.083.095l-2 2l-.044.041l-.068.055l-.111.072l-.113.053l-.105.036l-.118.024l-.089.01h-.119l-.058-.005l-.116-.02l-.108-.033l-.081-.034l-.098-.052l-.096-.067a1 1 0 0 1-.09-.08l-2-2a1 1 0 0 1 1.32-1.498l.094.083l.293.293V17a1 1 0 0 1 .883-.994zm6.293-6.707a1 1 0 0 1 1.32-.083l.094.083l2 2l.041.044l.055.068l.072.111l.054.113l.035.106l.025.117l.01.09v.118l-.006.058l-.02.116l-.033.108l-.034.082l-.052.097l-.074.105l-.073.082l-2 2a1 1 0 0 1-1.498-1.32l.084-.095l.29-.292H17a1 1 0 0 1-.994-.884L16 12a1 1 0 0 1 .883-.993l.117-.006h1.585l-.292-.293a1 1 0 0 1-.084-1.32zm-14 0a1 1 0 0 1 1.497 1.32l-.083.095l-.293.293H7a1 1 0 0 1 .993.883L8 12a1 1 0 0 1-.884.993L7 13H5.415l.292.292a1 1 0 0 1 .083 1.32l-.083.095a1 1 0 0 1-1.32.083l-.094-.083l-2-2l-.097-.112l-.072-.111l-.053-.113l-.035-.105l-.025-.118l-.008-.063L2 11.98l.004-.07l.016-.111l.03-.112l.043-.11l.053-.098l.067-.096a1 1 0 0 1 .08-.09zM12 9.25a2.75 2.75 0 1 1 0 5.5a2.75 2.75 0 0 1 0-5.5m-.149-7.238l.074-.009l.13-.001l.12.014l.137.034l.111.044l.098.052l.104.074l.082.073l2 2a1 1 0 0 1-1.32 1.498l-.094-.083L13 5.415V7a1 1 0 0 1-.884.994L12 8a1 1 0 0 1-.993-.883L11 7V5.414l-.293.294a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.095l2-2l.112-.096l.11-.072l.114-.053l.105-.036z"/></svg>
</template>

CSS

.icon-drag-24-filled {
  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%22M12%2016a1%201%200%200%201%20.993.884L13%2017v1.584l.293-.29a1%201%200%200%201%201.32-.084l.094.083a1%201%200%200%201%20.083%201.32l-.083.095l-2%202l-.044.041l-.068.055l-.111.072l-.113.053l-.105.036l-.118.024l-.089.01h-.119l-.058-.005l-.116-.02l-.108-.033l-.081-.034l-.098-.052l-.096-.067a1%201%200%200%201-.09-.08l-2-2a1%201%200%200%201%201.32-1.498l.094.083l.293.293V17a1%201%200%200%201%20.883-.994zm6.293-6.707a1%201%200%200%201%201.32-.083l.094.083l2%202l.041.044l.055.068l.072.111l.054.113l.035.106l.025.117l.01.09v.118l-.006.058l-.02.116l-.033.108l-.034.082l-.052.097l-.074.105l-.073.082l-2%202a1%201%200%200%201-1.498-1.32l.084-.095l.29-.292H17a1%201%200%200%201-.994-.884L16%2012a1%201%200%200%201%20.883-.993l.117-.006h1.585l-.292-.293a1%201%200%200%201-.084-1.32zm-14%200a1%201%200%200%201%201.497%201.32l-.083.095l-.293.293H7a1%201%200%200%201%20.993.883L8%2012a1%201%200%200%201-.884.993L7%2013H5.415l.292.292a1%201%200%200%201%20.083%201.32l-.083.095a1%201%200%200%201-1.32.083l-.094-.083l-2-2l-.097-.112l-.072-.111l-.053-.113l-.035-.105l-.025-.118l-.008-.063L2%2011.98l.004-.07l.016-.111l.03-.112l.043-.11l.053-.098l.067-.096a1%201%200%200%201%20.08-.09zM12%209.25a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%200-5.5m-.149-7.238l.074-.009l.13-.001l.12.014l.137.034l.111.044l.098.052l.104.074l.082.073l2%202a1%201%200%200%201-1.32%201.498l-.094-.083L13%205.415V7a1%201%200%200%201-.884.994L12%208a1%201%200%200%201-.993-.883L11%207V5.414l-.293.294a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201-.083-1.32l.083-.095l2-2l.112-.096l.11-.072l.114-.053l.105-.036z%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%22M12%2016a1%201%200%200%201%20.993.884L13%2017v1.584l.293-.29a1%201%200%200%201%201.32-.084l.094.083a1%201%200%200%201%20.083%201.32l-.083.095l-2%202l-.044.041l-.068.055l-.111.072l-.113.053l-.105.036l-.118.024l-.089.01h-.119l-.058-.005l-.116-.02l-.108-.033l-.081-.034l-.098-.052l-.096-.067a1%201%200%200%201-.09-.08l-2-2a1%201%200%200%201%201.32-1.498l.094.083l.293.293V17a1%201%200%200%201%20.883-.994zm6.293-6.707a1%201%200%200%201%201.32-.083l.094.083l2%202l.041.044l.055.068l.072.111l.054.113l.035.106l.025.117l.01.09v.118l-.006.058l-.02.116l-.033.108l-.034.082l-.052.097l-.074.105l-.073.082l-2%202a1%201%200%200%201-1.498-1.32l.084-.095l.29-.292H17a1%201%200%200%201-.994-.884L16%2012a1%201%200%200%201%20.883-.993l.117-.006h1.585l-.292-.293a1%201%200%200%201-.084-1.32zm-14%200a1%201%200%200%201%201.497%201.32l-.083.095l-.293.293H7a1%201%200%200%201%20.993.883L8%2012a1%201%200%200%201-.884.993L7%2013H5.415l.292.292a1%201%200%200%201%20.083%201.32l-.083.095a1%201%200%200%201-1.32.083l-.094-.083l-2-2l-.097-.112l-.072-.111l-.053-.113l-.035-.105l-.025-.118l-.008-.063L2%2011.98l.004-.07l.016-.111l.03-.112l.043-.11l.053-.098l.067-.096a1%201%200%200%201%20.08-.09zM12%209.25a2.75%202.75%200%201%201%200%205.5a2.75%202.75%200%200%201%200-5.5m-.149-7.238l.074-.009l.13-.001l.12.014l.137.034l.111.044l.098.052l.104.074l.082.073l2%202a1%201%200%200%201-1.32%201.498l-.094-.083L13%205.415V7a1%201%200%200%201-.884.994L12%208a1%201%200%200%201-.993-.883L11%207V5.414l-.293.294a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201-.083-1.32l.083-.095l2-2l.112-.096l.11-.072l.114-.053l.105-.036z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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