gesture select icon
gesture-select-sharp from Material Symbols by Google · Sharp · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- gesture-select-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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-2h2v2zm20 0v-2h2v2zM1 8V6h2v2zm20 0V6h2v2zM1 4V2h2v2zm4 8v-2h2v2zm12 0v-2h2v2zm4-8V2h2v2zM5 4V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm-5.175 19q-.6 0-1.15-.225t-.975-.65L4.6 17l1.6-1.625l2.8.8V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T16 23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGestureSelectSharp(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-2h2v2zm20 0v-2h2v2zM1 8V6h2v2zm20 0V6h2v2zM1 4V2h2v2zm4 8v-2h2v2zm12 0v-2h2v2zm4-8V2h2v2zM5 4V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm-5.175 19q-.6 0-1.15-.225t-.975-.65L4.6 17l1.6-1.625l2.8.8V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T16 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="M1 12v-2h2v2zm20 0v-2h2v2zM1 8V6h2v2zm20 0V6h2v2zM1 4V2h2v2zm4 8v-2h2v2zm12 0v-2h2v2zm4-8V2h2v2zM5 4V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm4 0V2h2v2zm-5.175 19q-.6 0-1.15-.225t-.975-.65L4.6 17l1.6-1.625l2.8.8V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0 1.65-1.175 2.825T16 23z"/></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%22M1%2012v-2h2v2zm20%200v-2h2v2zM1%208V6h2v2zm20%200V6h2v2zM1%204V2h2v2zm4%208v-2h2v2zm12%200v-2h2v2zm4-8V2h2v2zM5%204V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm-5.175%2019q-.6%200-1.15-.225t-.975-.65L4.6%2017l1.6-1.625l2.8.8V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0%201.65-1.175%202.825T16%2023z%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-2h2v2zm20%200v-2h2v2zM1%208V6h2v2zm20%200V6h2v2zM1%204V2h2v2zm4%208v-2h2v2zm12%200v-2h2v2zm4-8V2h2v2zM5%204V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm4%200V2h2v2zm-5.175%2019q-.6%200-1.15-.225t-.975-.65L4.6%2017l1.6-1.625l2.8.8V7h2v8h1v-4h2v4h1v-3h2v3h1v-1h2v5q0%201.65-1.175%202.825T16%2023z%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-sharp.svg?color=%231a73e8&size=48