gesture select icon

gesture-select from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
gesture-select
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the gesture select icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 12v-2h2v2zm10.825 11q-.6 0-1.15-.225t-.975-.65L4.6 17l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T10 7t.713.288T11 8v7h1v-3q0-.425.288-.712T13 11t.713.288T14 12v3h1v-2q0-.425.288-.712T16 12t.713.288T17 13v2h1q0-.425.288-.712T19 14t.713.288T20 15v4q0 1.65-1.175 2.825T16 23zM1 8V6h2v2zm4 4v-2h2v2zm12 0v-2h2v2zm4 0v-2h2v2zM1 4V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 4V6h2v2zm0-4V2h2v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGestureSelect(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="M1 12v-2h2v2zm10.825 11q-.6 0-1.15-.225t-.975-.65L4.6 17l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T10 7t.713.288T11 8v7h1v-3q0-.425.288-.712T13 11t.713.288T14 12v3h1v-2q0-.425.288-.712T16 12t.713.288T17 13v2h1q0-.425.288-.712T19 14t.713.288T20 15v4q0 1.65-1.175 2.825T16 23zM1 8V6h2v2zm4 4v-2h2v2zm12 0v-2h2v2zm4 0v-2h2v2zM1 4V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 4V6h2v2zm0-4V2h2v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 12v-2h2v2zm10.825 11q-.6 0-1.15-.225t-.975-.65L4.6 17l.825-.85q.35-.35.85-.475t1 0l1.725.5V8q0-.425.288-.712T10 7t.713.288T11 8v7h1v-3q0-.425.288-.712T13 11t.713.288T14 12v3h1v-2q0-.425.288-.712T16 12t.713.288T17 13v2h1q0-.425.288-.712T19 14t.713.288T20 15v4q0 1.65-1.175 2.825T16 23zM1 8V6h2v2zm4 4v-2h2v2zm12 0v-2h2v2zm4 0v-2h2v2zM1 4V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 4V6h2v2zm0-4V2h2v2z"/></svg>
</template>

CSS

.icon-gesture-select {
  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%22M1%2012v-2h2v2zm10.825%2011q-.6%200-1.15-.225t-.975-.65L4.6%2017l.825-.85q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T10%207t.713.288T11%208v7h1v-3q0-.425.288-.712T13%2011t.713.288T14%2012v3h1v-2q0-.425.288-.712T16%2012t.713.288T17%2013v2h1q0-.425.288-.712T19%2014t.713.288T20%2015v4q0%201.65-1.175%202.825T16%2023zM1%208V6h2v2zm4%204v-2h2v2zm12%200v-2h2v2zm4%200v-2h2v2zM1%204V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%204V6h2v2zm0-4V2h2v2z%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%22M1%2012v-2h2v2zm10.825%2011q-.6%200-1.15-.225t-.975-.65L4.6%2017l.825-.85q.35-.35.85-.475t1%200l1.725.5V8q0-.425.288-.712T10%207t.713.288T11%208v7h1v-3q0-.425.288-.712T13%2011t.713.288T14%2012v3h1v-2q0-.425.288-.712T16%2012t.713.288T17%2013v2h1q0-.425.288-.712T19%2014t.713.288T20%2015v4q0%201.65-1.175%202.825T16%2023zM1%208V6h2v2zm4%204v-2h2v2zm12%200v-2h2v2zm4%200v-2h2v2zM1%204V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%204V6h2v2zm0-4V2h2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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