bxs envelope open icon

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

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

Related icons in BoxIcons v2

Use the bxs envelope open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.555 8.168l-9-6a1 1 0 0 0-1.109 0l-9 6A.995.995 0 0 0 2.004 9H2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9h-.004a.997.997 0 0 0-.441-.832zM20 12.7L12 17l-8-4.3v-2.403l8 4.299l8-4.299V12.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsEnvelopeOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.555 8.168l-9-6a1 1 0 0 0-1.109 0l-9 6A.995.995 0 0 0 2.004 9H2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9h-.004a.997.997 0 0 0-.441-.832zM20 12.7L12 17l-8-4.3v-2.403l8 4.299l8-4.299V12.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M21.555 8.168l-9-6a1 1 0 0 0-1.109 0l-9 6A.995.995 0 0 0 2.004 9H2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9h-.004a.997.997 0 0 0-.441-.832zM20 12.7L12 17l-8-4.3v-2.403l8 4.299l8-4.299V12.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-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%20d%3D%22M21.555%208.168l-9-6a1%201%200%200%200-1.109%200l-9%206A.995.995%200%200%200%202.004%209H2v11a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V9h-.004a.997.997%200%200%200-.441-.832zM20%2012.7L12%2017l-8-4.3v-2.403l8%204.299l8-4.299V12.7z%22%20fill%3D%22currentColor%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%20d%3D%22M21.555%208.168l-9-6a1%201%200%200%200-1.109%200l-9%206A.995.995%200%200%200%202.004%209H2v11a2%202%200%200%200%202%202h16a2%202%200%200%200%202-2V9h-.004a.997.997%200%200%200-.441-.832zM20%2012.7L12%2017l-8-4.3v-2.403l8%204.299l8-4.299V12.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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