mobile-hand-left-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-hand-left-outline
Set
Material Symbols Light
Style
Outline
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

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="M18 20v-8.18v.917V4zm-9.502 2.02H7.5q-1.458 0-2.479-1.022Q4 19.977 4 18.519v-8Q4 9.061 5.021 8.04Q6.042 7.02 7.5 7.02h1.423v9.278l4.362-1.873q.344-.165.696-.101t.61.322l.528.515l-4.78 6.031q-.33.418-.818.623q-.488.204-1.023.204M17.385 21h-6.893l.81-1h6.083q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H9.538q-.269 0-.442.173t-.173.443v2.403h-1V4.616q0-.672.472-1.144T9.54 3h7.846q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472M14 7.078q.23-.23.23-.54T14 6t-.54-.23q-.309 0-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-.355 8.295l-5.723 2.464V8.019H7.5q-1.036 0-1.768.732T5 10.519v8q0 1.043.732 1.772q.731.728 1.768.728h.979q.34 0 .646-.135q.306-.136.514-.407z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileHandLeftOutline(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="M18 20v-8.18v.917V4zm-9.502 2.02H7.5q-1.458 0-2.479-1.022Q4 19.977 4 18.519v-8Q4 9.061 5.021 8.04Q6.042 7.02 7.5 7.02h1.423v9.278l4.362-1.873q.344-.165.696-.101t.61.322l.528.515l-4.78 6.031q-.33.418-.818.623q-.488.204-1.023.204M17.385 21h-6.893l.81-1h6.083q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H9.538q-.269 0-.442.173t-.173.443v2.403h-1V4.616q0-.672.472-1.144T9.54 3h7.846q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472M14 7.078q.23-.23.23-.54T14 6t-.54-.23q-.309 0-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-.355 8.295l-5.723 2.464V8.019H7.5q-1.036 0-1.768.732T5 10.519v8q0 1.043.732 1.772q.731.728 1.768.728h.979q.34 0 .646-.135q.306-.136.514-.407z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 20v-8.18v.917V4zm-9.502 2.02H7.5q-1.458 0-2.479-1.022Q4 19.977 4 18.519v-8Q4 9.061 5.021 8.04Q6.042 7.02 7.5 7.02h1.423v9.278l4.362-1.873q.344-.165.696-.101t.61.322l.528.515l-4.78 6.031q-.33.418-.818.623q-.488.204-1.023.204M17.385 21h-6.893l.81-1h6.083q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T17.385 4H9.538q-.269 0-.442.173t-.173.443v2.403h-1V4.616q0-.672.472-1.144T9.54 3h7.846q.67 0 1.143.472q.472.472.472 1.144v14.769q0 .67-.472 1.143q-.472.472-1.143.472M14 7.078q.23-.23.23-.54T14 6t-.54-.23q-.309 0-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-.355 8.295l-5.723 2.464V8.019H7.5q-1.036 0-1.768.732T5 10.519v8q0 1.043.732 1.772q.731.728 1.768.728h.979q.34 0 .646-.135q.306-.136.514-.407z"/></svg>
</template>

CSS

.icon-mobile-hand-left-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%22M18%2020v-8.18v.917V4zm-9.502%202.02H7.5q-1.458%200-2.479-1.022Q4%2019.977%204%2018.519v-8Q4%209.061%205.021%208.04Q6.042%207.02%207.5%207.02h1.423v9.278l4.362-1.873q.344-.165.696-.101t.61.322l.528.515l-4.78%206.031q-.33.418-.818.623q-.488.204-1.023.204M17.385%2021h-6.893l.81-1h6.083q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.385%204H9.538q-.269%200-.442.173t-.173.443v2.403h-1V4.616q0-.672.472-1.144T9.54%203h7.846q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472M14%207.078q.23-.23.23-.54T14%206t-.54-.23q-.309%200-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-.355%208.295l-5.723%202.464V8.019H7.5q-1.036%200-1.768.732T5%2010.519v8q0%201.043.732%201.772q.731.728%201.768.728h.979q.34%200%20.646-.135q.306-.136.514-.407z%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%22M18%2020v-8.18v.917V4zm-9.502%202.02H7.5q-1.458%200-2.479-1.022Q4%2019.977%204%2018.519v-8Q4%209.061%205.021%208.04Q6.042%207.02%207.5%207.02h1.423v9.278l4.362-1.873q.344-.165.696-.101t.61.322l.528.515l-4.78%206.031q-.33.418-.818.623q-.488.204-1.023.204M17.385%2021h-6.893l.81-1h6.083q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T17.385%204H9.538q-.269%200-.442.173t-.173.443v2.403h-1V4.616q0-.672.472-1.144T9.54%203h7.846q.67%200%201.143.472q.472.472.472%201.144v14.769q0%20.67-.472%201.143q-.472.472-1.143.472M14%207.078q.23-.23.23-.54T14%206t-.54-.23q-.309%200-.539.23t-.23.54t.23.539q.23.23.54.23t.539-.23m-.355%208.295l-5.723%202.464V8.019H7.5q-1.036%200-1.768.732T5%2010.519v8q0%201.043.732%201.772q.731.728%201.768.728h.979q.34%200%20.646-.135q.306-.136.514-.407z%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-left-outline.svg?color=%231a73e8&size=48