mobile hand left icon
mobile-hand-left-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-left-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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 22q-.65 0-.925-.575t.15-1.075l2.55-3.075q.5-.6.475-1.375t-.575-1.325l-.375-.375q-.75-.75-1.8-.9t-2 .325l-1.25.65V8q0-.825-.587-1.412T8 6q-.425 0-.712-.288T7 5V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm.463-15.288Q14.5 6.425 14.5 6t-.288-.712T13.5 5t-.712.288T12.5 6t.288.713T13.5 7t.713-.288M7 22q-1.25 0-2.125-.875T4 19v-8q0-1.25.875-2.125T7 8q.425 0 .713.288T8 9v6.875q0 .575.475.863t.975.037l2.7-1.35q.375-.2.775-.15t.7.35q.15.15.175.375t-.125.4L9.6 21.275q-.275.35-.687.538T8.05 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMobileHandLeftRounded(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="M13.75 22q-.65 0-.925-.575t.15-1.075l2.55-3.075q.5-.6.475-1.375t-.575-1.325l-.375-.375q-.75-.75-1.8-.9t-2 .325l-1.25.65V8q0-.825-.587-1.412T8 6q-.425 0-.712-.288T7 5V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm.463-15.288Q14.5 6.425 14.5 6t-.288-.712T13.5 5t-.712.288T12.5 6t.288.713T13.5 7t.713-.288M7 22q-1.25 0-2.125-.875T4 19v-8q0-1.25.875-2.125T7 8q.425 0 .713.288T8 9v6.875q0 .575.475.863t.975.037l2.7-1.35q.375-.2.775-.15t.7.35q.15.15.175.375t-.125.4L9.6 21.275q-.275.35-.687.538T8.05 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="M13.75 22q-.65 0-.925-.575t.15-1.075l2.55-3.075q.5-.6.475-1.375t-.575-1.325l-.375-.375q-.75-.75-1.8-.9t-2 .325l-1.25.65V8q0-.825-.587-1.412T8 6q-.425 0-.712-.288T7 5V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v16q0 .825-.587 1.413T18 22zm.463-15.288Q14.5 6.425 14.5 6t-.288-.712T13.5 5t-.712.288T12.5 6t.288.713T13.5 7t.713-.288M7 22q-1.25 0-2.125-.875T4 19v-8q0-1.25.875-2.125T7 8q.425 0 .713.288T8 9v6.875q0 .575.475.863t.975.037l2.7-1.35q.375-.2.775-.15t.7.35q.15.15.175.375t-.125.4L9.6 21.275q-.275.35-.687.538T8.05 22z"/></svg> </template>
CSS
.icon-mobile-hand-left-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%22M13.75%2022q-.65%200-.925-.575t.15-1.075l2.55-3.075q.5-.6.475-1.375t-.575-1.325l-.375-.375q-.75-.75-1.8-.9t-2%20.325l-1.25.65V8q0-.825-.587-1.412T8%206q-.425%200-.712-.288T7%205V4q0-.825.588-1.412T9%202h9q.825%200%201.413.588T20%204v16q0%20.825-.587%201.413T18%2022zm.463-15.288Q14.5%206.425%2014.5%206t-.288-.712T13.5%205t-.712.288T12.5%206t.288.713T13.5%207t.713-.288M7%2022q-1.25%200-2.125-.875T4%2019v-8q0-1.25.875-2.125T7%208q.425%200%20.713.288T8%209v6.875q0%20.575.475.863t.975.037l2.7-1.35q.375-.2.775-.15t.7.35q.15.15.175.375t-.125.4L9.6%2021.275q-.275.35-.687.538T8.05%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%22M13.75%2022q-.65%200-.925-.575t.15-1.075l2.55-3.075q.5-.6.475-1.375t-.575-1.325l-.375-.375q-.75-.75-1.8-.9t-2%20.325l-1.25.65V8q0-.825-.587-1.412T8%206q-.425%200-.712-.288T7%205V4q0-.825.588-1.412T9%202h9q.825%200%201.413.588T20%204v16q0%20.825-.587%201.413T18%2022zm.463-15.288Q14.5%206.425%2014.5%206t-.288-.712T13.5%205t-.712.288T12.5%206t.288.713T13.5%207t.713-.288M7%2022q-1.25%200-2.125-.875T4%2019v-8q0-1.25.875-2.125T7%208q.425%200%20.713.288T8%209v6.875q0%20.575.475.863t.975.037l2.7-1.35q.375-.2.775-.15t.7.35q.15.15.175.375t-.125.4L9.6%2021.275q-.275.35-.687.538T8.05%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-left-rounded.svg?color=%231a73e8&size=48