envelope open icon

envelope-open from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
envelope-open
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the envelope open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.16.119a1 1 0 0 1 .787.046l6.5 3.25l.121.072a1 1 0 0 1 .432.822V12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4.31a1 1 0 0 1 .553-.894l6.5-3.25zm.55 8.08a.45.45 0 0 1-.42 0L1 4.884V12h13V4.884zM1.43 4.093L7.5 7.291l6.068-3.198L7.5 1.06z"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsEnvelopeOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.16.119a1 1 0 0 1 .787.046l6.5 3.25l.121.072a1 1 0 0 1 .432.822V12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4.31a1 1 0 0 1 .553-.894l6.5-3.25zm.55 8.08a.45.45 0 0 1-.42 0L1 4.884V12h13V4.884zM1.43 4.093L7.5 7.291l6.068-3.198L7.5 1.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.16.119a1 1 0 0 1 .787.046l6.5 3.25l.121.072a1 1 0 0 1 .432.822V12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4.31a1 1 0 0 1 .553-.894l6.5-3.25zm.55 8.08a.45.45 0 0 1-.42 0L1 4.884V12h13V4.884zM1.43 4.093L7.5 7.291l6.068-3.198L7.5 1.06z"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.16.119a1%201%200%200%201%20.787.046l6.5%203.25l.121.072a1%201%200%200%201%20.432.822V12a1%201%200%200%201-1%201H1a1%201%200%200%201-1-1V4.31a1%201%200%200%201%20.553-.894l6.5-3.25zm.55%208.08a.45.45%200%200%201-.42%200L1%204.884V12h13V4.884zM1.43%204.093L7.5%207.291l6.068-3.198L7.5%201.06z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.16.119a1%201%200%200%201%20.787.046l6.5%203.25l.121.072a1%201%200%200%201%20.432.822V12a1%201%200%200%201-1%201H1a1%201%200%200%201-1-1V4.31a1%201%200%200%201%20.553-.894l6.5-3.25zm.55%208.08a.45.45%200%200%201-.42%200L1%204.884V12h13V4.884zM1.43%204.093L7.5%207.291l6.068-3.198L7.5%201.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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