envelope redo icon
envelope-redo from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- envelope-redo
- 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-searchenvelope-sendenvelope-shareenvelope-shieldenvelope-star
Use the envelope redo 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 14.26a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.67l5.88 5.88a3 3 0 0 0 2.11.88a3 3 0 0 0 2.16-.91a1 1 0 0 0 0-1.39a1 1 0 0 0-1.43 0a1 1 0 0 1-1.4 0L4.91 8.26H9.5a1 1 0 0 0 0-2h-5a3 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-11a1 1 0 0 0-1 1a5 5 0 1 0-3 9A5 5 0 0 0 20.8 12a1 1 0 0 0-1.32-1.51a3 3 0 1 1 .25-4.24H18.5a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-.99"/></svg>
React
import type { SVGProps } from "react";
export function UilEnvelopeRedo(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 14.26a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.67l5.88 5.88a3 3 0 0 0 2.11.88a3 3 0 0 0 2.16-.91a1 1 0 0 0 0-1.39a1 1 0 0 0-1.43 0a1 1 0 0 1-1.4 0L4.91 8.26H9.5a1 1 0 0 0 0-2h-5a3 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-11a1 1 0 0 0-1 1a5 5 0 1 0-3 9A5 5 0 0 0 20.8 12a1 1 0 0 0-1.32-1.51a3 3 0 1 1 .25-4.24H18.5a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-.99"/></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 14.26a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1V9.67l5.88 5.88a3 3 0 0 0 2.11.88a3 3 0 0 0 2.16-.91a1 1 0 0 0 0-1.39a1 1 0 0 0-1.43 0a1 1 0 0 1-1.4 0L4.91 8.26H9.5a1 1 0 0 0 0-2h-5a3 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-11a1 1 0 0 0-1 1a5 5 0 1 0-3 9A5 5 0 0 0 20.8 12a1 1 0 0 0-1.32-1.51a3 3 0 1 1 .25-4.24H18.5a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-.99"/></svg> </template>
CSS
.icon-envelope-redo {
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%2014.26a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V9.67l5.88%205.88a3%203%200%200%200%202.11.88a3%203%200%200%200%202.16-.91a1%201%200%200%200%200-1.39a1%201%200%200%200-1.43%200a1%201%200%200%201-1.4%200L4.91%208.26H9.5a1%201%200%200%200%200-2h-5a3%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-11a1%201%200%200%200-1%201a5%205%200%201%200-3%209A5%205%200%200%200%2020.8%2012a1%201%200%200%200-1.32-1.51a3%203%200%201%201%20.25-4.24H18.5a1%201%200%200%200%200%202h3a1%201%200%200%200%201-1v-3a1%201%200%200%200-1-.99%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%2014.26a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201h-14a1%201%200%200%201-1-1V9.67l5.88%205.88a3%203%200%200%200%202.11.88a3%203%200%200%200%202.16-.91a1%201%200%200%200%200-1.39a1%201%200%200%200-1.43%200a1%201%200%200%201-1.4%200L4.91%208.26H9.5a1%201%200%200%200%200-2h-5a3%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-11a1%201%200%200%200-1%201a5%205%200%201%200-3%209A5%205%200%200%200%2020.8%2012a1%201%200%200%200-1.32-1.51a3%203%200%201%201%20.25-4.24H18.5a1%201%200%200%200%200%202h3a1%201%200%200%200%201-1v-3a1%201%200%200%200-1-.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/envelope-redo.svg?color=%231a73e8&size=48