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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.72l-1-1v-6.2q0-1.037-.732-1.769T16.5 8.019h-.423v5.777l-1-1V7.02H16.5q1.458 0 2.479 1.021Q20 9.063 20 10.52zm-4.498 4.3q-.535 0-1.023-.206q-.489-.205-.818-.622l-4.78-6.03l.529-.516q.257-.257.61-.322t.696.101l5.611 2.44l3.26 3.266q-.437.858-1.258 1.373t-1.829.515zm.02-1h.978q.52 0 .978-.214q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008 5.104q.207.271.513.407t.646.135m-.444-14V4.615q0-.269-.173-.442T14.462 4H6.28l-.66-.635q.206-.182.453-.274Q6.321 3 6.616 3h7.846q.67 0 1.143.472q.472.472.472 1.143V7.02zm6.477 15.054l-.713.708L6 7.94v11.444q0 .269.173.442t.443.173h6.082l.81 1H6.616q-.672 0-1.144-.472T5 19.385V6.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 MaterialSymbolsLightMobileHandOffOutline(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="m20 17.72l-1-1v-6.2q0-1.037-.732-1.769T16.5 8.019h-.423v5.777l-1-1V7.02H16.5q1.458 0 2.479 1.021Q20 9.063 20 10.52zm-4.498 4.3q-.535 0-1.023-.206q-.489-.205-.818-.622l-4.78-6.03l.529-.516q.257-.257.61-.322t.696.101l5.611 2.44l3.26 3.266q-.437.858-1.258 1.373t-1.829.515zm.02-1h.978q.52 0 .978-.214q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008 5.104q.207.271.513.407t.646.135m-.444-14V4.615q0-.269-.173-.442T14.462 4H6.28l-.66-.635q.206-.182.453-.274Q6.321 3 6.616 3h7.846q.67 0 1.143.472q.472.472.472 1.143V7.02zm6.477 15.054l-.713.708L6 7.94v11.444q0 .269.173.442t.443.173h6.082l.81 1H6.616q-.672 0-1.144-.472T5 19.385V6.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="m20 17.72l-1-1v-6.2q0-1.037-.732-1.769T16.5 8.019h-.423v5.777l-1-1V7.02H16.5q1.458 0 2.479 1.021Q20 9.063 20 10.52zm-4.498 4.3q-.535 0-1.023-.206q-.489-.205-.818-.622l-4.78-6.03l.529-.516q.257-.257.61-.322t.696.101l5.611 2.44l3.26 3.266q-.437.858-1.258 1.373t-1.829.515zm.02-1h.978q.52 0 .978-.214q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008 5.104q.207.271.513.407t.646.135m-.444-14V4.615q0-.269-.173-.442T14.462 4H6.28l-.66-.635q.206-.182.453-.274Q6.321 3 6.616 3h7.846q.67 0 1.143.472q.472.472.472 1.143V7.02zm6.477 15.054l-.713.708L6 7.94v11.444q0 .269.173.442t.443.173h6.082l.81 1H6.616q-.672 0-1.144-.472T5 19.385V6.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 {
  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%22m20%2017.72l-1-1v-6.2q0-1.037-.732-1.769T16.5%208.019h-.423v5.777l-1-1V7.02H16.5q1.458%200%202.479%201.021Q20%209.063%2020%2010.52zm-4.498%204.3q-.535%200-1.023-.206q-.489-.205-.818-.622l-4.78-6.03l.529-.516q.257-.257.61-.322t.696.101l5.611%202.44l3.26%203.266q-.437.858-1.258%201.373t-1.829.515zm.02-1h.978q.52%200%20.978-.214q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008%205.104q.207.271.513.407t.646.135m-.444-14V4.615q0-.269-.173-.442T14.462%204H6.28l-.66-.635q.206-.182.453-.274Q6.321%203%206.616%203h7.846q.67%200%201.143.472q.472.472.472%201.143V7.02zm6.477%2015.054l-.713.708L6%207.94v11.444q0%20.269.173.442t.443.173h6.082l.81%201H6.616q-.672%200-1.144-.472T5%2019.385V6.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%22m20%2017.72l-1-1v-6.2q0-1.037-.732-1.769T16.5%208.019h-.423v5.777l-1-1V7.02H16.5q1.458%200%202.479%201.021Q20%209.063%2020%2010.52zm-4.498%204.3q-.535%200-1.023-.206q-.489-.205-.818-.622l-4.78-6.03l.529-.516q.257-.257.61-.322t.696.101l5.611%202.44l3.26%203.266q-.437.858-1.258%201.373t-1.829.515zm.02-1h.978q.52%200%20.978-.214q.459-.214.793-.57l-2.562-2.561l-5.355-2.302l4.008%205.104q.207.271.513.407t.646.135m-.444-14V4.615q0-.269-.173-.442T14.462%204H6.28l-.66-.635q.206-.182.453-.274Q6.321%203%206.616%203h7.846q.67%200%201.143.472q.472.472.472%201.143V7.02zm6.477%2015.054l-.713.708L6%207.94v11.444q0%20.269.173.442t.443.173h6.082l.81%201H6.616q-.672%200-1.144-.472T5%2019.385V6.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.svg?color=%231a73e8&size=48