envelope share icon

envelope-share from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.

Name
envelope-share
Set
Unicons
Style
Line
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Unicons

Use the envelope share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 14a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 2.11.87a3.08 3.08 0 0 0 2.16-.9l1.72-1.72a1 1 0 1 0-1.42-1.42l-1.75 1.75a1 1 0 0 1-1.4 0L4.41 8H10a1 1 0 0 0 0-2H4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m0-6a2 2 0 0 0-1.18.39l-1.75-.8L19 6.71A2 2 0 0 0 20 7a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 15 5.5a2 2 0 0 0 0 4a1.9 1.9 0 0 0 .92-.24l2.1 1A2 2 0 1 0 20 8"/></svg>

React

import type { SVGProps } from "react";

export function UilEnvelopeShare(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 14a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 2.11.87a3.08 3.08 0 0 0 2.16-.9l1.72-1.72a1 1 0 1 0-1.42-1.42l-1.75 1.75a1 1 0 0 1-1.4 0L4.41 8H10a1 1 0 0 0 0-2H4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m0-6a2 2 0 0 0-1.18.39l-1.75-.8L19 6.71A2 2 0 0 0 20 7a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 15 5.5a2 2 0 0 0 0 4a1.9 1.9 0 0 0 .92-.24l2.1 1A2 2 0 1 0 20 8"/></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 14a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 2.11.87a3.08 3.08 0 0 0 2.16-.9l1.72-1.72a1 1 0 1 0-1.42-1.42l-1.75 1.75a1 1 0 0 1-1.4 0L4.41 8H10a1 1 0 0 0 0-2H4a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m0-6a2 2 0 0 0-1.18.39l-1.75-.8L19 6.71A2 2 0 0 0 20 7a2 2 0 1 0-2-2l-1.9.87A2 2 0 0 0 15 5.5a2 2 0 0 0 0 4a1.9 1.9 0 0 0 .92-.24l2.1 1A2 2 0 1 0 20 8"/></svg>
</template>

CSS

.icon-envelope-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%22M20%2014a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V9.41l5.88%205.89a3%203%200%200%200%202.11.87a3.08%203.08%200%200%200%202.16-.9l1.72-1.72a1%201%200%201%200-1.42-1.42l-1.75%201.75a1%201%200%200%201-1.4%200L4.41%208H10a1%201%200%200%200%200-2H4a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m0-6a2%202%200%200%200-1.18.39l-1.75-.8L19%206.71A2%202%200%200%200%2020%207a2%202%200%201%200-2-2l-1.9.87A2%202%200%200%200%2015%205.5a2%202%200%200%200%200%204a1.9%201.9%200%200%200%20.92-.24l2.1%201A2%202%200%201%200%2020%208%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%2014a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V9.41l5.88%205.89a3%203%200%200%200%202.11.87a3.08%203.08%200%200%200%202.16-.9l1.72-1.72a1%201%200%201%200-1.42-1.42l-1.75%201.75a1%201%200%200%201-1.4%200L4.41%208H10a1%201%200%200%200%200-2H4a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m0-6a2%202%200%200%200-1.18.39l-1.75-.8L19%206.71A2%202%200%200%200%2020%207a2%202%200%201%200-2-2l-1.9.87A2%202%200%200%200%2015%205.5a2%202%200%200%200%200%204a1.9%201.9%200%200%200%20.92-.24l2.1%201A2%202%200%201%200%2020%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/envelope-share.svg?color=%231a73e8&size=48