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

Name
mobile-hand-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
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 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.502 2.02q-.535 0-1.023-.206q-.488-.205-.817-.622l-4.781-6.03l1.111-1.054l5.085 2.19V7.019H16.5l3.5 3.5v8q0 1.458-1.021 2.479T16.5 22.019zM5 21V3h11.077v4.02h-1V4H6v16h6.698l.81 1zm6.078-13.922q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23m4.443 13.941h.979q1.037 0 1.768-.728q.732-.73.732-1.772v-7.561l-2.73-2.731h-.193v9.61l-5.723-2.464l4.007 5.104q.208.271.514.407t.646.135"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileHandOutlineSharp(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.502 2.02q-.535 0-1.023-.206q-.488-.205-.817-.622l-4.781-6.03l1.111-1.054l5.085 2.19V7.019H16.5l3.5 3.5v8q0 1.458-1.021 2.479T16.5 22.019zM5 21V3h11.077v4.02h-1V4H6v16h6.698l.81 1zm6.078-13.922q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23m4.443 13.941h.979q1.037 0 1.768-.728q.732-.73.732-1.772v-7.561l-2.73-2.731h-.193v9.61l-5.723-2.464l4.007 5.104q.208.271.514.407t.646.135"/></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.502 2.02q-.535 0-1.023-.206q-.488-.205-.817-.622l-4.781-6.03l1.111-1.054l5.085 2.19V7.019H16.5l3.5 3.5v8q0 1.458-1.021 2.479T16.5 22.019zM5 21V3h11.077v4.02h-1V4H6v16h6.698l.81 1zm6.078-13.922q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23m4.443 13.941h.979q1.037 0 1.768-.728q.732-.73.732-1.772v-7.561l-2.73-2.731h-.193v9.61l-5.723-2.464l4.007 5.104q.208.271.514.407t.646.135"/></svg>
</template>

CSS

.icon-mobile-hand-outline-sharp {
  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.502%202.02q-.535%200-1.023-.206q-.488-.205-.817-.622l-4.781-6.03l1.111-1.054l5.085%202.19V7.019H16.5l3.5%203.5v8q0%201.458-1.021%202.479T16.5%2022.019zM5%2021V3h11.077v4.02h-1V4H6v16h6.698l.81%201zm6.078-13.922q.23-.23.23-.54T11.078%206t-.54-.23T10%206t-.23.54q0%20.309.23.539t.54.23t.539-.23m4.443%2013.941h.979q1.037%200%201.768-.728q.732-.73.732-1.772v-7.561l-2.73-2.731h-.193v9.61l-5.723-2.464l4.007%205.104q.208.271.514.407t.646.135%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.502%202.02q-.535%200-1.023-.206q-.488-.205-.817-.622l-4.781-6.03l1.111-1.054l5.085%202.19V7.019H16.5l3.5%203.5v8q0%201.458-1.021%202.479T16.5%2022.019zM5%2021V3h11.077v4.02h-1V4H6v16h6.698l.81%201zm6.078-13.922q.23-.23.23-.54T11.078%206t-.54-.23T10%206t-.23.54q0%20.309.23.539t.54.23t.539-.23m4.443%2013.941h.979q1.037%200%201.768-.728q.732-.73.732-1.772v-7.561l-2.73-2.731h-.193v9.61l-5.723-2.464l4.007%205.104q.208.271.514.407t.646.135%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-outline-sharp.svg?color=%231a73e8&size=48