drag-click-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
drag-click-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
drag-click-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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 18q-1.775 0-3.262-.937T6.525 14.5q-.15-.35 0-.7t.525-.5q.375-.175.788-.012t.612.587q.525.975 1.475 1.55T12 16q1.65 0 2.825-1.175T16 12q0-1.125-.587-2.062T13.85 8.474q-.4-.2-.55-.612t.025-.788t.513-.525t.687 0q1.575.725 2.525 2.212T18 12q0 2.5-1.75 4.25T12 18m0 4q-3.95 0-6.85-2.675T1.975 12.75q-.025-.4.238-.7t.687-.325t.763.263t.387.737q.4 3.1 2.688 5.188T12 20q3.35 0 5.675-2.325T20 12q0-3.125-2.075-5.387T12.7 4.05q-.45-.05-.737-.375t-.263-.75t.325-.7t.7-.25q1.95.125 3.638.975T19.3 5.163t1.975 3.125T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M9.55 11.5l-3.3-3.275L5.5 10.5q-.125.35-.475.338t-.475-.363L2.275 2.9q-.1-.3.113-.512t.512-.113l7.575 2.275q.35.125.363.475T10.5 5.5l-2.275.75l3.3 3.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDragClickRounded(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 18q-1.775 0-3.262-.937T6.525 14.5q-.15-.35 0-.7t.525-.5q.375-.175.788-.012t.612.587q.525.975 1.475 1.55T12 16q1.65 0 2.825-1.175T16 12q0-1.125-.587-2.062T13.85 8.474q-.4-.2-.55-.612t.025-.788t.513-.525t.687 0q1.575.725 2.525 2.212T18 12q0 2.5-1.75 4.25T12 18m0 4q-3.95 0-6.85-2.675T1.975 12.75q-.025-.4.238-.7t.687-.325t.763.263t.387.737q.4 3.1 2.688 5.188T12 20q3.35 0 5.675-2.325T20 12q0-3.125-2.075-5.387T12.7 4.05q-.45-.05-.737-.375t-.263-.75t.325-.7t.7-.25q1.95.125 3.638.975T19.3 5.163t1.975 3.125T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M9.55 11.5l-3.3-3.275L5.5 10.5q-.125.35-.475.338t-.475-.363L2.275 2.9q-.1-.3.113-.512t.512-.113l7.575 2.275q.35.125.363.475T10.5 5.5l-2.275.75l3.3 3.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425"/></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 18q-1.775 0-3.262-.937T6.525 14.5q-.15-.35 0-.7t.525-.5q.375-.175.788-.012t.612.587q.525.975 1.475 1.55T12 16q1.65 0 2.825-1.175T16 12q0-1.125-.587-2.062T13.85 8.474q-.4-.2-.55-.612t.025-.788t.513-.525t.687 0q1.575.725 2.525 2.212T18 12q0 2.5-1.75 4.25T12 18m0 4q-3.95 0-6.85-2.675T1.975 12.75q-.025-.4.238-.7t.687-.325t.763.263t.387.737q.4 3.1 2.688 5.188T12 20q3.35 0 5.675-2.325T20 12q0-3.125-2.075-5.387T12.7 4.05q-.45-.05-.737-.375t-.263-.75t.325-.7t.7-.25q1.95.125 3.638.975T19.3 5.163t1.975 3.125T22 12q0 2.075-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M9.55 11.5l-3.3-3.275L5.5 10.5q-.125.35-.475.338t-.475-.363L2.275 2.9q-.1-.3.113-.512t.512-.113l7.575 2.275q.35.125.363.475T10.5 5.5l-2.275.75l3.3 3.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425"/></svg>
</template>

CSS

.icon-drag-click-rounded {
  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%2018q-1.775%200-3.262-.937T6.525%2014.5q-.15-.35%200-.7t.525-.5q.375-.175.788-.012t.612.587q.525.975%201.475%201.55T12%2016q1.65%200%202.825-1.175T16%2012q0-1.125-.587-2.062T13.85%208.474q-.4-.2-.55-.612t.025-.788t.513-.525t.687%200q1.575.725%202.525%202.212T18%2012q0%202.5-1.75%204.25T12%2018m0%204q-3.95%200-6.85-2.675T1.975%2012.75q-.025-.4.238-.7t.687-.325t.763.263t.387.737q.4%203.1%202.688%205.188T12%2020q3.35%200%205.675-2.325T20%2012q0-3.125-2.075-5.387T12.7%204.05q-.45-.05-.737-.375t-.263-.75t.325-.7t.7-.25q1.95.125%203.638.975T19.3%205.163t1.975%203.125T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022M9.55%2011.5l-3.3-3.275L5.5%2010.5q-.125.35-.475.338t-.475-.363L2.275%202.9q-.1-.3.113-.512t.512-.113l7.575%202.275q.35.125.363.475T10.5%205.5l-2.275.75l3.3%203.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425%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%2018q-1.775%200-3.262-.937T6.525%2014.5q-.15-.35%200-.7t.525-.5q.375-.175.788-.012t.612.587q.525.975%201.475%201.55T12%2016q1.65%200%202.825-1.175T16%2012q0-1.125-.587-2.062T13.85%208.474q-.4-.2-.55-.612t.025-.788t.513-.525t.687%200q1.575.725%202.525%202.212T18%2012q0%202.5-1.75%204.25T12%2018m0%204q-3.95%200-6.85-2.675T1.975%2012.75q-.025-.4.238-.7t.687-.325t.763.263t.387.737q.4%203.1%202.688%205.188T12%2020q3.35%200%205.675-2.325T20%2012q0-3.125-2.075-5.387T12.7%204.05q-.45-.05-.737-.375t-.263-.75t.325-.7t.7-.25q1.95.125%203.638.975T19.3%205.163t1.975%203.125T22%2012q0%202.075-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022M9.55%2011.5l-3.3-3.275L5.5%2010.5q-.125.35-.475.338t-.475-.363L2.275%202.9q-.1-.3.113-.512t.512-.113l7.575%202.275q.35.125.363.475T10.5%205.5l-2.275.75l3.3%203.3q.425.425.425.975t-.425.975t-.987.425t-.988-.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/drag-click-rounded.svg?color=%231a73e8&size=48