hand gesture off icon
hand-gesture-off-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- hand-gesture-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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 hand gesture off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.208l-1-1V5.5q0-.213.144-.356T19.501 5t.356.144T20 5.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 3.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 1.625h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945 8.206L9 10.422v5.972l-4.142-2.186l5.06 5.63q.257.271.564.467t.69.195H16.5q.539 0 1.007-.216q.468-.217.783-.572M11.172 21.5q-.58 0-1.092-.283q-.512-.282-.898-.707L3.187 13.9l.35-.287q.373-.35.9-.422t.975.184L8 14.798V9.421L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zM21.404 5.64q0-1.102-.77-1.87q-.768-.77-1.87-.77v-.885q1.47 0 2.498 1.027t1.027 2.499zM6.058 21.77q-1.594 0-2.711-1.12t-1.116-2.708h.885q0 1.22.861 2.081q.862.862 2.08.862zm7.984-6.312"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHandGestureOffOutline(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="m20 17.208l-1-1V5.5q0-.213.144-.356T19.501 5t.356.144T20 5.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 3.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 1.625h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945 8.206L9 10.422v5.972l-4.142-2.186l5.06 5.63q.257.271.564.467t.69.195H16.5q.539 0 1.007-.216q.468-.217.783-.572M11.172 21.5q-.58 0-1.092-.283q-.512-.282-.898-.707L3.187 13.9l.35-.287q.373-.35.9-.422t.975.184L8 14.798V9.421L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zM21.404 5.64q0-1.102-.77-1.87q-.768-.77-1.87-.77v-.885q1.47 0 2.498 1.027t1.027 2.499zM6.058 21.77q-1.594 0-2.711-1.12t-1.116-2.708h.885q0 1.22.861 2.081q.862.862 2.08.862zm7.984-6.312"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.208l-1-1V5.5q0-.213.144-.356T19.501 5t.356.144T20 5.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 3.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673 1.625h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945 8.206L9 10.422v5.972l-4.142-2.186l5.06 5.63q.257.271.564.467t.69.195H16.5q.539 0 1.007-.216q.468-.217.783-.572M11.172 21.5q-.58 0-1.092-.283q-.512-.282-.898-.707L3.187 13.9l.35-.287q.373-.35.9-.422t.975.184L8 14.798V9.421L1.887 3.308l.713-.714l19.223 19.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zM21.404 5.64q0-1.102-.77-1.87q-.768-.77-1.87-.77v-.885q1.47 0 2.498 1.027t1.027 2.499zM6.058 21.77q-1.594 0-2.711-1.12t-1.116-2.708h.885q0 1.22.861 2.081q.862.862 2.08.862zm7.984-6.312"/></svg> </template>
CSS
.icon-hand-gesture-off-outline {
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%22m20%2017.208l-1-1V5.5q0-.213.144-.356T19.501%205t.356.144T20%205.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%203.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%201.625h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945%208.206L9%2010.422v5.972l-4.142-2.186l5.06%205.63q.257.271.564.467t.69.195H16.5q.539%200%201.007-.216q.468-.217.783-.572M11.172%2021.5q-.58%200-1.092-.283q-.512-.282-.898-.707L3.187%2013.9l.35-.287q.373-.35.9-.422t.975.184L8%2014.798V9.421L1.887%203.308l.713-.714l19.223%2019.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zM21.404%205.64q0-1.102-.77-1.87q-.768-.77-1.87-.77v-.885q1.47%200%202.498%201.027t1.027%202.499zM6.058%2021.77q-1.594%200-2.711-1.12t-1.116-2.708h.885q0%201.22.861%202.081q.862.862%202.08.862zm7.984-6.312%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%22m20%2017.208l-1-1V5.5q0-.213.144-.356T19.501%205t.356.144T20%205.5zm-11-11l-1-1v-.15q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%203.673l-1-1V3.058q0-.213.144-.356t.357-.144t.356.144t.143.356zm3.673%201.625h-1V4.058q0-.213.144-.356q.144-.144.357-.144t.356.144t.143.356zm1.945%208.206L9%2010.422v5.972l-4.142-2.186l5.06%205.63q.257.271.564.467t.69.195H16.5q.539%200%201.007-.216q.468-.217.783-.572M11.172%2021.5q-.58%200-1.092-.283q-.512-.282-.898-.707L3.187%2013.9l.35-.287q.373-.35.9-.422t.975.184L8%2014.798V9.421L1.887%203.308l.713-.714l19.223%2019.223l-.713.714l-2.12-2.12q-.48.491-1.11.79t-1.38.299zM21.404%205.64q0-1.102-.77-1.87q-.768-.77-1.87-.77v-.885q1.47%200%202.498%201.027t1.027%202.499zM6.058%2021.77q-1.594%200-2.711-1.12t-1.116-2.708h.885q0%201.22.861%202.081q.862.862%202.08.862zm7.984-6.312%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hand-gesture-off-outline.svg?color=%231a73e8&size=48