mobile hand off icon
mobile-hand-off-outline-sharp from Material Symbols Light by Google · Outline Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- mobile-hand-off-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
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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.077 12.796V7.02H16.5l3.5 3.5v7.2l-1-1v-5.773l-2.73-2.73l-.193 5.58zm.425 9.223q-.535 0-1.023-.204q-.488-.206-.817-.623l-4.781-6.03l1.106-1.06l6.34 2.764l3.26 3.265q-.437.858-1.258 1.373t-1.829.515zm-.425-15V4H6.281L5.237 3h10.84v4.02zm.444 14h.979q.52 0 .978-.213q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008 5.104q.207.271.513.407t.646.135m6.033 1.054l-.713.708L6 7.94V20h6.698l.81 1H5V6.94L1.623 3.559l.708-.708zM11.078 7.078q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMobileHandOffOutlineSharp(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="M15.077 12.796V7.02H16.5l3.5 3.5v7.2l-1-1v-5.773l-2.73-2.73l-.193 5.58zm.425 9.223q-.535 0-1.023-.204q-.488-.206-.817-.623l-4.781-6.03l1.106-1.06l6.34 2.764l3.26 3.265q-.437.858-1.258 1.373t-1.829.515zm-.425-15V4H6.281L5.237 3h10.84v4.02zm.444 14h.979q.52 0 .978-.213q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008 5.104q.207.271.513.407t.646.135m6.033 1.054l-.713.708L6 7.94V20h6.698l.81 1H5V6.94L1.623 3.559l.708-.708zM11.078 7.078q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.077 12.796V7.02H16.5l3.5 3.5v7.2l-1-1v-5.773l-2.73-2.73l-.193 5.58zm.425 9.223q-.535 0-1.023-.204q-.488-.206-.817-.623l-4.781-6.03l1.106-1.06l6.34 2.764l3.26 3.265q-.437.858-1.258 1.373t-1.829.515zm-.425-15V4H6.281L5.237 3h10.84v4.02zm.444 14h.979q.52 0 .978-.213q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008 5.104q.207.271.513.407t.646.135m6.033 1.054l-.713.708L6 7.94V20h6.698l.81 1H5V6.94L1.623 3.559l.708-.708zM11.078 7.078q.23-.23.23-.54T11.078 6t-.54-.23T10 6t-.23.54q0 .309.23.539t.54.23t.539-.23"/></svg> </template>
CSS
.icon-mobile-hand-off-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%22M15.077%2012.796V7.02H16.5l3.5%203.5v7.2l-1-1v-5.773l-2.73-2.73l-.193%205.58zm.425%209.223q-.535%200-1.023-.204q-.488-.206-.817-.623l-4.781-6.03l1.106-1.06l6.34%202.764l3.26%203.265q-.437.858-1.258%201.373t-1.829.515zm-.425-15V4H6.281L5.237%203h10.84v4.02zm.444%2014h.979q.52%200%20.978-.213q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008%205.104q.207.271.513.407t.646.135m6.033%201.054l-.713.708L6%207.94V20h6.698l.81%201H5V6.94L1.623%203.559l.708-.708zM11.078%207.078q.23-.23.23-.54T11.078%206t-.54-.23T10%206t-.23.54q0%20.309.23.539t.54.23t.539-.23%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%22M15.077%2012.796V7.02H16.5l3.5%203.5v7.2l-1-1v-5.773l-2.73-2.73l-.193%205.58zm.425%209.223q-.535%200-1.023-.204q-.488-.206-.817-.623l-4.781-6.03l1.106-1.06l6.34%202.764l3.26%203.265q-.437.858-1.258%201.373t-1.829.515zm-.425-15V4H6.281L5.237%203h10.84v4.02zm.444%2014h.979q.52%200%20.978-.213q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008%205.104q.207.271.513.407t.646.135m6.033%201.054l-.713.708L6%207.94V20h6.698l.81%201H5V6.94L1.623%203.559l.708-.708zM11.078%207.078q.23-.23.23-.54T11.078%206t-.54-.23T10%206t-.23.54q0%20.309.23.539t.54.23t.539-.23%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-off-outline-sharp.svg?color=%231a73e8&size=48