envelope open solid icon

envelope-open-solid from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.

Name
envelope-open-solid
Set
Line Awesome
Style
Line
Category
Objects
Viewbox
32×32
License
Apache 2.0

More objects icons from Line Awesome

Use the envelope open solid icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 3l-.531.344l-12 7.812L3 11.47V29h26V11.469l-.469-.313l-12-7.812zm0 2.375L26.188 12L16 18.594L5.812 12zM5 13.844l10.469 6.781l.531.344l.531-.344L27 13.844V27H5z"/></svg>

React

import type { SVGProps } from "react";

export function LaEnvelopeOpenSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 3l-.531.344l-12 7.812L3 11.47V29h26V11.469l-.469-.313l-12-7.812zm0 2.375L26.188 12L16 18.594L5.812 12zM5 13.844l10.469 6.781l.531.344l.531-.344L27 13.844V27H5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 3l-.531.344l-12 7.812L3 11.47V29h26V11.469l-.469-.313l-12-7.812zm0 2.375L26.188 12L16 18.594L5.812 12zM5 13.844l10.469 6.781l.531.344l.531-.344L27 13.844V27H5z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%203l-.531.344l-12%207.812L3%2011.47V29h26V11.469l-.469-.313l-12-7.812zm0%202.375L26.188%2012L16%2018.594L5.812%2012zM5%2013.844l10.469%206.781l.531.344l.531-.344L27%2013.844V27H5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%203l-.531.344l-12%207.812L3%2011.47V29h26V11.469l-.469-.313l-12-7.812zm0%202.375L26.188%2012L16%2018.594L5.812%2012zM5%2013.844l10.469%206.781l.531.344l.531-.344L27%2013.844V27H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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