Letter Opened icon in outline, twotone, bold and bulk. Free in all four styles, for chat, inbox, email, comments, support. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconLetterOpened } from "@devigner-ui/icons";
<IconLetterOpened className="size-6" />
<script setup>
import { IconLetterOpened } from "@devigner-ui/icons-vue";
</script>
<template>
<IconLetterOpened class="size-6" />
</template>
<script>
import { IconLetterOpened } from "@devigner-ui/icons-svelte";
</script>
<IconLetterOpened class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M18 6.1c1.3.13 2.18.42 2.83 1.07C22 8.34 22 10.23 22 14s0 5.66-1.17 6.83S17.77 22 14 22h-4c-3.77 0-5.66 0-6.83-1.17S2 17.77 2 14s0-5.66 1.17-6.83C3.82 6.52 4.7 6.23 6 6.1" stroke="currentColor" stroke-width="1.5"></path><path d="M10 6h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M11 9h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m8.16 11.8-.72-.6c-.7-.59-1.06-.89-1.25-1.29S6 9.05 6 8.13V7c0-2.36 0-3.54.73-4.27S8.64 2 11 2h2c2.36 0 3.54 0 4.27.73S18 4.64 18 7v1.13c0 .92 0 1.38-.19 1.78s-.54.7-1.25 1.29l-.72.6C14 13.33 13.1 14.1 12 14.1s-2-.77-3.84-2.3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m6 10 2.16 1.8C10 13.33 10.9 14.1 12 14.1s2-.77 3.84-2.3L18 10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>