mobile hand left off icon
mobile-hand-left-off-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-left-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the mobile hand left off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 16.72l-1-1V4.615q0-.27-.173-.443T17.385 4H9.538q-.269 0-.442.173t-.173.443v2.026l-1-1V4.616q0-.672.472-1.144T9.54 3h7.846q.67 0 1.143.472q.472.472.472 1.144zm-10.077-.422l3.79-1.639l-3.79-3.801zm11.918 6.483l-2.314-2.314q-.2.24-.495.387q-.296.146-.648.146h-6.892l.81-1h5.892q.173 0 .318-.086t.22-.241l-3.459-3.465l-3.934 4.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458 0-2.479-1.021T4 18.519v-8q0-.935.442-1.704t1.19-1.242L1.624 3.558l.708-.708l19.223 19.223zM14 7.078q.23-.23.23-.54T14 6t-.54-.23q-.309 0-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-6.5 13.94h.979q.34 0 .646-.135q.306-.136.514-.407l3.777-4.815l-.135-.135l-5.358 2.31v-7.98l-1.56-1.559q-.613.316-.988.905Q5 9.793 5 10.519v8q0 1.043.732 1.772q.731.728 1.768.728m10.233-1.346"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileHandLeftOffOutline(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="m19 16.72l-1-1V4.615q0-.27-.173-.443T17.385 4H9.538q-.269 0-.442.173t-.173.443v2.026l-1-1V4.616q0-.672.472-1.144T9.54 3h7.846q.67 0 1.143.472q.472.472.472 1.144zm-10.077-.422l3.79-1.639l-3.79-3.801zm11.918 6.483l-2.314-2.314q-.2.24-.495.387q-.296.146-.648.146h-6.892l.81-1h5.892q.173 0 .318-.086t.22-.241l-3.459-3.465l-3.934 4.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458 0-2.479-1.021T4 18.519v-8q0-.935.442-1.704t1.19-1.242L1.624 3.558l.708-.708l19.223 19.223zM14 7.078q.23-.23.23-.54T14 6t-.54-.23q-.309 0-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-6.5 13.94h.979q.34 0 .646-.135q.306-.136.514-.407l3.777-4.815l-.135-.135l-5.358 2.31v-7.98l-1.56-1.559q-.613.316-.988.905Q5 9.793 5 10.519v8q0 1.043.732 1.772q.731.728 1.768.728m10.233-1.346"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19 16.72l-1-1V4.615q0-.27-.173-.443T17.385 4H9.538q-.269 0-.442.173t-.173.443v2.026l-1-1V4.616q0-.672.472-1.144T9.54 3h7.846q.67 0 1.143.472q.472.472.472 1.144zm-10.077-.422l3.79-1.639l-3.79-3.801zm11.918 6.483l-2.314-2.314q-.2.24-.495.387q-.296.146-.648.146h-6.892l.81-1h5.892q.173 0 .318-.086t.22-.241l-3.459-3.465l-3.934 4.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458 0-2.479-1.021T4 18.519v-8q0-.935.442-1.704t1.19-1.242L1.624 3.558l.708-.708l19.223 19.223zM14 7.078q.23-.23.23-.54T14 6t-.54-.23q-.309 0-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-6.5 13.94h.979q.34 0 .646-.135q.306-.136.514-.407l3.777-4.815l-.135-.135l-5.358 2.31v-7.98l-1.56-1.559q-.613.316-.988.905Q5 9.793 5 10.519v8q0 1.043.732 1.772q.731.728 1.768.728m10.233-1.346"/></svg> </template>
CSS
.icon-mobile-hand-left-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%22m19%2016.72l-1-1V4.615q0-.27-.173-.443T17.385%204H9.538q-.269%200-.442.173t-.173.443v2.026l-1-1V4.616q0-.672.472-1.144T9.54%203h7.846q.67%200%201.143.472q.472.472.472%201.144zm-10.077-.422l3.79-1.639l-3.79-3.801zm11.918%206.483l-2.314-2.314q-.2.24-.495.387q-.296.146-.648.146h-6.892l.81-1h5.892q.173%200%20.318-.086t.22-.241l-3.459-3.465l-3.934%204.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458%200-2.479-1.021T4%2018.519v-8q0-.935.442-1.704t1.19-1.242L1.624%203.558l.708-.708l19.223%2019.223zM14%207.078q.23-.23.23-.54T14%206t-.54-.23q-.309%200-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-6.5%2013.94h.979q.34%200%20.646-.135q.306-.136.514-.407l3.777-4.815l-.135-.135l-5.358%202.31v-7.98l-1.56-1.559q-.613.316-.988.905Q5%209.793%205%2010.519v8q0%201.043.732%201.772q.731.728%201.768.728m10.233-1.346%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%22m19%2016.72l-1-1V4.615q0-.27-.173-.443T17.385%204H9.538q-.269%200-.442.173t-.173.443v2.026l-1-1V4.616q0-.672.472-1.144T9.54%203h7.846q.67%200%201.143.472q.472.472.472%201.144zm-10.077-.422l3.79-1.639l-3.79-3.801zm11.918%206.483l-2.314-2.314q-.2.24-.495.387q-.296.146-.648.146h-6.892l.81-1h5.892q.173%200%20.318-.086t.22-.241l-3.459-3.465l-3.934%204.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458%200-2.479-1.021T4%2018.519v-8q0-.935.442-1.704t1.19-1.242L1.624%203.558l.708-.708l19.223%2019.223zM14%207.078q.23-.23.23-.54T14%206t-.54-.23q-.309%200-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-6.5%2013.94h.979q.34%200%20.646-.135q.306-.136.514-.407l3.777-4.815l-.135-.135l-5.358%202.31v-7.98l-1.56-1.559q-.613.316-.988.905Q5%209.793%205%2010.519v8q0%201.043.732%201.772q.731.728%201.768.728m10.233-1.346%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-hand-left-off-outline.svg?color=%231a73e8&size=48