envelope open icon

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

Name
envelope-open
Set
Framework7 Icons
Style
Outline
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="M9.484 54.848h37.032c4.898 0 7.36-2.438 7.36-7.266v-23.32c0-3.375-.704-4.875-2.93-6.633L32.851 3.379C31.14 2.019 29.734 1.152 28 1.152c-1.711 0-3.14.867-4.828 2.227L5.078 17.629c-2.226 1.758-2.953 3.258-2.953 6.633v23.32c0 4.852 2.484 7.266 7.36 7.266M32.922 32.37c-1.64-1.64-3.235-2.297-4.875-2.297c-1.664 0-3.235.656-4.875 2.297l-1.524 1.5L7.61 19.996l17.578-13.71c1.149-.891 1.805-1.384 2.813-1.384c1.031 0 1.664.492 2.812 1.383l17.626 13.758l-13.993 13.828ZM5.71 47.582V23.629c0-.235.023-.445.023-.633l13.453 13.29l-13.195 12.96c-.187-.469-.281-1.031-.281-1.664m44.578-23.953v23.953c0 .61-.07 1.148-.234 1.617L36.906 36.285l13.36-13.219c.023.165.023.352.023.563M9.367 51.262c-.164 0-.328 0-.492-.024L25.21 35.137c1.008-1.008 1.898-1.453 2.836-1.453s1.828.445 2.836 1.453l16.335 16.101c-.187.024-.374.024-.562.024Z"/></svg>

React

import type { SVGProps } from "react";

export function F7EnvelopeOpen(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="M9.484 54.848h37.032c4.898 0 7.36-2.438 7.36-7.266v-23.32c0-3.375-.704-4.875-2.93-6.633L32.851 3.379C31.14 2.019 29.734 1.152 28 1.152c-1.711 0-3.14.867-4.828 2.227L5.078 17.629c-2.226 1.758-2.953 3.258-2.953 6.633v23.32c0 4.852 2.484 7.266 7.36 7.266M32.922 32.37c-1.64-1.64-3.235-2.297-4.875-2.297c-1.664 0-3.235.656-4.875 2.297l-1.524 1.5L7.61 19.996l17.578-13.71c1.149-.891 1.805-1.384 2.813-1.384c1.031 0 1.664.492 2.812 1.383l17.626 13.758l-13.993 13.828ZM5.71 47.582V23.629c0-.235.023-.445.023-.633l13.453 13.29l-13.195 12.96c-.187-.469-.281-1.031-.281-1.664m44.578-23.953v23.953c0 .61-.07 1.148-.234 1.617L36.906 36.285l13.36-13.219c.023.165.023.352.023.563M9.367 51.262c-.164 0-.328 0-.492-.024L25.21 35.137c1.008-1.008 1.898-1.453 2.836-1.453s1.828.445 2.836 1.453l16.335 16.101c-.187.024-.374.024-.562.024Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.484 54.848h37.032c4.898 0 7.36-2.438 7.36-7.266v-23.32c0-3.375-.704-4.875-2.93-6.633L32.851 3.379C31.14 2.019 29.734 1.152 28 1.152c-1.711 0-3.14.867-4.828 2.227L5.078 17.629c-2.226 1.758-2.953 3.258-2.953 6.633v23.32c0 4.852 2.484 7.266 7.36 7.266M32.922 32.37c-1.64-1.64-3.235-2.297-4.875-2.297c-1.664 0-3.235.656-4.875 2.297l-1.524 1.5L7.61 19.996l17.578-13.71c1.149-.891 1.805-1.384 2.813-1.384c1.031 0 1.664.492 2.812 1.383l17.626 13.758l-13.993 13.828ZM5.71 47.582V23.629c0-.235.023-.445.023-.633l13.453 13.29l-13.195 12.96c-.187-.469-.281-1.031-.281-1.664m44.578-23.953v23.953c0 .61-.07 1.148-.234 1.617L36.906 36.285l13.36-13.219c.023.165.023.352.023.563M9.367 51.262c-.164 0-.328 0-.492-.024L25.21 35.137c1.008-1.008 1.898-1.453 2.836-1.453s1.828.445 2.836 1.453l16.335 16.101c-.187.024-.374.024-.562.024Z"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.484%2054.848h37.032c4.898%200%207.36-2.438%207.36-7.266v-23.32c0-3.375-.704-4.875-2.93-6.633L32.851%203.379C31.14%202.019%2029.734%201.152%2028%201.152c-1.711%200-3.14.867-4.828%202.227L5.078%2017.629c-2.226%201.758-2.953%203.258-2.953%206.633v23.32c0%204.852%202.484%207.266%207.36%207.266M32.922%2032.37c-1.64-1.64-3.235-2.297-4.875-2.297c-1.664%200-3.235.656-4.875%202.297l-1.524%201.5L7.61%2019.996l17.578-13.71c1.149-.891%201.805-1.384%202.813-1.384c1.031%200%201.664.492%202.812%201.383l17.626%2013.758l-13.993%2013.828ZM5.71%2047.582V23.629c0-.235.023-.445.023-.633l13.453%2013.29l-13.195%2012.96c-.187-.469-.281-1.031-.281-1.664m44.578-23.953v23.953c0%20.61-.07%201.148-.234%201.617L36.906%2036.285l13.36-13.219c.023.165.023.352.023.563M9.367%2051.262c-.164%200-.328%200-.492-.024L25.21%2035.137c1.008-1.008%201.898-1.453%202.836-1.453s1.828.445%202.836%201.453l16.335%2016.101c-.187.024-.374.024-.562.024Z%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%22M9.484%2054.848h37.032c4.898%200%207.36-2.438%207.36-7.266v-23.32c0-3.375-.704-4.875-2.93-6.633L32.851%203.379C31.14%202.019%2029.734%201.152%2028%201.152c-1.711%200-3.14.867-4.828%202.227L5.078%2017.629c-2.226%201.758-2.953%203.258-2.953%206.633v23.32c0%204.852%202.484%207.266%207.36%207.266M32.922%2032.37c-1.64-1.64-3.235-2.297-4.875-2.297c-1.664%200-3.235.656-4.875%202.297l-1.524%201.5L7.61%2019.996l17.578-13.71c1.149-.891%201.805-1.384%202.813-1.384c1.031%200%201.664.492%202.812%201.383l17.626%2013.758l-13.993%2013.828ZM5.71%2047.582V23.629c0-.235.023-.445.023-.633l13.453%2013.29l-13.195%2012.96c-.187-.469-.281-1.031-.281-1.664m44.578-23.953v23.953c0%20.61-.07%201.148-.234%201.617L36.906%2036.285l13.36-13.219c.023.165.023.352.023.563M9.367%2051.262c-.164%200-.328%200-.492-.024L25.21%2035.137c1.008-1.008%201.898-1.453%202.836-1.453s1.828.445%202.836%201.453l16.335%2016.101c-.187.024-.374.024-.562.024Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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