mobile hand left off icon

mobile-hand-left-off-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-hand-left-off-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

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="M21.175 22.6q-.3.275-.7.288t-.7-.288l-.825-.825q-.2.125-.437.175T18 22h-6.4l3.45-4.125l-1.425-1.425L9.6 21.275q-.275.35-.687.538T8.05 22H7q-1.25 0-2.125-.875T4 19v-8q0-.85.438-1.55t1.137-1.075L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.3.3.288.7t-.313.7M20 17.2L7 4.2V4q0-.825.588-1.413T9 2h9q.825 0 1.413.588T20 4zM14.213 6.713Q14.5 6.425 14.5 6t-.288-.712T13.5 5t-.712.288T12.5 6t.288.713T13.5 7t.713-.288M8 17.5l4.45-2.225L8 10.8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileHandLeftOffRounded(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="M21.175 22.6q-.3.275-.7.288t-.7-.288l-.825-.825q-.2.125-.437.175T18 22h-6.4l3.45-4.125l-1.425-1.425L9.6 21.275q-.275.35-.687.538T8.05 22H7q-1.25 0-2.125-.875T4 19v-8q0-.85.438-1.55t1.137-1.075L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.3.3.288.7t-.313.7M20 17.2L7 4.2V4q0-.825.588-1.413T9 2h9q.825 0 1.413.588T20 4zM14.213 6.713Q14.5 6.425 14.5 6t-.288-.712T13.5 5t-.712.288T12.5 6t.288.713T13.5 7t.713-.288M8 17.5l4.45-2.225L8 10.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.175 22.6q-.3.275-.7.288t-.7-.288l-.825-.825q-.2.125-.437.175T18 22h-6.4l3.45-4.125l-1.425-1.425L9.6 21.275q-.275.35-.687.538T8.05 22H7q-1.25 0-2.125-.875T4 19v-8q0-.85.438-1.55t1.137-1.075L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.3.3.288.7t-.313.7M20 17.2L7 4.2V4q0-.825.588-1.413T9 2h9q.825 0 1.413.588T20 4zM14.213 6.713Q14.5 6.425 14.5 6t-.288-.712T13.5 5t-.712.288T12.5 6t.288.713T13.5 7t.713-.288M8 17.5l4.45-2.225L8 10.8z"/></svg>
</template>

CSS

.icon-mobile-hand-left-off-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%22M21.175%2022.6q-.3.275-.7.288t-.7-.288l-.825-.825q-.2.125-.437.175T18%2022h-6.4l3.45-4.125l-1.425-1.425L9.6%2021.275q-.275.35-.687.538T8.05%2022H7q-1.25%200-2.125-.875T4%2019v-8q0-.85.438-1.55t1.137-1.075L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.3.3.288.7t-.313.7M20%2017.2L7%204.2V4q0-.825.588-1.413T9%202h9q.825%200%201.413.588T20%204zM14.213%206.713Q14.5%206.425%2014.5%206t-.288-.712T13.5%205t-.712.288T12.5%206t.288.713T13.5%207t.713-.288M8%2017.5l4.45-2.225L8%2010.8z%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%22M21.175%2022.6q-.3.275-.7.288t-.7-.288l-.825-.825q-.2.125-.437.175T18%2022h-6.4l3.45-4.125l-1.425-1.425L9.6%2021.275q-.275.35-.687.538T8.05%2022H7q-1.25%200-2.125-.875T4%2019v-8q0-.85.438-1.55t1.137-1.075L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.3.3.288.7t-.313.7M20%2017.2L7%204.2V4q0-.825.588-1.413T9%202h9q.825%200%201.413.588T20%204zM14.213%206.713Q14.5%206.425%2014.5%206t-.288-.712T13.5%205t-.712.288T12.5%206t.288.713T13.5%207t.713-.288M8%2017.5l4.45-2.225L8%2010.8z%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-off-rounded.svg?color=%231a73e8&size=48