envelope open icon

envelope-open-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
envelope-open-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More general icons from Flowbite Icons

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="m3.62 6.389l8.396 6.724l8.638-6.572l-7.69-4.29a1.98 1.98 0 0 0-1.928 0z"/><path d="m22 8.053l-8.784 6.683a1.98 1.98 0 0 1-2.44-.031L2.02 7.693a1 1 0 0 0-.019.199v11.065C2 20.637 3.343 22 5 22h14c1.657 0 3-1.362 3-3.043z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteEnvelopeOpenSolid(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="m3.62 6.389l8.396 6.724l8.638-6.572l-7.69-4.29a1.98 1.98 0 0 0-1.928 0z"/><path d="m22 8.053l-8.784 6.683a1.98 1.98 0 0 1-2.44-.031L2.02 7.693a1 1 0 0 0-.019.199v11.065C2 20.637 3.343 22 5 22h14c1.657 0 3-1.362 3-3.043z"/></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="m3.62 6.389l8.396 6.724l8.638-6.572l-7.69-4.29a1.98 1.98 0 0 0-1.928 0z"/><path d="m22 8.053l-8.784 6.683a1.98 1.98 0 0 1-2.44-.031L2.02 7.693a1 1 0 0 0-.019.199v11.065C2 20.637 3.343 22 5 22h14c1.657 0 3-1.362 3-3.043z"/></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%22m3.62%206.389l8.396%206.724l8.638-6.572l-7.69-4.29a1.98%201.98%200%200%200-1.928%200z%22%2F%3E%3Cpath%20d%3D%22m22%208.053l-8.784%206.683a1.98%201.98%200%200%201-2.44-.031L2.02%207.693a1%201%200%200%200-.019.199v11.065C2%2020.637%203.343%2022%205%2022h14c1.657%200%203-1.362%203-3.043z%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%22m3.62%206.389l8.396%206.724l8.638-6.572l-7.69-4.29a1.98%201.98%200%200%200-1.928%200z%22%2F%3E%3Cpath%20d%3D%22m22%208.053l-8.784%206.683a1.98%201.98%200%200%201-2.44-.031L2.02%207.693a1%201%200%200%200-.019.199v11.065C2%2020.637%203.343%2022%205%2022h14c1.657%200%203-1.362%203-3.043z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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