envelope right icon
envelope-right-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- envelope-right-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the envelope right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.768 2.25h11.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.112.221.192.452.25.695a.19.19 0 0 1-.073.199l-9.538 7.241c-.748.568-.957.71-1.16.764a1.25 1.25 0 0 1-.643 0c-.204-.054-.413-.196-1.16-.764L.48 5.193a.19.19 0 0 1-.073-.199a3 3 0 0 1 .25-.696a3.75 3.75 0 0 1 1.64-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"/><path d="M.57 7.144a.199.199 0 0 0-.32.157v7.431c0 .813 0 1.469.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h7.05a.75.75 0 0 0 .747-.801a6.45 6.45 0 0 1 8.227-6.647a.75.75 0 0 0 .958-.72V7.299a.199.199 0 0 0-.32-.157l-8.649 6.567c-.587.447-1.048.797-1.576.938a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.491-1.576-.938z"/><path d="M16 17.25a.75.75 0 1 0 0 1.5h4.706a.2.2 0 0 1 .142.341L19.47 20.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.378 1.379a.2.2 0 0 1-.142.341z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEnvelopeRightFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.768 2.25h11.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.112.221.192.452.25.695a.19.19 0 0 1-.073.199l-9.538 7.241c-.748.568-.957.71-1.16.764a1.25 1.25 0 0 1-.643 0c-.204-.054-.413-.196-1.16-.764L.48 5.193a.19.19 0 0 1-.073-.199a3 3 0 0 1 .25-.696a3.75 3.75 0 0 1 1.64-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"/><path d="M.57 7.144a.199.199 0 0 0-.32.157v7.431c0 .813 0 1.469.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h7.05a.75.75 0 0 0 .747-.801a6.45 6.45 0 0 1 8.227-6.647a.75.75 0 0 0 .958-.72V7.299a.199.199 0 0 0-.32-.157l-8.649 6.567c-.587.447-1.048.797-1.576.938a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.491-1.576-.938z"/><path d="M16 17.25a.75.75 0 1 0 0 1.5h4.706a.2.2 0 0 1 .142.341L19.47 20.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.378 1.379a.2.2 0 0 1-.142.341z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M5.768 2.25h11.464c.813 0 1.469 0 2 .043c.546.045 1.026.14 1.47.366a3.75 3.75 0 0 1 1.64 1.639c.112.221.192.452.25.695a.19.19 0 0 1-.073.199l-9.538 7.241c-.748.568-.957.71-1.16.764a1.25 1.25 0 0 1-.643 0c-.204-.054-.413-.196-1.16-.764L.48 5.193a.19.19 0 0 1-.073-.199a3 3 0 0 1 .25-.696a3.75 3.75 0 0 1 1.64-1.64c.444-.226.924-.32 1.47-.365c.531-.043 1.187-.043 2-.043"/><path d="M.57 7.144a.199.199 0 0 0-.32.157v7.431c0 .813 0 1.469.043 2c.045.546.14 1.026.366 1.47a3.75 3.75 0 0 0 1.639 1.64c.444.226.924.32 1.47.365c.531.043 1.187.043 2 .043h7.05a.75.75 0 0 0 .747-.801a6.45 6.45 0 0 1 8.227-6.647a.75.75 0 0 0 .958-.72V7.299a.199.199 0 0 0-.32-.157l-8.649 6.567c-.587.447-1.048.797-1.576.938a2.75 2.75 0 0 1-1.412 0c-.528-.14-.989-.491-1.576-.938z"/><path d="M16 17.25a.75.75 0 1 0 0 1.5h4.706a.2.2 0 0 1 .142.341L19.47 20.47a.75.75 0 0 0 1.06 1.06l3-3a.75.75 0 0 0 0-1.06l-3-3a.75.75 0 1 0-1.06 1.06l1.378 1.379a.2.2 0 0 1-.142.341z"/></g></svg> </template>
CSS
.icon-envelope-right-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.768%202.25h11.464c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.112.221.192.452.25.695a.19.19%200%200%201-.073.199l-9.538%207.241c-.748.568-.957.71-1.16.764a1.25%201.25%200%200%201-.643%200c-.204-.054-.413-.196-1.16-.764L.48%205.193a.19.19%200%200%201-.073-.199a3%203%200%200%201%20.25-.696a3.75%203.75%200%200%201%201.64-1.64c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043%22%2F%3E%3Cpath%20d%3D%22M.57%207.144a.199.199%200%200%200-.32.157v7.431c0%20.813%200%201.469.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h7.05a.75.75%200%200%200%20.747-.801a6.45%206.45%200%200%201%208.227-6.647a.75.75%200%200%200%20.958-.72V7.299a.199.199%200%200%200-.32-.157l-8.649%206.567c-.587.447-1.048.797-1.576.938a2.75%202.75%200%200%201-1.412%200c-.528-.14-.989-.491-1.576-.938z%22%2F%3E%3Cpath%20d%3D%22M16%2017.25a.75.75%200%201%200%200%201.5h4.706a.2.2%200%200%201%20.142.341L19.47%2020.47a.75.75%200%200%200%201.06%201.06l3-3a.75.75%200%200%200%200-1.06l-3-3a.75.75%200%201%200-1.06%201.06l1.378%201.379a.2.2%200%200%201-.142.341z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.768%202.25h11.464c.813%200%201.469%200%202%20.043c.546.045%201.026.14%201.47.366a3.75%203.75%200%200%201%201.64%201.639c.112.221.192.452.25.695a.19.19%200%200%201-.073.199l-9.538%207.241c-.748.568-.957.71-1.16.764a1.25%201.25%200%200%201-.643%200c-.204-.054-.413-.196-1.16-.764L.48%205.193a.19.19%200%200%201-.073-.199a3%203%200%200%201%20.25-.696a3.75%203.75%200%200%201%201.64-1.64c.444-.226.924-.32%201.47-.365c.531-.043%201.187-.043%202-.043%22%2F%3E%3Cpath%20d%3D%22M.57%207.144a.199.199%200%200%200-.32.157v7.431c0%20.813%200%201.469.043%202c.045.546.14%201.026.366%201.47a3.75%203.75%200%200%200%201.639%201.64c.444.226.924.32%201.47.365c.531.043%201.187.043%202%20.043h7.05a.75.75%200%200%200%20.747-.801a6.45%206.45%200%200%201%208.227-6.647a.75.75%200%200%200%20.958-.72V7.299a.199.199%200%200%200-.32-.157l-8.649%206.567c-.587.447-1.048.797-1.576.938a2.75%202.75%200%200%201-1.412%200c-.528-.14-.989-.491-1.576-.938z%22%2F%3E%3Cpath%20d%3D%22M16%2017.25a.75.75%200%201%200%200%201.5h4.706a.2.2%200%200%201%20.142.341L19.47%2020.47a.75.75%200%200%200%201.06%201.06l3-3a.75.75%200%200%200%200-1.06l-3-3a.75.75%200%201%200-1.06%201.06l1.378%201.379a.2.2%200%200%201-.142.341z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/envelope-right-filled.svg?color=%231a73e8&size=48