envelope upload icon
envelope-upload from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- envelope-upload
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shield
Use the envelope upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 14a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 4.24 0l1.64-1.64a1 1 0 1 0-1.42-1.42l-1.64 1.64a1 1 0 0 1-1.4 0L4.91 8h6.59a1 1 0 0 0 0-2h-7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m1.71-8.71l-3-3a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21l-3 3a1 1 0 0 0 1.42 1.42l1.29-1.3V11a1 1 0 0 0 2 0V5.41l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg>
React
import type { SVGProps } from "react";
export function UilEnvelopeUpload(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.5 14a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 4.24 0l1.64-1.64a1 1 0 1 0-1.42-1.42l-1.64 1.64a1 1 0 0 1-1.4 0L4.91 8h6.59a1 1 0 0 0 0-2h-7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m1.71-8.71l-3-3a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21l-3 3a1 1 0 0 0 1.42 1.42l1.29-1.3V11a1 1 0 0 0 2 0V5.41l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></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.5 14a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.41l5.88 5.89a3 3 0 0 0 4.24 0l1.64-1.64a1 1 0 1 0-1.42-1.42l-1.64 1.64a1 1 0 0 1-1.4 0L4.91 8h6.59a1 1 0 0 0 0-2h-7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m1.71-8.71l-3-3a1 1 0 0 0-.33-.21a1 1 0 0 0-.76 0a1 1 0 0 0-.33.21l-3 3a1 1 0 0 0 1.42 1.42l1.29-1.3V11a1 1 0 0 0 2 0V5.41l1.29 1.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg> </template>
CSS
.icon-envelope-upload {
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.5%2014a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V9.41l5.88%205.89a3%203%200%200%200%204.24%200l1.64-1.64a1%201%200%201%200-1.42-1.42l-1.64%201.64a1%201%200%200%201-1.4%200L4.91%208h6.59a1%201%200%200%200%200-2h-7a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m1.71-8.71l-3-3a1%201%200%200%200-.33-.21a1%201%200%200%200-.76%200a1%201%200%200%200-.33.21l-3%203a1%201%200%200%200%201.42%201.42l1.29-1.3V11a1%201%200%200%200%202%200V5.41l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42%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.5%2014a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V9.41l5.88%205.89a3%203%200%200%200%204.24%200l1.64-1.64a1%201%200%201%200-1.42-1.42l-1.64%201.64a1%201%200%200%201-1.4%200L4.91%208h6.59a1%201%200%200%200%200-2h-7a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m1.71-8.71l-3-3a1%201%200%200%200-.33-.21a1%201%200%200%200-.76%200a1%201%200%200%200-.33.21l-3%203a1%201%200%200%200%201.42%201.42l1.29-1.3V11a1%201%200%200%200%202%200V5.41l1.29%201.3a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/envelope-upload.svg?color=%231a73e8&size=48