envelope question icon

envelope-question from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.

Name
envelope-question
Set
Unicons
Style
Line
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Unicons

Use the envelope question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.77 5.37A1 1 0 0 0 18.13 5a1 1 0 0 1 .87-.5a1 1 0 0 1 0 2a1 1 0 0 0 0 2A3 3 0 1 0 16.4 4a1 1 0 0 0 .37 1.37M21 13.5a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.91l5.88 5.89a3 3 0 0 0 4.24 0l1.64-1.64a1 1 0 1 0-1.42-1.42l-1.64 1.64a1 1 0 0 1-1.4 0L5.41 7.5H13a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m-2.71-3.71a1 1 0 0 0 0 1.42l.15.12a.8.8 0 0 0 .18.09a.6.6 0 0 0 .18.06h.2a1 1 0 0 0 .71-1.71a1 1 0 0 0-1.42.02"/></svg>

React

import type { SVGProps } from "react";

export function UilEnvelopeQuestion(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.77 5.37A1 1 0 0 0 18.13 5a1 1 0 0 1 .87-.5a1 1 0 0 1 0 2a1 1 0 0 0 0 2A3 3 0 1 0 16.4 4a1 1 0 0 0 .37 1.37M21 13.5a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.91l5.88 5.89a3 3 0 0 0 4.24 0l1.64-1.64a1 1 0 1 0-1.42-1.42l-1.64 1.64a1 1 0 0 1-1.4 0L5.41 7.5H13a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m-2.71-3.71a1 1 0 0 0 0 1.42l.15.12a.8.8 0 0 0 .18.09a.6.6 0 0 0 .18.06h.2a1 1 0 0 0 .71-1.71a1 1 0 0 0-1.42.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.77 5.37A1 1 0 0 0 18.13 5a1 1 0 0 1 .87-.5a1 1 0 0 1 0 2a1 1 0 0 0 0 2A3 3 0 1 0 16.4 4a1 1 0 0 0 .37 1.37M21 13.5a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.91l5.88 5.89a3 3 0 0 0 4.24 0l1.64-1.64a1 1 0 1 0-1.42-1.42l-1.64 1.64a1 1 0 0 1-1.4 0L5.41 7.5H13a1 1 0 0 0 0-2H5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4a1 1 0 0 0-1-1m-2.71-3.71a1 1 0 0 0 0 1.42l.15.12a.8.8 0 0 0 .18.09a.6.6 0 0 0 .18.06h.2a1 1 0 0 0 .71-1.71a1 1 0 0 0-1.42.02"/></svg>
</template>

CSS

.icon-envelope-question {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.77%205.37A1%201%200%200%200%2018.13%205a1%201%200%200%201%20.87-.5a1%201%200%200%201%200%202a1%201%200%200%200%200%202A3%203%200%201%200%2016.4%204a1%201%200%200%200%20.37%201.37M21%2013.5a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V8.91l5.88%205.89a3%203%200%200%200%204.24%200l1.64-1.64a1%201%200%201%200-1.42-1.42l-1.64%201.64a1%201%200%200%201-1.4%200L5.41%207.5H13a1%201%200%200%200%200-2H5a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m-2.71-3.71a1%201%200%200%200%200%201.42l.15.12a.8.8%200%200%200%20.18.09a.6.6%200%200%200%20.18.06h.2a1%201%200%200%200%20.71-1.71a1%201%200%200%200-1.42.02%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.77%205.37A1%201%200%200%200%2018.13%205a1%201%200%200%201%20.87-.5a1%201%200%200%201%200%202a1%201%200%200%200%200%202A3%203%200%201%200%2016.4%204a1%201%200%200%200%20.37%201.37M21%2013.5a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V8.91l5.88%205.89a3%203%200%200%200%204.24%200l1.64-1.64a1%201%200%201%200-1.42-1.42l-1.64%201.64a1%201%200%200%201-1.4%200L5.41%207.5H13a1%201%200%200%200%200-2H5a3%203%200%200%200-3%203v10a3%203%200%200%200%203%203h14a3%203%200%200%200%203-3v-4a1%201%200%200%200-1-1m-2.71-3.71a1%201%200%200%200%200%201.42l.15.12a.8.8%200%200%200%20.18.09a.6.6%200%200%200%20.18.06h.2a1%201%200%200%200%20.71-1.71a1%201%200%200%200-1.42.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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