inbox text share icon

inbox-text-share-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
inbox-text-share-rounded
Set
Material Symbols
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the inbox text share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.025q0 .425-.288.7T20 10t-.712-.288T19 9V5H5v9h3.55q.275 0 .513.138t.362.362q.225.375.538.688t.712.512q.2.1.3.288t.075.387q-.075.8.025 1.588t.375 1.537q.2.55-.05 1.025t-.75.475zM8 8.75h8q.425 0 .713-.288T17 7.75t-.288-.712T16 6.75H8q-.425 0-.712.288T7 7.75t.288.713T8 8.75m0 3.5h5.6q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425 0-.712.288T7 11.25t.288.713t.712.287M20 22q-.825 0-1.412-.587T18 19.975l-2.025-1.225q-.225.125-.462.188T15 19q-.825 0-1.412-.587T13 17t.588-1.412T15 15q.275 0 .513.063t.462.187L18 14.05q0-.85.588-1.437T20 12.025t1.413.588t.587 1.412t-.587 1.413t-1.413.587q-.275 0-.513-.062t-.462-.188L17 16.975v.075l2.025 1.2q.225-.125.463-.187T20 18q.825 0 1.413.588T22 20t-.587 1.413T20 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInboxTextShareRounded(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="M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.025q0 .425-.288.7T20 10t-.712-.288T19 9V5H5v9h3.55q.275 0 .513.138t.362.362q.225.375.538.688t.712.512q.2.1.3.288t.075.387q-.075.8.025 1.588t.375 1.537q.2.55-.05 1.025t-.75.475zM8 8.75h8q.425 0 .713-.288T17 7.75t-.288-.712T16 6.75H8q-.425 0-.712.288T7 7.75t.288.713T8 8.75m0 3.5h5.6q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425 0-.712.288T7 11.25t.288.713t.712.287M20 22q-.825 0-1.412-.587T18 19.975l-2.025-1.225q-.225.125-.462.188T15 19q-.825 0-1.412-.587T13 17t.588-1.412T15 15q.275 0 .513.063t.462.187L18 14.05q0-.85.588-1.437T20 12.025t1.413.588t.587 1.412t-.587 1.413t-1.413.587q-.275 0-.513-.062t-.462-.188L17 16.975v.075l2.025 1.2q.225-.125.463-.187T20 18q.825 0 1.413.588T22 20t-.587 1.413T20 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v4.025q0 .425-.288.7T20 10t-.712-.288T19 9V5H5v9h3.55q.275 0 .513.138t.362.362q.225.375.538.688t.712.512q.2.1.3.288t.075.387q-.075.8.025 1.588t.375 1.537q.2.55-.05 1.025t-.75.475zM8 8.75h8q.425 0 .713-.288T17 7.75t-.288-.712T16 6.75H8q-.425 0-.712.288T7 7.75t.288.713T8 8.75m0 3.5h5.6q.425 0 .713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425 0-.712.288T7 11.25t.288.713t.712.287M20 22q-.825 0-1.412-.587T18 19.975l-2.025-1.225q-.225.125-.462.188T15 19q-.825 0-1.412-.587T13 17t.588-1.412T15 15q.275 0 .513.063t.462.187L18 14.05q0-.85.588-1.437T20 12.025t1.413.588t.587 1.412t-.587 1.413t-1.413.587q-.275 0-.513-.062t-.462-.188L17 16.975v.075l2.025 1.2q.225-.125.463-.187T20 18q.825 0 1.413.588T22 20t-.587 1.413T20 22"/></svg>
</template>

CSS

.icon-inbox-text-share-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%22M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4.025q0%20.425-.288.7T20%2010t-.712-.288T19%209V5H5v9h3.55q.275%200%20.513.138t.362.362q.225.375.538.688t.712.512q.2.1.3.288t.075.387q-.075.8.025%201.588t.375%201.537q.2.55-.05%201.025t-.75.475zM8%208.75h8q.425%200%20.713-.288T17%207.75t-.288-.712T16%206.75H8q-.425%200-.712.288T7%207.75t.288.713T8%208.75m0%203.5h5.6q.425%200%20.713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425%200-.712.288T7%2011.25t.288.713t.712.287M20%2022q-.825%200-1.412-.587T18%2019.975l-2.025-1.225q-.225.125-.462.188T15%2019q-.825%200-1.412-.587T13%2017t.588-1.412T15%2015q.275%200%20.513.063t.462.187L18%2014.05q0-.85.588-1.437T20%2012.025t1.413.588t.587%201.412t-.587%201.413t-1.413.587q-.275%200-.513-.062t-.462-.188L17%2016.975v.075l2.025%201.2q.225-.125.463-.187T20%2018q.825%200%201.413.588T22%2020t-.587%201.413T20%2022%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%22M5%2021q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h14q.825%200%201.413.588T21%205v4.025q0%20.425-.288.7T20%2010t-.712-.288T19%209V5H5v9h3.55q.275%200%20.513.138t.362.362q.225.375.538.688t.712.512q.2.1.3.288t.075.387q-.075.8.025%201.588t.375%201.537q.2.55-.05%201.025t-.75.475zM8%208.75h8q.425%200%20.713-.288T17%207.75t-.288-.712T16%206.75H8q-.425%200-.712.288T7%207.75t.288.713T8%208.75m0%203.5h5.6q.425%200%20.713-.288t.287-.712t-.287-.712t-.713-.288H8q-.425%200-.712.288T7%2011.25t.288.713t.712.287M20%2022q-.825%200-1.412-.587T18%2019.975l-2.025-1.225q-.225.125-.462.188T15%2019q-.825%200-1.412-.587T13%2017t.588-1.412T15%2015q.275%200%20.513.063t.462.187L18%2014.05q0-.85.588-1.437T20%2012.025t1.413.588t.587%201.412t-.587%201.413t-1.413.587q-.275%200-.513-.062t-.462-.188L17%2016.975v.075l2.025%201.2q.225-.125.463-.187T20%2018q.825%200%201.413.588T22%2020t-.587%201.413T20%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/inbox-text-share-rounded.svg?color=%231a73e8&size=48