envelope open icon

envelope-open-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
envelope-open-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the envelope open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.664 50.688L17.781 35.78L5.101 23.453c-.492-.515-.492-1.101.024-1.476L25.164 6.46c1.219-.938 1.898-1.406 2.836-1.406c.96 0 1.594.468 2.836 1.406l20.062 15.516c.493.375.516.984 0 1.476L38.312 35.781l15.024 14.86c.375-.657.54-1.782.54-3.375V23.5c0-2.484-.423-3.727-2.158-5.156L32.851 3.695C31.095 2.335 29.735 1.47 28 1.47c-1.711 0-3.07.867-4.828 2.226L4.258 18.344C2.594 19.75 2.125 21.016 2.125 23.5v23.766c0 1.64.187 2.765.539 3.422m6.117 3.843h37.735c2.32 0 3.937-.422 4.828-1.265L30.93 33.109c-1.008-1.03-1.899-1.476-2.883-1.476c-.961 0-1.875.445-2.883 1.476L4.656 53.383c.774.773 2.156 1.148 4.125 1.148"/></svg>

React

import type { SVGProps } from "react";

export function F7EnvelopeOpenFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.664 50.688L17.781 35.78L5.101 23.453c-.492-.515-.492-1.101.024-1.476L25.164 6.46c1.219-.938 1.898-1.406 2.836-1.406c.96 0 1.594.468 2.836 1.406l20.062 15.516c.493.375.516.984 0 1.476L38.312 35.781l15.024 14.86c.375-.657.54-1.782.54-3.375V23.5c0-2.484-.423-3.727-2.158-5.156L32.851 3.695C31.095 2.335 29.735 1.47 28 1.47c-1.711 0-3.07.867-4.828 2.226L4.258 18.344C2.594 19.75 2.125 21.016 2.125 23.5v23.766c0 1.64.187 2.765.539 3.422m6.117 3.843h37.735c2.32 0 3.937-.422 4.828-1.265L30.93 33.109c-1.008-1.03-1.899-1.476-2.883-1.476c-.961 0-1.875.445-2.883 1.476L4.656 53.383c.774.773 2.156 1.148 4.125 1.148"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M2.664 50.688L17.781 35.78L5.101 23.453c-.492-.515-.492-1.101.024-1.476L25.164 6.46c1.219-.938 1.898-1.406 2.836-1.406c.96 0 1.594.468 2.836 1.406l20.062 15.516c.493.375.516.984 0 1.476L38.312 35.781l15.024 14.86c.375-.657.54-1.782.54-3.375V23.5c0-2.484-.423-3.727-2.158-5.156L32.851 3.695C31.095 2.335 29.735 1.47 28 1.47c-1.711 0-3.07.867-4.828 2.226L4.258 18.344C2.594 19.75 2.125 21.016 2.125 23.5v23.766c0 1.64.187 2.765.539 3.422m6.117 3.843h37.735c2.32 0 3.937-.422 4.828-1.265L30.93 33.109c-1.008-1.03-1.899-1.476-2.883-1.476c-.961 0-1.875.445-2.883 1.476L4.656 53.383c.774.773 2.156 1.148 4.125 1.148"/></svg>
</template>

CSS

.icon-envelope-open-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.664%2050.688L17.781%2035.78L5.101%2023.453c-.492-.515-.492-1.101.024-1.476L25.164%206.46c1.219-.938%201.898-1.406%202.836-1.406c.96%200%201.594.468%202.836%201.406l20.062%2015.516c.493.375.516.984%200%201.476L38.312%2035.781l15.024%2014.86c.375-.657.54-1.782.54-3.375V23.5c0-2.484-.423-3.727-2.158-5.156L32.851%203.695C31.095%202.335%2029.735%201.47%2028%201.47c-1.711%200-3.07.867-4.828%202.226L4.258%2018.344C2.594%2019.75%202.125%2021.016%202.125%2023.5v23.766c0%201.64.187%202.765.539%203.422m6.117%203.843h37.735c2.32%200%203.937-.422%204.828-1.265L30.93%2033.109c-1.008-1.03-1.899-1.476-2.883-1.476c-.961%200-1.875.445-2.883%201.476L4.656%2053.383c.774.773%202.156%201.148%204.125%201.148%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.664%2050.688L17.781%2035.78L5.101%2023.453c-.492-.515-.492-1.101.024-1.476L25.164%206.46c1.219-.938%201.898-1.406%202.836-1.406c.96%200%201.594.468%202.836%201.406l20.062%2015.516c.493.375.516.984%200%201.476L38.312%2035.781l15.024%2014.86c.375-.657.54-1.782.54-3.375V23.5c0-2.484-.423-3.727-2.158-5.156L32.851%203.695C31.095%202.335%2029.735%201.47%2028%201.47c-1.711%200-3.07.867-4.828%202.226L4.258%2018.344C2.594%2019.75%202.125%2021.016%202.125%2023.5v23.766c0%201.64.187%202.765.539%203.422m6.117%203.843h37.735c2.32%200%203.937-.422%204.828-1.265L30.93%2033.109c-1.008-1.03-1.899-1.476-2.883-1.476c-.961%200-1.875.445-2.883%201.476L4.656%2053.383c.774.773%202.156%201.148%204.125%201.148%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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