mobile hand left off icon
mobile-hand-left-off-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-left-off-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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-1V4H8.923v2.642l-1-1V3H19zm1.84 6.06L19.06 21h-8.568l.81-1h6.758l-3.787-3.792l-3.934 4.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458 0-2.479-1.021T4 18.519v-8l2.292-2.292l-4.669-4.67l.708-.707l19.223 19.223zM14.001 7.079q.23-.23.23-.54T14 6t-.54-.23t-.539.23t-.23.54t.23.539t.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.31V9.88L7 8.958l-2 2v7.561q0 1.043.732 1.772q.731.728 1.768.728m1.423-4.721l3.79-1.639l-3.79-3.801z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileHandLeftOffOutlineSharp(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-1V4H8.923v2.642l-1-1V3H19zm1.84 6.06L19.06 21h-8.568l.81-1h6.758l-3.787-3.792l-3.934 4.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458 0-2.479-1.021T4 18.519v-8l2.292-2.292l-4.669-4.67l.708-.707l19.223 19.223zM14.001 7.079q.23-.23.23-.54T14 6t-.54-.23t-.539.23t-.23.54t.23.539t.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.31V9.88L7 8.958l-2 2v7.561q0 1.043.732 1.772q.731.728 1.768.728m1.423-4.721l3.79-1.639l-3.79-3.801z"/></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-1V4H8.923v2.642l-1-1V3H19zm1.84 6.06L19.06 21h-8.568l.81-1h6.758l-3.787-3.792l-3.934 4.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458 0-2.479-1.021T4 18.519v-8l2.292-2.292l-4.669-4.67l.708-.707l19.223 19.223zM14.001 7.079q.23-.23.23-.54T14 6t-.54-.23t-.539.23t-.23.54t.23.539t.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.31V9.88L7 8.958l-2 2v7.561q0 1.043.732 1.772q.731.728 1.768.728m1.423-4.721l3.79-1.639l-3.79-3.801z"/></svg> </template>
CSS
.icon-mobile-hand-left-off-outline-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%22m19%2016.72l-1-1V4H8.923v2.642l-1-1V3H19zm1.84%206.06L19.06%2021h-8.568l.81-1h6.758l-3.787-3.792l-3.934%204.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458%200-2.479-1.021T4%2018.519v-8l2.292-2.292l-4.669-4.67l.708-.707l19.223%2019.223zM14.001%207.079q.23-.23.23-.54T14%206t-.54-.23t-.539.23t-.23.54t.23.539t.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.31V9.88L7%208.958l-2%202v7.561q0%201.043.732%201.772q.731.728%201.768.728m1.423-4.721l3.79-1.639l-3.79-3.801z%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-1V4H8.923v2.642l-1-1V3H19zm1.84%206.06L19.06%2021h-8.568l.81-1h6.758l-3.787-3.792l-3.934%204.984q-.33.418-.818.623q-.488.204-1.023.204H7.5q-1.458%200-2.479-1.021T4%2018.519v-8l2.292-2.292l-4.669-4.67l.708-.707l19.223%2019.223zM14.001%207.079q.23-.23.23-.54T14%206t-.54-.23t-.539.23t-.23.54t.23.539t.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.31V9.88L7%208.958l-2%202v7.561q0%201.043.732%201.772q.731.728%201.768.728m1.423-4.721l3.79-1.639l-3.79-3.801z%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-sharp.svg?color=%231a73e8&size=48