mobile hand icon
mobile-hand-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-outline
- Set
- Material Symbols
- Style
- Outline
- 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 20V4zm9.925 3q-.65 0-1.225-.262t-1-.738l-5.05-6.05l1.125-1.15q.45-.45 1.1-.562t1.225.187l2.9 1.45V7h2q1.65 0 2.825 1.175T21 11v8q0 1.65-1.175 2.825T17 23zM6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9q.825 0 1.413.588T17 4v3h-2V4H6v16h6.025l1.675 2zm5.213-15.288Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M15.925 21H17q.825 0 1.413-.575T19 19v-8q0-.825-.587-1.412T17 9v10.125l-5.3-2.675l3.45 4.2q.15.175.35.263t.425.087"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileHandOutline(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.925 3q-.65 0-1.225-.262t-1-.738l-5.05-6.05l1.125-1.15q.45-.45 1.1-.562t1.225.187l2.9 1.45V7h2q1.65 0 2.825 1.175T21 11v8q0 1.65-1.175 2.825T17 23zM6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9q.825 0 1.413.588T17 4v3h-2V4H6v16h6.025l1.675 2zm5.213-15.288Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M15.925 21H17q.825 0 1.413-.575T19 19v-8q0-.825-.587-1.412T17 9v10.125l-5.3-2.675l3.45 4.2q.15.175.35.263t.425.087"/></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.925 3q-.65 0-1.225-.262t-1-.738l-5.05-6.05l1.125-1.15q.45-.45 1.1-.562t1.225.187l2.9 1.45V7h2q1.65 0 2.825 1.175T21 11v8q0 1.65-1.175 2.825T17 23zM6 22q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h9q.825 0 1.413.588T17 4v3h-2V4H6v16h6.025l1.675 2zm5.213-15.288Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M15.925 21H17q.825 0 1.413-.575T19 19v-8q0-.825-.587-1.412T17 9v10.125l-5.3-2.675l3.45 4.2q.15.175.35.263t.425.087"/></svg> </template>
CSS
.icon-mobile-hand-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%22M6%2020V4zm9.925%203q-.65%200-1.225-.262t-1-.738l-5.05-6.05l1.125-1.15q.45-.45%201.1-.562t1.225.187l2.9%201.45V7h2q1.65%200%202.825%201.175T21%2011v8q0%201.65-1.175%202.825T17%2023zM6%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h9q.825%200%201.413.588T17%204v3h-2V4H6v16h6.025l1.675%202zm5.213-15.288Q11.5%206.425%2011.5%206t-.288-.712T10.5%205t-.712.288T9.5%206t.288.713T10.5%207t.713-.288M15.925%2021H17q.825%200%201.413-.575T19%2019v-8q0-.825-.587-1.412T17%209v10.125l-5.3-2.675l3.45%204.2q.15.175.35.263t.425.087%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.925%203q-.65%200-1.225-.262t-1-.738l-5.05-6.05l1.125-1.15q.45-.45%201.1-.562t1.225.187l2.9%201.45V7h2q1.65%200%202.825%201.175T21%2011v8q0%201.65-1.175%202.825T17%2023zM6%2022q-.825%200-1.412-.587T4%2020V4q0-.825.588-1.412T6%202h9q.825%200%201.413.588T17%204v3h-2V4H6v16h6.025l1.675%202zm5.213-15.288Q11.5%206.425%2011.5%206t-.288-.712T10.5%205t-.712.288T9.5%206t.288.713T10.5%207t.713-.288M15.925%2021H17q.825%200%201.413-.575T19%2019v-8q0-.825-.587-1.412T17%209v10.125l-5.3-2.675l3.45%204.2q.15.175.35.263t.425.087%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-outline.svg?color=%231a73e8&size=48