envelope open icon

envelope-open from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
envelope-open
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-envelope-open

The same icon in other sets

Use the envelope open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.555 8.168l-9-6a1 1 0 0 0-1.109 0l-9 6A1 1 0 0 0 2 9v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V9c0-.334-.167-.646-.445-.832M12 4.202L19.197 9L12 13.798L4.803 9zM4 20v-9.131l7.445 4.963a1 1 0 0 0 1.11 0L20 10.869L19.997 20z"/></svg>

React

import type { SVGProps } from "react";

export function BxEnvelopeOpen(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="m21.555 8.168l-9-6a1 1 0 0 0-1.109 0l-9 6A1 1 0 0 0 2 9v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V9c0-.334-.167-.646-.445-.832M12 4.202L19.197 9L12 13.798L4.803 9zM4 20v-9.131l7.445 4.963a1 1 0 0 0 1.11 0L20 10.869L19.997 20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.555 8.168l-9-6a1 1 0 0 0-1.109 0l-9 6A1 1 0 0 0 2 9v11c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V9c0-.334-.167-.646-.445-.832M12 4.202L19.197 9L12 13.798L4.803 9zM4 20v-9.131l7.445 4.963a1 1 0 0 0 1.11 0L20 10.869L19.997 20z"/></svg>
</template>

CSS

.icon-envelope-open {
  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%22m21.555%208.168l-9-6a1%201%200%200%200-1.109%200l-9%206A1%201%200%200%200%202%209v11c0%201.103.897%202%202%202h16c1.103%200%202-.897%202-2V9c0-.334-.167-.646-.445-.832M12%204.202L19.197%209L12%2013.798L4.803%209zM4%2020v-9.131l7.445%204.963a1%201%200%200%200%201.11%200L20%2010.869L19.997%2020z%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%22m21.555%208.168l-9-6a1%201%200%200%200-1.109%200l-9%206A1%201%200%200%200%202%209v11c0%201.103.897%202%202%202h16c1.103%200%202-.897%202-2V9c0-.334-.167-.646-.445-.832M12%204.202L19.197%209L12%2013.798L4.803%209zM4%2020v-9.131l7.445%204.963a1%201%200%200%200%201.11%200L20%2010.869L19.997%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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