envelope open text icon

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

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

The same icon in other sets

More marketing icons from Line Awesome

Use the envelope open text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 5v1.9l-5.992 3.903V27h23.984V10.803L22 6.898V5zm2 2h8v7.682l-4 2.591l-4-2.591zm1 2v2h6V9zm-3 .285v4.102l-3.156-2.045zm12 0l3.156 2.057L22 13.387zM13 12v2h6v-2zm-6.992 1.184L16 19.656l9.992-6.472V25H6.008z"/></svg>

React

import type { SVGProps } from "react";

export function LaEnvelopeOpenText(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="M10 5v1.9l-5.992 3.903V27h23.984V10.803L22 6.898V5zm2 2h8v7.682l-4 2.591l-4-2.591zm1 2v2h6V9zm-3 .285v4.102l-3.156-2.045zm12 0l3.156 2.057L22 13.387zM13 12v2h6v-2zm-6.992 1.184L16 19.656l9.992-6.472V25H6.008z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 5v1.9l-5.992 3.903V27h23.984V10.803L22 6.898V5zm2 2h8v7.682l-4 2.591l-4-2.591zm1 2v2h6V9zm-3 .285v4.102l-3.156-2.045zm12 0l3.156 2.057L22 13.387zM13 12v2h6v-2zm-6.992 1.184L16 19.656l9.992-6.472V25H6.008z"/></svg>
</template>

CSS

.icon-envelope-open-text {
  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%22M10%205v1.9l-5.992%203.903V27h23.984V10.803L22%206.898V5zm2%202h8v7.682l-4%202.591l-4-2.591zm1%202v2h6V9zm-3%20.285v4.102l-3.156-2.045zm12%200l3.156%202.057L22%2013.387zM13%2012v2h6v-2zm-6.992%201.184L16%2019.656l9.992-6.472V25H6.008z%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%22M10%205v1.9l-5.992%203.903V27h23.984V10.803L22%206.898V5zm2%202h8v7.682l-4%202.591l-4-2.591zm1%202v2h6V9zm-3%20.285v4.102l-3.156-2.045zm12%200l3.156%202.057L22%2013.387zM13%2012v2h6v-2zm-6.992%201.184L16%2019.656l9.992-6.472V25H6.008z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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