envelope open icon
envelope-open-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- envelope-open-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
envelope-openBootstrap Iconsenvelope-openBoxIcons v2envelope-openBoxIcons v2 Solidenvelope-openFramework7 Iconsenvelope-openFont Awesome 6 Regularenvelope-openFont Awesome 6 Solidenvelope-openFont Awesome Regularenvelope-openFont Awesome Solidenvelope-open-outlineFlowbite Iconsenvelope-openJam Iconsenvelope-openLine Awesomeenvelope-openPhosphorenvelope-openRadix Iconsenvelope-open-outlineTeenyiconsenvelope-openUnicons
Use the envelope open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.5 22.5a3 3 0 0 0 3-3v-8.174l-6.879 4.022l3.485 1.876a.75.75 0 1 1-.712 1.321l-5.683-3.06a1.5 1.5 0 0 0-1.422 0l-5.683 3.06a.75.75 0 0 1-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 0 0 3 3z"/><path d="M1.5 9.589v-.745a3 3 0 0 1 1.578-2.642l7.5-4.038a3 3 0 0 1 2.844 0l7.5 4.038A3 3 0 0 1 22.5 8.844v.745l-8.426 4.926l-.652-.351a3 3 0 0 0-2.844 0l-.652.351z"/></g></svg>
React
import type { SVGProps } from "react";
export function HeroiconsEnvelopeOpenSolid(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="M19.5 22.5a3 3 0 0 0 3-3v-8.174l-6.879 4.022l3.485 1.876a.75.75 0 1 1-.712 1.321l-5.683-3.06a1.5 1.5 0 0 0-1.422 0l-5.683 3.06a.75.75 0 0 1-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 0 0 3 3z"/><path d="M1.5 9.589v-.745a3 3 0 0 1 1.578-2.642l7.5-4.038a3 3 0 0 1 2.844 0l7.5 4.038A3 3 0 0 1 22.5 8.844v.745l-8.426 4.926l-.652-.351a3 3 0 0 0-2.844 0l-.652.351z"/></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="M19.5 22.5a3 3 0 0 0 3-3v-8.174l-6.879 4.022l3.485 1.876a.75.75 0 1 1-.712 1.321l-5.683-3.06a1.5 1.5 0 0 0-1.422 0l-5.683 3.06a.75.75 0 0 1-.712-1.32l3.485-1.877L1.5 11.326V19.5a3 3 0 0 0 3 3z"/><path d="M1.5 9.589v-.745a3 3 0 0 1 1.578-2.642l7.5-4.038a3 3 0 0 1 2.844 0l7.5 4.038A3 3 0 0 1 22.5 8.844v.745l-8.426 4.926l-.652-.351a3 3 0 0 0-2.844 0l-.652.351z"/></g></svg> </template>
CSS
.icon-envelope-open-solid {
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%22M19.5%2022.5a3%203%200%200%200%203-3v-8.174l-6.879%204.022l3.485%201.876a.75.75%200%201%201-.712%201.321l-5.683-3.06a1.5%201.5%200%200%200-1.422%200l-5.683%203.06a.75.75%200%200%201-.712-1.32l3.485-1.877L1.5%2011.326V19.5a3%203%200%200%200%203%203z%22%2F%3E%3Cpath%20d%3D%22M1.5%209.589v-.745a3%203%200%200%201%201.578-2.642l7.5-4.038a3%203%200%200%201%202.844%200l7.5%204.038A3%203%200%200%201%2022.5%208.844v.745l-8.426%204.926l-.652-.351a3%203%200%200%200-2.844%200l-.652.351z%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%22M19.5%2022.5a3%203%200%200%200%203-3v-8.174l-6.879%204.022l3.485%201.876a.75.75%200%201%201-.712%201.321l-5.683-3.06a1.5%201.5%200%200%200-1.422%200l-5.683%203.06a.75.75%200%200%201-.712-1.32l3.485-1.877L1.5%2011.326V19.5a3%203%200%200%200%203%203z%22%2F%3E%3Cpath%20d%3D%22M1.5%209.589v-.745a3%203%200%200%201%201.578-2.642l7.5-4.038a3%203%200%200%201%202.844%200l7.5%204.038A3%203%200%200%201%2022.5%208.844v.745l-8.426%204.926l-.652-.351a3%203%200%200%200-2.844%200l-.652.351z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/envelope-open-solid.svg?color=%231a73e8&size=48