mobile share stack icon

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

Name
mobile-share-stack-outline
Set
Material Symbols Light
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
offline-share-outline

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mobile share stack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 21.385q-.691 0-1.153-.463q-.463-.462-.463-1.153V5.54h1v14.23q0 .231.192.423t.423.193h8.616v1zm11.153-5V3.614q0-.269-.173-.442T17.654 3H10.5q-.27 0-.442.173q-.173.173-.173.443v12.769q0 .269.173.442T10.5 17h7.154q.269 0 .442-.173t.173-.442m-8.385 0V17V3zm9.385-12.77v2.127q.31-.001.52.24t.211.55v1.282q0 .309-.21.55q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472H10.5q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5 2h7.154q.671 0 1.143.472t.472 1.144m-7.827 8.346h.885v-1.75h2.689l-1.008 1.007l.627.627l2.077-2.077l-2.077-2.077l-.627.627l1.008 1.008h-2.881q-.31 0-.501.191q-.192.191-.192.501z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileShareStackOutline(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="M7.116 21.385q-.691 0-1.153-.463q-.463-.462-.463-1.153V5.54h1v14.23q0 .231.192.423t.423.193h8.616v1zm11.153-5V3.614q0-.269-.173-.442T17.654 3H10.5q-.27 0-.442.173q-.173.173-.173.443v12.769q0 .269.173.442T10.5 17h7.154q.269 0 .442-.173t.173-.442m-8.385 0V17V3zm9.385-12.77v2.127q.31-.001.52.24t.211.55v1.282q0 .309-.21.55q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472H10.5q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5 2h7.154q.671 0 1.143.472t.472 1.144m-7.827 8.346h.885v-1.75h2.689l-1.008 1.007l.627.627l2.077-2.077l-2.077-2.077l-.627.627l1.008 1.008h-2.881q-.31 0-.501.191q-.192.191-.192.501z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.116 21.385q-.691 0-1.153-.463q-.463-.462-.463-1.153V5.54h1v14.23q0 .231.192.423t.423.193h8.616v1zm11.153-5V3.614q0-.269-.173-.442T17.654 3H10.5q-.27 0-.442.173q-.173.173-.173.443v12.769q0 .269.173.442T10.5 17h7.154q.269 0 .442-.173t.173-.442m-8.385 0V17V3zm9.385-12.77v2.127q.31-.001.52.24t.211.55v1.282q0 .309-.21.55q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472H10.5q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5 2h7.154q.671 0 1.143.472t.472 1.144m-7.827 8.346h.885v-1.75h2.689l-1.008 1.007l.627.627l2.077-2.077l-2.077-2.077l-.627.627l1.008 1.008h-2.881q-.31 0-.501.191q-.192.191-.192.501z"/></svg>
</template>

CSS

.icon-mobile-share-stack-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%22M7.116%2021.385q-.691%200-1.153-.463q-.463-.462-.463-1.153V5.54h1v14.23q0%20.231.192.423t.423.193h8.616v1zm11.153-5V3.614q0-.269-.173-.442T17.654%203H10.5q-.27%200-.442.173q-.173.173-.173.443v12.769q0%20.269.173.442T10.5%2017h7.154q.269%200%20.442-.173t.173-.442m-8.385%200V17V3zm9.385-12.77v2.127q.31-.001.52.24t.211.55v1.282q0%20.309-.21.55q-.211.242-.52.24v7.78q0%20.672-.473%201.144q-.472.472-1.143.472H10.5q-.671%200-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5%202h7.154q.671%200%201.143.472t.472%201.144m-7.827%208.346h.885v-1.75h2.689l-1.008%201.007l.627.627l2.077-2.077l-2.077-2.077l-.627.627l1.008%201.008h-2.881q-.31%200-.501.191q-.192.191-.192.501z%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%22M7.116%2021.385q-.691%200-1.153-.463q-.463-.462-.463-1.153V5.54h1v14.23q0%20.231.192.423t.423.193h8.616v1zm11.153-5V3.614q0-.269-.173-.442T17.654%203H10.5q-.27%200-.442.173q-.173.173-.173.443v12.769q0%20.269.173.442T10.5%2017h7.154q.269%200%20.442-.173t.173-.442m-8.385%200V17V3zm9.385-12.77v2.127q.31-.001.52.24t.211.55v1.282q0%20.309-.21.55q-.211.242-.52.24v7.78q0%20.672-.473%201.144q-.472.472-1.143.472H10.5q-.671%200-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5%202h7.154q.671%200%201.143.472t.472%201.144m-7.827%208.346h.885v-1.75h2.689l-1.008%201.007l.627.627l2.077-2.077l-2.077-2.077l-.627.627l1.008%201.008h-2.881q-.31%200-.501.191q-.192.191-.192.501z%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-share-stack-outline.svg?color=%231a73e8&size=48