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

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

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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="M2.346 11.462V10.23h1.231v1.23zm9.322 10.019q-.5 0-.945-.187t-.807-.546l-4.354-4.344l.568-.578q.241-.238.549-.305t.635.02l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022zM2.346 7.846v-1.23h1.231v1.23zm3.616 3.616V10.23h1.23v1.23zm10.846 0V10.23h1.23v1.23zm3.615 0V10.23h1.23v1.23zM2.346 4.23V3h1.231v1.23zm3.616 0V3h1.23v1.23zm3.615 0V3h1.23v1.23zm3.615 0V3h1.231v1.23zm3.616 0V3h1.23v1.23zm3.615 3.615v-1.23h1.23v1.23zm0-3.615V3h1.23v1.23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGestureSelect(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="M2.346 11.462V10.23h1.231v1.23zm9.322 10.019q-.5 0-.945-.187t-.807-.546l-4.354-4.344l.568-.578q.241-.238.549-.305t.635.02l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022zM2.346 7.846v-1.23h1.231v1.23zm3.616 3.616V10.23h1.23v1.23zm10.846 0V10.23h1.23v1.23zm3.615 0V10.23h1.23v1.23zM2.346 4.23V3h1.231v1.23zm3.616 0V3h1.23v1.23zm3.615 0V3h1.23v1.23zm3.615 0V3h1.231v1.23zm3.616 0V3h1.23v1.23zm3.615 3.615v-1.23h1.23v1.23zm0-3.615V3h1.23v1.23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.346 11.462V10.23h1.231v1.23zm9.322 10.019q-.5 0-.945-.187t-.807-.546l-4.354-4.344l.568-.578q.241-.238.549-.305t.635.02l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0 1.457-1.021 2.478t-2.48 1.022zM2.346 7.846v-1.23h1.231v1.23zm3.616 3.616V10.23h1.23v1.23zm10.846 0V10.23h1.23v1.23zm3.615 0V10.23h1.23v1.23zM2.346 4.23V3h1.231v1.23zm3.616 0V3h1.23v1.23zm3.615 0V3h1.23v1.23zm3.615 0V3h1.231v1.23zm3.616 0V3h1.23v1.23zm3.615 3.615v-1.23h1.23v1.23zm0-3.615V3h1.23v1.23z"/></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%22M2.346%2011.462V10.23h1.231v1.23zm9.322%2010.019q-.5%200-.945-.187t-.807-.546l-4.354-4.344l.568-.578q.241-.238.549-.305t.635.02l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0%201.457-1.021%202.478t-2.48%201.022zM2.346%207.846v-1.23h1.231v1.23zm3.616%203.616V10.23h1.23v1.23zm10.846%200V10.23h1.23v1.23zm3.615%200V10.23h1.23v1.23zM2.346%204.23V3h1.231v1.23zm3.616%200V3h1.23v1.23zm3.615%200V3h1.23v1.23zm3.615%200V3h1.231v1.23zm3.616%200V3h1.23v1.23zm3.615%203.615v-1.23h1.23v1.23zm0-3.615V3h1.23v1.23z%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%22M2.346%2011.462V10.23h1.231v1.23zm9.322%2010.019q-.5%200-.945-.187t-.807-.546l-4.354-4.344l.568-.578q.241-.238.549-.305t.635.02l2.032.461V8q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356v6.808h1.77v-3.77q0-.212.143-.356q.144-.143.357-.143t.356.143t.144.357v3.769h1.769v-2.385q0-.212.144-.356t.356-.144t.356.144t.144.356v2.385h1.769q0-.213.144-.356t.357-.144t.356.144t.143.356v3.173q0%201.457-1.021%202.478t-2.48%201.022zM2.346%207.846v-1.23h1.231v1.23zm3.616%203.616V10.23h1.23v1.23zm10.846%200V10.23h1.23v1.23zm3.615%200V10.23h1.23v1.23zM2.346%204.23V3h1.231v1.23zm3.616%200V3h1.23v1.23zm3.615%200V3h1.23v1.23zm3.615%200V3h1.231v1.23zm3.616%200V3h1.23v1.23zm3.615%203.615v-1.23h1.23v1.23zm0-3.615V3h1.23v1.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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