drag click icon
drag-click from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- drag-click
- Set
- Material Symbols Light
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- drag-click-outline, drag-click-outline-sharp, drag-click-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the drag click icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17q-1.925 0-3.323-1.256q-1.398-1.255-1.639-3.136l1.081.317q.324 1.35 1.393 2.213Q10.582 16 12 16q1.65 0 2.825-1.175T16 12q0-1.425-.872-2.5t-2.203-1.4l-.336-1.061q1.88.24 3.145 1.638T17 12q0 2.083-1.458 3.542Q14.083 17 12 17m-3.507 3.291q-1.643-.708-2.859-1.923T3.709 15.51T3 12v-.296q0-.148.03-.296L4 11.7v.3q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4h-.3l-.312-.97q.153-.03.306-.03H12q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709t-3.51-.709m2.263-8.502L5.962 6.975l-.923 2.794L3 3l6.77 2.039l-2.795.923l4.814 4.794z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDragClick(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 17q-1.925 0-3.323-1.256q-1.398-1.255-1.639-3.136l1.081.317q.324 1.35 1.393 2.213Q10.582 16 12 16q1.65 0 2.825-1.175T16 12q0-1.425-.872-2.5t-2.203-1.4l-.336-1.061q1.88.24 3.145 1.638T17 12q0 2.083-1.458 3.542Q14.083 17 12 17m-3.507 3.291q-1.643-.708-2.859-1.923T3.709 15.51T3 12v-.296q0-.148.03-.296L4 11.7v.3q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4h-.3l-.312-.97q.153-.03.306-.03H12q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709t-3.51-.709m2.263-8.502L5.962 6.975l-.923 2.794L3 3l6.77 2.039l-2.795.923l4.814 4.794z"/></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 17q-1.925 0-3.323-1.256q-1.398-1.255-1.639-3.136l1.081.317q.324 1.35 1.393 2.213Q10.582 16 12 16q1.65 0 2.825-1.175T16 12q0-1.425-.872-2.5t-2.203-1.4l-.336-1.061q1.88.24 3.145 1.638T17 12q0 2.083-1.458 3.542Q14.083 17 12 17m-3.507 3.291q-1.643-.708-2.859-1.923T3.709 15.51T3 12v-.296q0-.148.03-.296L4 11.7v.3q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4h-.3l-.312-.97q.153-.03.306-.03H12q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709t-3.51-.709m2.263-8.502L5.962 6.975l-.923 2.794L3 3l6.77 2.039l-2.795.923l4.814 4.794z"/></svg> </template>
CSS
.icon-drag-click {
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%2017q-1.925%200-3.323-1.256q-1.398-1.255-1.639-3.136l1.081.317q.324%201.35%201.393%202.213Q10.582%2016%2012%2016q1.65%200%202.825-1.175T16%2012q0-1.425-.872-2.5t-2.203-1.4l-.336-1.061q1.88.24%203.145%201.638T17%2012q0%202.083-1.458%203.542Q14.083%2017%2012%2017m-3.507%203.291q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012v-.296q0-.148.03-.296L4%2011.7v.3q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204h-.3l-.312-.97q.153-.03.306-.03H12q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709t-3.51-.709m2.263-8.502L5.962%206.975l-.923%202.794L3%203l6.77%202.039l-2.795.923l4.814%204.794z%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%2017q-1.925%200-3.323-1.256q-1.398-1.255-1.639-3.136l1.081.317q.324%201.35%201.393%202.213Q10.582%2016%2012%2016q1.65%200%202.825-1.175T16%2012q0-1.425-.872-2.5t-2.203-1.4l-.336-1.061q1.88.24%203.145%201.638T17%2012q0%202.083-1.458%203.542Q14.083%2017%2012%2017m-3.507%203.291q-1.643-.708-2.859-1.923T3.709%2015.51T3%2012v-.296q0-.148.03-.296L4%2011.7v.3q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204h-.3l-.312-.97q.153-.03.306-.03H12q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709t-3.51-.709m2.263-8.502L5.962%206.975l-.923%202.794L3%203l6.77%202.039l-2.795.923l4.814%204.794z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/drag-click.svg?color=%231a73e8&size=48