envelope exclamation icon
envelope-exclamation from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- envelope-exclamation
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shieldenvelope-star
Use the envelope exclamation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13.5a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.91l5.88 5.88a3 3 0 0 0 4.24 0l3.59-3.58a1 1 0 0 0-1.42-1.42l-3.58 3.59a1 1 0 0 1-1.42 0L5.41 7.5H17a1 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-1m0-11a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1m-.2 7a.6.6 0 0 0-.18.06a.8.8 0 0 0-.18.09l-.15.12a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 0 .19a.6.6 0 0 0 .06.19a.8.8 0 0 0 .09.18a2 2 0 0 0 .12.15a1 1 0 0 0 1.42 0l.12-.15a.8.8 0 0 0 .09-.18a.6.6 0 0 0 .06-.19a1 1 0 0 0 0-.19a1 1 0 0 0-1.2-1Z"/></svg>
React
import type { SVGProps } from "react";
export function UilEnvelopeExclamation(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="M21 13.5a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.91l5.88 5.88a3 3 0 0 0 4.24 0l3.59-3.58a1 1 0 0 0-1.42-1.42l-3.58 3.59a1 1 0 0 1-1.42 0L5.41 7.5H17a1 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-1m0-11a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1m-.2 7a.6.6 0 0 0-.18.06a.8.8 0 0 0-.18.09l-.15.12a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 0 .19a.6.6 0 0 0 .06.19a.8.8 0 0 0 .09.18a2 2 0 0 0 .12.15a1 1 0 0 0 1.42 0l.12-.15a.8.8 0 0 0 .09-.18a.6.6 0 0 0 .06-.19a1 1 0 0 0 0-.19a1 1 0 0 0-1.2-1Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 13.5a1 1 0 0 0-1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8.91l5.88 5.88a3 3 0 0 0 4.24 0l3.59-3.58a1 1 0 0 0-1.42-1.42l-3.58 3.59a1 1 0 0 1-1.42 0L5.41 7.5H17a1 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-1m0-11a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0-1-1m-.2 7a.6.6 0 0 0-.18.06a.8.8 0 0 0-.18.09l-.15.12a1.05 1.05 0 0 0-.29.71a1 1 0 0 0 0 .19a.6.6 0 0 0 .06.19a.8.8 0 0 0 .09.18a2 2 0 0 0 .12.15a1 1 0 0 0 1.42 0l.12-.15a.8.8 0 0 0 .09-.18a.6.6 0 0 0 .06-.19a1 1 0 0 0 0-.19a1 1 0 0 0-1.2-1Z"/></svg> </template>
CSS
.icon-envelope-exclamation {
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%22M21%2013.5a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V8.91l5.88%205.88a3%203%200%200%200%204.24%200l3.59-3.58a1%201%200%200%200-1.42-1.42l-3.58%203.59a1%201%200%200%201-1.42%200L5.41%207.5H17a1%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-1m0-11a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200v-4a1%201%200%200%200-1-1m-.2%207a.6.6%200%200%200-.18.06a.8.8%200%200%200-.18.09l-.15.12a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%200%20.19a.6.6%200%200%200%20.06.19a.8.8%200%200%200%20.09.18a2%202%200%200%200%20.12.15a1%201%200%200%200%201.42%200l.12-.15a.8.8%200%200%200%20.09-.18a.6.6%200%200%200%20.06-.19a1%201%200%200%200%200-.19a1%201%200%200%200-1.2-1Z%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%22M21%2013.5a1%201%200%200%200-1%201v4a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V8.91l5.88%205.88a3%203%200%200%200%204.24%200l3.59-3.58a1%201%200%200%200-1.42-1.42l-3.58%203.59a1%201%200%200%201-1.42%200L5.41%207.5H17a1%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-1m0-11a1%201%200%200%200-1%201v4a1%201%200%200%200%202%200v-4a1%201%200%200%200-1-1m-.2%207a.6.6%200%200%200-.18.06a.8.8%200%200%200-.18.09l-.15.12a1.05%201.05%200%200%200-.29.71a1%201%200%200%200%200%20.19a.6.6%200%200%200%20.06.19a.8.8%200%200%200%20.09.18a2%202%200%200%200%20.12.15a1%201%200%200%200%201.42%200l.12-.15a.8.8%200%200%200%20.09-.18a.6.6%200%200%200%20.06-.19a1%201%200%200%200%200-.19a1%201%200%200%200-1.2-1Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/envelope-exclamation.svg?color=%231a73e8&size=48