inbox text share icon
inbox-text-share from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- inbox-text-share
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
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.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v5.226q-.244-.148-.484-.247q-.241-.099-.516-.174V5.616q0-.27-.173-.443T18.385 5H5.615q-.269 0-.442.173T5 5.616v9h4.2q.244.713.77 1.203q.524.49 1.232.69q.089.985.47 1.868q.38.883 1.045 1.623zM7.5 8.827h9v-1h-9zm0 3.077h5.214q.309-.321.656-.571t.726-.43H7.5zM19.48 21q-.632 0-1.065-.434q-.434-.433-.434-1.072q0-.077.01-.144q.009-.067.028-.144l-2.198-1.321q-.206.163-.434.255q-.228.09-.503.09q-.632 0-1.066-.433t-.434-1.066t.434-1.067t1.066-.433q.275 0 .503.1t.434.265l2.217-1.315q-.154-.696.3-1.245t1.162-.55q.633 0 1.066.434T21 13.987t-.434 1.066q-.433.434-1.066.434q-.275 0-.513-.092q-.237-.091-.443-.254l-2.198 1.315q.039.16.039.287q0 .128-.039.288l2.198 1.315q.206-.163.434-.255q.228-.091.503-.091q.632 0 1.066.434q.434.433.434 1.066t-.434 1.066q-.433.434-1.066.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInboxTextShare(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.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v5.226q-.244-.148-.484-.247q-.241-.099-.516-.174V5.616q0-.27-.173-.443T18.385 5H5.615q-.269 0-.442.173T5 5.616v9h4.2q.244.713.77 1.203q.524.49 1.232.69q.089.985.47 1.868q.38.883 1.045 1.623zM7.5 8.827h9v-1h-9zm0 3.077h5.214q.309-.321.656-.571t.726-.43H7.5zM19.48 21q-.632 0-1.065-.434q-.434-.433-.434-1.072q0-.077.01-.144q.009-.067.028-.144l-2.198-1.321q-.206.163-.434.255q-.228.09-.503.09q-.632 0-1.066-.433t-.434-1.066t.434-1.067t1.066-.433q.275 0 .503.1t.434.265l2.217-1.315q-.154-.696.3-1.245t1.162-.55q.633 0 1.066.434T21 13.987t-.434 1.066q-.433.434-1.066.434q-.275 0-.513-.092q-.237-.091-.443-.254l-2.198 1.315q.039.16.039.287q0 .128-.039.288l2.198 1.315q.206-.163.434-.255q.228-.091.503-.091q.632 0 1.066.434q.434.433.434 1.066t-.434 1.066q-.433.434-1.066.434"/></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.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v5.226q-.244-.148-.484-.247q-.241-.099-.516-.174V5.616q0-.27-.173-.443T18.385 5H5.615q-.269 0-.442.173T5 5.616v9h4.2q.244.713.77 1.203q.524.49 1.232.69q.089.985.47 1.868q.38.883 1.045 1.623zM7.5 8.827h9v-1h-9zm0 3.077h5.214q.309-.321.656-.571t.726-.43H7.5zM19.48 21q-.632 0-1.065-.434q-.434-.433-.434-1.072q0-.077.01-.144q.009-.067.028-.144l-2.198-1.321q-.206.163-.434.255q-.228.09-.503.09q-.632 0-1.066-.433t-.434-1.066t.434-1.067t1.066-.433q.275 0 .503.1t.434.265l2.217-1.315q-.154-.696.3-1.245t1.162-.55q.633 0 1.066.434T21 13.987t-.434 1.066q-.433.434-1.066.434q-.275 0-.513-.092q-.237-.091-.443-.254l-2.198 1.315q.039.16.039.287q0 .128-.039.288l2.198 1.315q.206-.163.434-.255q.228-.091.503-.091q.632 0 1.066.434q.434.433.434 1.066t-.434 1.066q-.433.434-1.066.434"/></svg> </template>
CSS
.icon-inbox-text-share {
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.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h12.769q.69%200%201.153.463T20%205.616v5.226q-.244-.148-.484-.247q-.241-.099-.516-.174V5.616q0-.27-.173-.443T18.385%205H5.615q-.269%200-.442.173T5%205.616v9h4.2q.244.713.77%201.203q.524.49%201.232.69q.089.985.47%201.868q.38.883%201.045%201.623zM7.5%208.827h9v-1h-9zm0%203.077h5.214q.309-.321.656-.571t.726-.43H7.5zM19.48%2021q-.632%200-1.065-.434q-.434-.433-.434-1.072q0-.077.01-.144q.009-.067.028-.144l-2.198-1.321q-.206.163-.434.255q-.228.09-.503.09q-.632%200-1.066-.433t-.434-1.066t.434-1.067t1.066-.433q.275%200%20.503.1t.434.265l2.217-1.315q-.154-.696.3-1.245t1.162-.55q.633%200%201.066.434T21%2013.987t-.434%201.066q-.433.434-1.066.434q-.275%200-.513-.092q-.237-.091-.443-.254l-2.198%201.315q.039.16.039.287q0%20.128-.039.288l2.198%201.315q.206-.163.434-.255q.228-.091.503-.091q.632%200%201.066.434q.434.433.434%201.066t-.434%201.066q-.433.434-1.066.434%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.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h12.769q.69%200%201.153.463T20%205.616v5.226q-.244-.148-.484-.247q-.241-.099-.516-.174V5.616q0-.27-.173-.443T18.385%205H5.615q-.269%200-.442.173T5%205.616v9h4.2q.244.713.77%201.203q.524.49%201.232.69q.089.985.47%201.868q.38.883%201.045%201.623zM7.5%208.827h9v-1h-9zm0%203.077h5.214q.309-.321.656-.571t.726-.43H7.5zM19.48%2021q-.632%200-1.065-.434q-.434-.433-.434-1.072q0-.077.01-.144q.009-.067.028-.144l-2.198-1.321q-.206.163-.434.255q-.228.09-.503.09q-.632%200-1.066-.433t-.434-1.066t.434-1.067t1.066-.433q.275%200%20.503.1t.434.265l2.217-1.315q-.154-.696.3-1.245t1.162-.55q.633%200%201.066.434T21%2013.987t-.434%201.066q-.433.434-1.066.434q-.275%200-.513-.092q-.237-.091-.443-.254l-2.198%201.315q.039.16.039.287q0%20.128-.039.288l2.198%201.315q.206-.163.434-.255q.228-.091.503-.091q.632%200%201.066.434q.434.433.434%201.066t-.434%201.066q-.433.434-1.066.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/inbox-text-share.svg?color=%231a73e8&size=48