gesture select icon
gesture-select-sharp from Material Symbols Light by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- gesture-select-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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.23zm18.077 0V10.23h1.23v1.23zM2.346 7.846v-1.23h1.231v1.23zm18.077 0v-1.23h1.23v1.23zM2.346 4.231V3h1.231v1.23zm3.616 7.23v-1.23h1.23v1.23zm10.846 0v-1.23h1.23v1.23zm3.615-7.23V3h1.23v1.23zm-14.461 0V3h1.23v1.23zm3.615 0V3h1.23v1.23zm3.615 0V3h1.231v1.23zm3.616 0V3h1.23v1.23zm-5.14 17.25q-.5 0-.945-.187t-.807-.546l-4.354-4.344l1.003-1.029l2.781.627V7.5h1v7.308h1.77v-4.27h1v4.27h1.769v-2.885h1v2.885h1.769v-.5h1v3.673q0 1.457-1.021 2.478t-2.48 1.022z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGestureSelectSharp(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.23zm18.077 0V10.23h1.23v1.23zM2.346 7.846v-1.23h1.231v1.23zm18.077 0v-1.23h1.23v1.23zM2.346 4.231V3h1.231v1.23zm3.616 7.23v-1.23h1.23v1.23zm10.846 0v-1.23h1.23v1.23zm3.615-7.23V3h1.23v1.23zm-14.461 0V3h1.23v1.23zm3.615 0V3h1.23v1.23zm3.615 0V3h1.231v1.23zm3.616 0V3h1.23v1.23zm-5.14 17.25q-.5 0-.945-.187t-.807-.546l-4.354-4.344l1.003-1.029l2.781.627V7.5h1v7.308h1.77v-4.27h1v4.27h1.769v-2.885h1v2.885h1.769v-.5h1v3.673q0 1.457-1.021 2.478t-2.48 1.022z"/></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.23zm18.077 0V10.23h1.23v1.23zM2.346 7.846v-1.23h1.231v1.23zm18.077 0v-1.23h1.23v1.23zM2.346 4.231V3h1.231v1.23zm3.616 7.23v-1.23h1.23v1.23zm10.846 0v-1.23h1.23v1.23zm3.615-7.23V3h1.23v1.23zm-14.461 0V3h1.23v1.23zm3.615 0V3h1.23v1.23zm3.615 0V3h1.231v1.23zm3.616 0V3h1.23v1.23zm-5.14 17.25q-.5 0-.945-.187t-.807-.546l-4.354-4.344l1.003-1.029l2.781.627V7.5h1v7.308h1.77v-4.27h1v4.27h1.769v-2.885h1v2.885h1.769v-.5h1v3.673q0 1.457-1.021 2.478t-2.48 1.022z"/></svg> </template>
CSS
.icon-gesture-select-sharp {
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.23zm18.077%200V10.23h1.23v1.23zM2.346%207.846v-1.23h1.231v1.23zm18.077%200v-1.23h1.23v1.23zM2.346%204.231V3h1.231v1.23zm3.616%207.23v-1.23h1.23v1.23zm10.846%200v-1.23h1.23v1.23zm3.615-7.23V3h1.23v1.23zm-14.461%200V3h1.23v1.23zm3.615%200V3h1.23v1.23zm3.615%200V3h1.231v1.23zm3.616%200V3h1.23v1.23zm-5.14%2017.25q-.5%200-.945-.187t-.807-.546l-4.354-4.344l1.003-1.029l2.781.627V7.5h1v7.308h1.77v-4.27h1v4.27h1.769v-2.885h1v2.885h1.769v-.5h1v3.673q0%201.457-1.021%202.478t-2.48%201.022z%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.23zm18.077%200V10.23h1.23v1.23zM2.346%207.846v-1.23h1.231v1.23zm18.077%200v-1.23h1.23v1.23zM2.346%204.231V3h1.231v1.23zm3.616%207.23v-1.23h1.23v1.23zm10.846%200v-1.23h1.23v1.23zm3.615-7.23V3h1.23v1.23zm-14.461%200V3h1.23v1.23zm3.615%200V3h1.23v1.23zm3.615%200V3h1.231v1.23zm3.616%200V3h1.23v1.23zm-5.14%2017.25q-.5%200-.945-.187t-.807-.546l-4.354-4.344l1.003-1.029l2.781.627V7.5h1v7.308h1.77v-4.27h1v4.27h1.769v-2.885h1v2.885h1.769v-.5h1v3.673q0%201.457-1.021%202.478t-2.48%201.022z%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-sharp.svg?color=%231a73e8&size=48