fast mail alt icon
fast-mail-alt from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- fast-mail-alt
- Set
- Unicons
- Style
- Line
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Unicons
callingdesktop-cloud-altenvelopeenvelope-addenvelope-altenvelope-blockenvelope-bookmarkenvelope-checkenvelope-downloadenvelope-download-altenvelope-editenvelope-exclamationenvelope-heartenvelope-infoenvelope-lockenvelope-minusenvelope-openenvelope-questionenvelope-receiveenvelope-redoenvelope-searchenvelope-sendenvelope-shareenvelope-shield
Use the fast mail alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.69 9a2.93 2.93 0 0 0-1-1.71a3 3 0 0 0-2-.74H4.8a3 3 0 0 0-2.3 1.02v.06A3 3 0 0 0 1.84 10l.88 5a3 3 0 0 0 3 2.48h7.94a3 3 0 0 0 2.29-1.07a3 3 0 0 0 .62-2.41Zm-3.41-.5l-2.34 2.64a1 1 0 0 1-1.38.11L5.17 8.5Zm2.1 6.64a1 1 0 0 1-.76.36H5.68a1 1 0 0 1-1-.83L3.87 10l3.43 2.8a3 3 0 0 0 4.14-.34L13.8 9.8l.8 4.53a1 1 0 0 1-.22.81m6.83-4.64h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m0-2a1 1 0 0 0 0-2h-3a1 1 0 0 0 0 2Z"/></svg>
React
import type { SVGProps } from "react";
export function UilFastMailAlt(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="M15.69 9a2.93 2.93 0 0 0-1-1.71a3 3 0 0 0-2-.74H4.8a3 3 0 0 0-2.3 1.02v.06A3 3 0 0 0 1.84 10l.88 5a3 3 0 0 0 3 2.48h7.94a3 3 0 0 0 2.29-1.07a3 3 0 0 0 .62-2.41Zm-3.41-.5l-2.34 2.64a1 1 0 0 1-1.38.11L5.17 8.5Zm2.1 6.64a1 1 0 0 1-.76.36H5.68a1 1 0 0 1-1-.83L3.87 10l3.43 2.8a3 3 0 0 0 4.14-.34L13.8 9.8l.8 4.53a1 1 0 0 1-.22.81m6.83-4.64h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m0-2a1 1 0 0 0 0-2h-3a1 1 0 0 0 0 2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.69 9a2.93 2.93 0 0 0-1-1.71a3 3 0 0 0-2-.74H4.8a3 3 0 0 0-2.3 1.02v.06A3 3 0 0 0 1.84 10l.88 5a3 3 0 0 0 3 2.48h7.94a3 3 0 0 0 2.29-1.07a3 3 0 0 0 .62-2.41Zm-3.41-.5l-2.34 2.64a1 1 0 0 1-1.38.11L5.17 8.5Zm2.1 6.64a1 1 0 0 1-.76.36H5.68a1 1 0 0 1-1-.83L3.87 10l3.43 2.8a3 3 0 0 0 4.14-.34L13.8 9.8l.8 4.53a1 1 0 0 1-.22.81m6.83-4.64h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2m0-2a1 1 0 0 0 0-2h-3a1 1 0 0 0 0 2Z"/></svg> </template>
CSS
.icon-fast-mail-alt {
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%22M15.69%209a2.93%202.93%200%200%200-1-1.71a3%203%200%200%200-2-.74H4.8a3%203%200%200%200-2.3%201.02v.06A3%203%200%200%200%201.84%2010l.88%205a3%203%200%200%200%203%202.48h7.94a3%203%200%200%200%202.29-1.07a3%203%200%200%200%20.62-2.41Zm-3.41-.5l-2.34%202.64a1%201%200%200%201-1.38.11L5.17%208.5Zm2.1%206.64a1%201%200%200%201-.76.36H5.68a1%201%200%200%201-1-.83L3.87%2010l3.43%202.8a3%203%200%200%200%204.14-.34L13.8%209.8l.8%204.53a1%201%200%200%201-.22.81m6.83-4.64h-2a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2m0-2a1%201%200%200%200%200-2h-3a1%201%200%200%200%200%202Z%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%22M15.69%209a2.93%202.93%200%200%200-1-1.71a3%203%200%200%200-2-.74H4.8a3%203%200%200%200-2.3%201.02v.06A3%203%200%200%200%201.84%2010l.88%205a3%203%200%200%200%203%202.48h7.94a3%203%200%200%200%202.29-1.07a3%203%200%200%200%20.62-2.41Zm-3.41-.5l-2.34%202.64a1%201%200%200%201-1.38.11L5.17%208.5Zm2.1%206.64a1%201%200%200%201-.76.36H5.68a1%201%200%200%201-1-.83L3.87%2010l3.43%202.8a3%203%200%200%200%204.14-.34L13.8%209.8l.8%204.53a1%201%200%200%201-.22.81m6.83-4.64h-2a1%201%200%200%200%200%202h2a1%201%200%200%200%200-2m0-2a1%201%200%200%200%200-2h-3a1%201%200%200%200%200%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/fast-mail-alt.svg?color=%231a73e8&size=48