mobile hand off icon

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-.825 0-1.412-.587T4 20V6.8L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-9.25-9.25q-.425.1-.825.3t-.75.55l-.187.188l-.188.187q-.55.55-.587 1.325t.462 1.375L12.4 22zm9-20q.825 0 1.413.588T17 4v2h-1q-.825 0-1.412.588T14 8v3.2L5.05 2.25q.2-.125.438-.187T6 2zm-3.787 4.713Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M20 17.2l-4-4V9q0-.425.288-.712T17 8q1.25 0 2.125.875T20 11zM15.95 22q-.45 0-.862-.187t-.688-.538L10.35 16.4q-.15-.175-.137-.4t.162-.375q.275-.275.688-.337t.787.137L19 19l.875.875q-.275.925-1.062 1.525T17 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMobileHandOffRounded(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 22q-.825 0-1.412-.587T4 20V6.8L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-9.25-9.25q-.425.1-.825.3t-.75.55l-.187.188l-.188.187q-.55.55-.587 1.325t.462 1.375L12.4 22zm9-20q.825 0 1.413.588T17 4v2h-1q-.825 0-1.412.588T14 8v3.2L5.05 2.25q.2-.125.438-.187T6 2zm-3.787 4.713Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M20 17.2l-4-4V9q0-.425.288-.712T17 8q1.25 0 2.125.875T20 11zM15.95 22q-.45 0-.862-.187t-.688-.538L10.35 16.4q-.15-.175-.137-.4t.162-.375q.275-.275.688-.337t.787.137L19 19l.875.875q-.275.925-1.062 1.525T17 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="M6 22q-.825 0-1.412-.587T4 20V6.8L1.4 4.2q-.275-.275-.287-.687T1.4 2.8q.275-.275.7-.275t.7.275l18.4 18.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-9.25-9.25q-.425.1-.825.3t-.75.55l-.187.188l-.188.187q-.55.55-.587 1.325t.462 1.375L12.4 22zm9-20q.825 0 1.413.588T17 4v2h-1q-.825 0-1.412.588T14 8v3.2L5.05 2.25q.2-.125.438-.187T6 2zm-3.787 4.713Q11.5 6.425 11.5 6t-.288-.712T10.5 5t-.712.288T9.5 6t.288.713T10.5 7t.713-.288M20 17.2l-4-4V9q0-.425.288-.712T17 8q1.25 0 2.125.875T20 11zM15.95 22q-.45 0-.862-.187t-.688-.538L10.35 16.4q-.15-.175-.137-.4t.162-.375q.275-.275.688-.337t.787.137L19 19l.875.875q-.275.925-1.062 1.525T17 22z"/></svg>
</template>

CSS

.icon-mobile-hand-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%22M6%2022q-.825%200-1.412-.587T4%2020V6.8L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-9.25-9.25q-.425.1-.825.3t-.75.55l-.187.188l-.188.187q-.55.55-.587%201.325t.462%201.375L12.4%2022zm9-20q.825%200%201.413.588T17%204v2h-1q-.825%200-1.412.588T14%208v3.2L5.05%202.25q.2-.125.438-.187T6%202zm-3.787%204.713Q11.5%206.425%2011.5%206t-.288-.712T10.5%205t-.712.288T9.5%206t.288.713T10.5%207t.713-.288M20%2017.2l-4-4V9q0-.425.288-.712T17%208q1.25%200%202.125.875T20%2011zM15.95%2022q-.45%200-.862-.187t-.688-.538L10.35%2016.4q-.15-.175-.137-.4t.162-.375q.275-.275.688-.337t.787.137L19%2019l.875.875q-.275.925-1.062%201.525T17%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%22M6%2022q-.825%200-1.412-.587T4%2020V6.8L1.4%204.2q-.275-.275-.287-.687T1.4%202.8q.275-.275.7-.275t.7.275l18.4%2018.4q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288l-9.25-9.25q-.425.1-.825.3t-.75.55l-.187.188l-.188.187q-.55.55-.587%201.325t.462%201.375L12.4%2022zm9-20q.825%200%201.413.588T17%204v2h-1q-.825%200-1.412.588T14%208v3.2L5.05%202.25q.2-.125.438-.187T6%202zm-3.787%204.713Q11.5%206.425%2011.5%206t-.288-.712T10.5%205t-.712.288T9.5%206t.288.713T10.5%207t.713-.288M20%2017.2l-4-4V9q0-.425.288-.712T17%208q1.25%200%202.125.875T20%2011zM15.95%2022q-.45%200-.862-.187t-.688-.538L10.35%2016.4q-.15-.175-.137-.4t.162-.375q.275-.275.688-.337t.787.137L19%2019l.875.875q-.275.925-1.062%201.525T17%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-off-rounded.svg?color=%231a73e8&size=48