gesture icon
gesture-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- gesture-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the gesture icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.754 20q-1.158 0-1.881-.733q-.723-.732-.723-1.878q0-1.708 1.48-3.044t3.645-1.576q-.113-1.285-.556-1.882t-1.284-.597q-.846 0-1.76.654t-2.229 2.252q-1.45 1.787-2.343 2.448q-.893.662-1.809.662q-1.025 0-1.66-.729Q4 14.848 4 13.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.456q.273-.556.273-.946q0-.31-.15-.464T6.693 5.5q-.26 0-.53.123q-.271.123-.587.38q-.24.216-.536.222q-.295.006-.51-.21q-.24-.226-.243-.533t.243-.523q.542-.486 1.085-.722T6.692 4q.9 0 1.499.589q.597.588.597 1.519q0 .629-.346 1.417q-.346.789-1.22 2.033q-.893 1.292-1.307 2.269q-.415.977-.415 1.79q0 .54.224.865t.57.324q.308 0 .61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914 2.754-2.695t2.367-.78q1.502 0 2.385 1.048t.994 2.902h1.494q.314 0 .532.218t.218.532t-.218.531q-.218.219-.532.219h-1.494q-.161 2.626-1.26 4.193Q15.415 20 13.754 20m.012-1.5q1.011 0 1.695-1.153t.808-3.066q-1.477.16-2.548 1.068q-1.071.909-1.071 1.978q0 .542.296.857q.296.316.82.316"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGestureRounded(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="M13.754 20q-1.158 0-1.881-.733q-.723-.732-.723-1.878q0-1.708 1.48-3.044t3.645-1.576q-.113-1.285-.556-1.882t-1.284-.597q-.846 0-1.76.654t-2.229 2.252q-1.45 1.787-2.343 2.448q-.893.662-1.809.662q-1.025 0-1.66-.729Q4 14.848 4 13.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.456q.273-.556.273-.946q0-.31-.15-.464T6.693 5.5q-.26 0-.53.123q-.271.123-.587.38q-.24.216-.536.222q-.295.006-.51-.21q-.24-.226-.243-.533t.243-.523q.542-.486 1.085-.722T6.692 4q.9 0 1.499.589q.597.588.597 1.519q0 .629-.346 1.417q-.346.789-1.22 2.033q-.893 1.292-1.307 2.269q-.415.977-.415 1.79q0 .54.224.865t.57.324q.308 0 .61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914 2.754-2.695t2.367-.78q1.502 0 2.385 1.048t.994 2.902h1.494q.314 0 .532.218t.218.532t-.218.531q-.218.219-.532.219h-1.494q-.161 2.626-1.26 4.193Q15.415 20 13.754 20m.012-1.5q1.011 0 1.695-1.153t.808-3.066q-1.477.16-2.548 1.068q-1.071.909-1.071 1.978q0 .542.296.857q.296.316.82.316"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.754 20q-1.158 0-1.881-.733q-.723-.732-.723-1.878q0-1.708 1.48-3.044t3.645-1.576q-.113-1.285-.556-1.882t-1.284-.597q-.846 0-1.76.654t-2.229 2.252q-1.45 1.787-2.343 2.448q-.893.662-1.809.662q-1.025 0-1.66-.729Q4 14.848 4 13.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.456q.273-.556.273-.946q0-.31-.15-.464T6.693 5.5q-.26 0-.53.123q-.271.123-.587.38q-.24.216-.536.222q-.295.006-.51-.21q-.24-.226-.243-.533t.243-.523q.542-.486 1.085-.722T6.692 4q.9 0 1.499.589q.597.588.597 1.519q0 .629-.346 1.417q-.346.789-1.22 2.033q-.893 1.292-1.307 2.269q-.415.977-.415 1.79q0 .54.224.865t.57.324q.308 0 .61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914 2.754-2.695t2.367-.78q1.502 0 2.385 1.048t.994 2.902h1.494q.314 0 .532.218t.218.532t-.218.531q-.218.219-.532.219h-1.494q-.161 2.626-1.26 4.193Q15.415 20 13.754 20m.012-1.5q1.011 0 1.695-1.153t.808-3.066q-1.477.16-2.548 1.068q-1.071.909-1.071 1.978q0 .542.296.857q.296.316.82.316"/></svg> </template>
CSS
.icon-gesture-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%22M13.754%2020q-1.158%200-1.881-.733q-.723-.732-.723-1.878q0-1.708%201.48-3.044t3.645-1.576q-.113-1.285-.556-1.882t-1.284-.597q-.846%200-1.76.654t-2.229%202.252q-1.45%201.787-2.343%202.448q-.893.662-1.809.662q-1.025%200-1.66-.729Q4%2014.848%204%2013.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.456q.273-.556.273-.946q0-.31-.15-.464T6.693%205.5q-.26%200-.53.123q-.271.123-.587.38q-.24.216-.536.222q-.295.006-.51-.21q-.24-.226-.243-.533t.243-.523q.542-.486%201.085-.722T6.692%204q.9%200%201.499.589q.597.588.597%201.519q0%20.629-.346%201.417q-.346.789-1.22%202.033q-.893%201.292-1.307%202.269q-.415.977-.415%201.79q0%20.54.224.865t.57.324q.308%200%20.61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914%202.754-2.695t2.367-.78q1.502%200%202.385%201.048t.994%202.902h1.494q.314%200%20.532.218t.218.532t-.218.531q-.218.219-.532.219h-1.494q-.161%202.626-1.26%204.193Q15.415%2020%2013.754%2020m.012-1.5q1.011%200%201.695-1.153t.808-3.066q-1.477.16-2.548%201.068q-1.071.909-1.071%201.978q0%20.542.296.857q.296.316.82.316%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%22M13.754%2020q-1.158%200-1.881-.733q-.723-.732-.723-1.878q0-1.708%201.48-3.044t3.645-1.576q-.113-1.285-.556-1.882t-1.284-.597q-.846%200-1.76.654t-2.229%202.252q-1.45%201.787-2.343%202.448q-.893.662-1.809.662q-1.025%200-1.66-.729Q4%2014.848%204%2013.652q0-1.12.501-2.359t1.593-2.772q.648-.9.922-1.456q.273-.556.273-.946q0-.31-.15-.464T6.693%205.5q-.26%200-.53.123q-.271.123-.587.38q-.24.216-.536.222q-.295.006-.51-.21q-.24-.226-.243-.533t.243-.523q.542-.486%201.085-.722T6.692%204q.9%200%201.499.589q.597.588.597%201.519q0%20.629-.346%201.417q-.346.789-1.22%202.033q-.893%201.292-1.307%202.269q-.415.977-.415%201.79q0%20.54.224.865t.57.324q.308%200%20.61-.166q.304-.167.746-.576q.325-.293.708-.738t.917-1.06q1.594-1.914%202.754-2.695t2.367-.78q1.502%200%202.385%201.048t.994%202.902h1.494q.314%200%20.532.218t.218.532t-.218.531q-.218.219-.532.219h-1.494q-.161%202.626-1.26%204.193Q15.415%2020%2013.754%2020m.012-1.5q1.011%200%201.695-1.153t.808-3.066q-1.477.16-2.548%201.068q-1.071.909-1.071%201.978q0%20.542.296.857q.296.316.82.316%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-rounded.svg?color=%231a73e8&size=48