mobile hand icon
mobile-hand-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9q.825 0 1.413.588T17 4v1q0 .425-.288.713T16 6q-.825 0-1.412.588T14 8v6.275l-1.25-.65q-.95-.475-2-.325t-1.8.9l-.375.375q-.55.55-.575 1.325t.475 1.375l2.55 3.075q.425.5.15 1.075T10.25 22zm5.213-15.288Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M15.95 22q-.45 0-.862-.187t-.688-.538L10.325 16.4q-.15-.175-.125-.4t.175-.375q.3-.3.7-.35t.775.15l2.7 1.35q.5.25.975-.037t.475-.863V9q0-.425.288-.712T17 8q1.25 0 2.125.875T20 11v8q0 1.25-.875 2.125T17 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileHandRounded(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 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9q.825 0 1.413.588T17 4v1q0 .425-.288.713T16 6q-.825 0-1.412.588T14 8v6.275l-1.25-.65q-.95-.475-2-.325t-1.8.9l-.375.375q-.55.55-.575 1.325t.475 1.375l2.55 3.075q.425.5.15 1.075T10.25 22zm5.213-15.288Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M15.95 22q-.45 0-.862-.187t-.688-.538L10.325 16.4q-.15-.175-.125-.4t.175-.375q.3-.3.7-.35t.775.15l2.7 1.35q.5.25.975-.037t.475-.863V9q0-.425.288-.712T17 8q1.25 0 2.125.875T20 11v8q0 1.25-.875 2.125T17 22z"/></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 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9q.825 0 1.413.588T17 4v1q0 .425-.288.713T16 6q-.825 0-1.412.588T14 8v6.275l-1.25-.65q-.95-.475-2-.325t-1.8.9l-.375.375q-.55.55-.575 1.325t.475 1.375l2.55 3.075q.425.5.15 1.075T10.25 22zm5.213-15.288Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M15.95 22q-.45 0-.862-.187t-.688-.538L10.325 16.4q-.15-.175-.125-.4t.175-.375q.3-.3.7-.35t.775.15l2.7 1.35q.5.25.975-.037t.475-.863V9q0-.425.288-.712T17 8q1.25 0 2.125.875T20 11v8q0 1.25-.875 2.125T17 22z"/></svg> </template>
CSS
.icon-mobile-hand-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%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h9q.825%200%201.413.588T17%204v1q0%20.425-.288.713T16%206q-.825%200-1.412.588T14%208v6.275l-1.25-.65q-.95-.475-2-.325t-1.8.9l-.375.375q-.55.55-.575%201.325t.475%201.375l2.55%203.075q.425.5.15%201.075T10.25%2022zm5.213-15.288Q11.5%206.425%2011.5%206t-.288-.712T10.5%205t-.712.288T9.5%206t.288.713T10.5%207t.713-.288M15.95%2022q-.45%200-.862-.187t-.688-.538L10.325%2016.4q-.15-.175-.125-.4t.175-.375q.3-.3.7-.35t.775.15l2.7%201.35q.5.25.975-.037t.475-.863V9q0-.425.288-.712T17%208q1.25%200%202.125.875T20%2011v8q0%201.25-.875%202.125T17%2022z%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%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h9q.825%200%201.413.588T17%204v1q0%20.425-.288.713T16%206q-.825%200-1.412.588T14%208v6.275l-1.25-.65q-.95-.475-2-.325t-1.8.9l-.375.375q-.55.55-.575%201.325t.475%201.375l2.55%203.075q.425.5.15%201.075T10.25%2022zm5.213-15.288Q11.5%206.425%2011.5%206t-.288-.712T10.5%205t-.712.288T9.5%206t.288.713T10.5%207t.713-.288M15.95%2022q-.45%200-.862-.187t-.688-.538L10.325%2016.4q-.15-.175-.125-.4t.175-.375q.3-.3.7-.35t.775.15l2.7%201.35q.5.25.975-.037t.475-.863V9q0-.425.288-.712T17%208q1.25%200%202.125.875T20%2011v8q0%201.25-.875%202.125T17%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mobile-hand-rounded.svg?color=%231a73e8&size=48