mobile share stack icon

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

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

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.153V6.04q0-.214.143-.357T6 5.538t.357.144t.143.356V19.77q0 .231.192.423t.423.193h8.116q.213 0 .357.143q.143.143.143.357q0 .213-.143.356q-.144.144-.357.144zm11.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 0V17V3zM10.5 18q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5 2h7.154q.671 0 1.143.472t.472 1.144v2.126q.31-.001.52.24t.211.55v1.282q0 .309-.21.55q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472zm4.516-7.789l-.695.695q-.16.16-.141.331t.141.296t.295.141t.332-.141l1.294-1.295q.092-.092.145-.21t.053-.259t-.053-.26t-.145-.209l-1.294-1.294q-.16-.16-.332-.142t-.295.142t-.141.295t.141.332l.694.694h-2.88q-.31 0-.501.191q-.192.191-.192.501v1.5q0 .19.126.316t.317.126t.316-.126t.126-.316v-1.308z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileShareStackOutlineRounded(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.153V6.04q0-.214.143-.357T6 5.538t.357.144t.143.356V19.77q0 .231.192.423t.423.193h8.116q.213 0 .357.143q.143.143.143.357q0 .213-.143.356q-.144.144-.357.144zm11.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 0V17V3zM10.5 18q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5 2h7.154q.671 0 1.143.472t.472 1.144v2.126q.31-.001.52.24t.211.55v1.282q0 .309-.21.55q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472zm4.516-7.789l-.695.695q-.16.16-.141.331t.141.296t.295.141t.332-.141l1.294-1.295q.092-.092.145-.21t.053-.259t-.053-.26t-.145-.209l-1.294-1.294q-.16-.16-.332-.142t-.295.142t-.141.295t.141.332l.694.694h-2.88q-.31 0-.501.191q-.192.191-.192.501v1.5q0 .19.126.316t.317.126t.316-.126t.126-.316v-1.308z"/></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.153V6.04q0-.214.143-.357T6 5.538t.357.144t.143.356V19.77q0 .231.192.423t.423.193h8.116q.213 0 .357.143q.143.143.143.357q0 .213-.143.356q-.144.144-.357.144zm11.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 0V17V3zM10.5 18q-.671 0-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5 2h7.154q.671 0 1.143.472t.472 1.144v2.126q.31-.001.52.24t.211.55v1.282q0 .309-.21.55q-.211.242-.52.24v7.78q0 .672-.473 1.144q-.472.472-1.143.472zm4.516-7.789l-.695.695q-.16.16-.141.331t.141.296t.295.141t.332-.141l1.294-1.295q.092-.092.145-.21t.053-.259t-.053-.26t-.145-.209l-1.294-1.294q-.16-.16-.332-.142t-.295.142t-.141.295t.141.332l.694.694h-2.88q-.31 0-.501.191q-.192.191-.192.501v1.5q0 .19.126.316t.317.126t.316-.126t.126-.316v-1.308z"/></svg>
</template>

CSS

.icon-mobile-share-stack-outline-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%22M7.116%2021.385q-.691%200-1.153-.463q-.463-.462-.463-1.153V6.04q0-.214.143-.357T6%205.538t.357.144t.143.356V19.77q0%20.231.192.423t.423.193h8.116q.213%200%20.357.143q.143.143.143.357q0%20.213-.143.356q-.144.144-.357.144zm11.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%200V17V3zM10.5%2018q-.671%200-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5%202h7.154q.671%200%201.143.472t.472%201.144v2.126q.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.472zm4.516-7.789l-.695.695q-.16.16-.141.331t.141.296t.295.141t.332-.141l1.294-1.295q.092-.092.145-.21t.053-.259t-.053-.26t-.145-.209l-1.294-1.294q-.16-.16-.332-.142t-.295.142t-.141.295t.141.332l.694.694h-2.88q-.31%200-.501.191q-.192.191-.192.501v1.5q0%20.19.126.316t.317.126t.316-.126t.126-.316v-1.308z%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.153V6.04q0-.214.143-.357T6%205.538t.357.144t.143.356V19.77q0%20.231.192.423t.423.193h8.116q.213%200%20.357.143q.143.143.143.357q0%20.213-.143.356q-.144.144-.357.144zm11.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%200V17V3zM10.5%2018q-.671%200-1.143-.472t-.472-1.144V3.616q0-.672.472-1.144T10.5%202h7.154q.671%200%201.143.472t.472%201.144v2.126q.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.472zm4.516-7.789l-.695.695q-.16.16-.141.331t.141.296t.295.141t.332-.141l1.294-1.295q.092-.092.145-.21t.053-.259t-.053-.26t-.145-.209l-1.294-1.294q-.16-.16-.332-.142t-.295.142t-.141.295t.141.332l.694.694h-2.88q-.31%200-.501.191q-.192.191-.192.501v1.5q0%20.19.126.316t.317.126t.316-.126t.126-.316v-1.308z%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-rounded.svg?color=%231a73e8&size=48