mobile hand icon
mobile-hand-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20V4zm9.502 2.02q-.535 0-1.023-.206q-.488-.205-.817-.622l-4.418-5.58q-.154-.185-.138-.438t.194-.412l.11-.116q.257-.257.61-.322t.696.101l4.361 1.873V7.019H16.5q1.458 0 2.479 1.021Q20 9.063 20 10.52v8q0 1.457-1.021 2.478T16.5 22.019zM6.616 21q-.672 0-1.144-.472T5 19.385V4.615q0-.67.472-1.143Q5.944 3 6.616 3h7.846q.67 0 1.143.472q.472.472.472 1.144v2.403h-1V4.616q0-.27-.173-.443T14.462 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173h6.082l.81 1zm4.462-13.922q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23m4.443 13.941h.979q1.037 0 1.768-.728q.732-.73.732-1.772v-8q0-1.036-.732-1.768T16.5 8.019h-.423v8.577q0 .44-.36.68t-.763.066l-4.606-1.963l4.013 5.098q.208.271.514.407t.646.135"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileHandOutlineRounded(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="M6 20V4zm9.502 2.02q-.535 0-1.023-.206q-.488-.205-.817-.622l-4.418-5.58q-.154-.185-.138-.438t.194-.412l.11-.116q.257-.257.61-.322t.696.101l4.361 1.873V7.019H16.5q1.458 0 2.479 1.021Q20 9.063 20 10.52v8q0 1.457-1.021 2.478T16.5 22.019zM6.616 21q-.672 0-1.144-.472T5 19.385V4.615q0-.67.472-1.143Q5.944 3 6.616 3h7.846q.67 0 1.143.472q.472.472.472 1.144v2.403h-1V4.616q0-.27-.173-.443T14.462 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173h6.082l.81 1zm4.462-13.922q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23m4.443 13.941h.979q1.037 0 1.768-.728q.732-.73.732-1.772v-8q0-1.036-.732-1.768T16.5 8.019h-.423v8.577q0 .44-.36.68t-.763.066l-4.606-1.963l4.013 5.098q.208.271.514.407t.646.135"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20V4zm9.502 2.02q-.535 0-1.023-.206q-.488-.205-.817-.622l-4.418-5.58q-.154-.185-.138-.438t.194-.412l.11-.116q.257-.257.61-.322t.696.101l4.361 1.873V7.019H16.5q1.458 0 2.479 1.021Q20 9.063 20 10.52v8q0 1.457-1.021 2.478T16.5 22.019zM6.616 21q-.672 0-1.144-.472T5 19.385V4.615q0-.67.472-1.143Q5.944 3 6.616 3h7.846q.67 0 1.143.472q.472.472.472 1.144v2.403h-1V4.616q0-.27-.173-.443T14.462 4H6.616q-.27 0-.443.173T6 4.616v14.769q0 .269.173.442t.443.173h6.082l.81 1zm4.462-13.922q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23m4.443 13.941h.979q1.037 0 1.768-.728q.732-.73.732-1.772v-8q0-1.036-.732-1.768T16.5 8.019h-.423v8.577q0 .44-.36.68t-.763.066l-4.606-1.963l4.013 5.098q.208.271.514.407t.646.135"/></svg> </template>
CSS
.icon-mobile-hand-outline-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%22M6%2020V4zm9.502%202.02q-.535%200-1.023-.206q-.488-.205-.817-.622l-4.418-5.58q-.154-.185-.138-.438t.194-.412l.11-.116q.257-.257.61-.322t.696.101l4.361%201.873V7.019H16.5q1.458%200%202.479%201.021Q20%209.063%2020%2010.52v8q0%201.457-1.021%202.478T16.5%2022.019zM6.616%2021q-.672%200-1.144-.472T5%2019.385V4.615q0-.67.472-1.143Q5.944%203%206.616%203h7.846q.67%200%201.143.472q.472.472.472%201.144v2.403h-1V4.616q0-.27-.173-.443T14.462%204H6.616q-.27%200-.443.173T6%204.616v14.769q0%20.269.173.442t.443.173h6.082l.81%201zm4.462-13.922q.23-.23.23-.54T11.078%206t-.54-.23T10%206t-.23.54q0%20.309.23.539t.54.23t.539-.23m4.443%2013.941h.979q1.037%200%201.768-.728q.732-.73.732-1.772v-8q0-1.036-.732-1.768T16.5%208.019h-.423v8.577q0%20.44-.36.68t-.763.066l-4.606-1.963l4.013%205.098q.208.271.514.407t.646.135%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%22M6%2020V4zm9.502%202.02q-.535%200-1.023-.206q-.488-.205-.817-.622l-4.418-5.58q-.154-.185-.138-.438t.194-.412l.11-.116q.257-.257.61-.322t.696.101l4.361%201.873V7.019H16.5q1.458%200%202.479%201.021Q20%209.063%2020%2010.52v8q0%201.457-1.021%202.478T16.5%2022.019zM6.616%2021q-.672%200-1.144-.472T5%2019.385V4.615q0-.67.472-1.143Q5.944%203%206.616%203h7.846q.67%200%201.143.472q.472.472.472%201.144v2.403h-1V4.616q0-.27-.173-.443T14.462%204H6.616q-.27%200-.443.173T6%204.616v14.769q0%20.269.173.442t.443.173h6.082l.81%201zm4.462-13.922q.23-.23.23-.54T11.078%206t-.54-.23T10%206t-.23.54q0%20.309.23.539t.54.23t.539-.23m4.443%2013.941h.979q1.037%200%201.768-.728q.732-.73.732-1.772v-8q0-1.036-.732-1.768T16.5%208.019h-.423v8.577q0%20.44-.36.68t-.763.066l-4.606-1.963l4.013%205.098q.208.271.514.407t.646.135%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-outline-rounded.svg?color=%231a73e8&size=48