fast mail icon
fast-mail from Unicons by Iconscout · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- fast-mail
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.79 10.5h-2a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2m16.78-2.84V7.6a3 3 0 0 0-2.37-1.1h-7.93a3 3 0 0 0-2 .74A2.93 2.93 0 0 0 8.31 9l-.88 5a3 3 0 0 0 .66 2.45a3 3 0 0 0 2.29 1.07h7.94a3 3 0 0 0 3-2.48l.88-5a3 3 0 0 0-.63-2.38m-2.74.84l-3.4 2.76a1 1 0 0 1-1.38-.12L11.72 8.5Zm.48 6.17a1 1 0 0 1-1 .83h-7.93a1 1 0 0 1-.76-.36a1 1 0 0 1-.22-.81l.8-4.53l2.35 2.66a3 3 0 0 0 4.14.35L20.13 10ZM5.79 6.5h-3a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilFastMail(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="M4.79 10.5h-2a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2m16.78-2.84V7.6a3 3 0 0 0-2.37-1.1h-7.93a3 3 0 0 0-2 .74A2.93 2.93 0 0 0 8.31 9l-.88 5a3 3 0 0 0 .66 2.45a3 3 0 0 0 2.29 1.07h7.94a3 3 0 0 0 3-2.48l.88-5a3 3 0 0 0-.63-2.38m-2.74.84l-3.4 2.76a1 1 0 0 1-1.38-.12L11.72 8.5Zm.48 6.17a1 1 0 0 1-1 .83h-7.93a1 1 0 0 1-.76-.36a1 1 0 0 1-.22-.81l.8-4.53l2.35 2.66a3 3 0 0 0 4.14.35L20.13 10ZM5.79 6.5h-3a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.79 10.5h-2a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2m16.78-2.84V7.6a3 3 0 0 0-2.37-1.1h-7.93a3 3 0 0 0-2 .74A2.93 2.93 0 0 0 8.31 9l-.88 5a3 3 0 0 0 .66 2.45a3 3 0 0 0 2.29 1.07h7.94a3 3 0 0 0 3-2.48l.88-5a3 3 0 0 0-.63-2.38m-2.74.84l-3.4 2.76a1 1 0 0 1-1.38-.12L11.72 8.5Zm.48 6.17a1 1 0 0 1-1 .83h-7.93a1 1 0 0 1-.76-.36a1 1 0 0 1-.22-.81l.8-4.53l2.35 2.66a3 3 0 0 0 4.14.35L20.13 10ZM5.79 6.5h-3a1 1 0 1 0 0 2h3a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-fast-mail {
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%22M4.79%2010.5h-2a1%201%200%201%200%200%202h2a1%201%200%200%200%200-2m16.78-2.84V7.6a3%203%200%200%200-2.37-1.1h-7.93a3%203%200%200%200-2%20.74A2.93%202.93%200%200%200%208.31%209l-.88%205a3%203%200%200%200%20.66%202.45a3%203%200%200%200%202.29%201.07h7.94a3%203%200%200%200%203-2.48l.88-5a3%203%200%200%200-.63-2.38m-2.74.84l-3.4%202.76a1%201%200%200%201-1.38-.12L11.72%208.5Zm.48%206.17a1%201%200%200%201-1%20.83h-7.93a1%201%200%200%201-.76-.36a1%201%200%200%201-.22-.81l.8-4.53l2.35%202.66a3%203%200%200%200%204.14.35L20.13%2010ZM5.79%206.5h-3a1%201%200%201%200%200%202h3a1%201%200%200%200%200-2%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%22M4.79%2010.5h-2a1%201%200%201%200%200%202h2a1%201%200%200%200%200-2m16.78-2.84V7.6a3%203%200%200%200-2.37-1.1h-7.93a3%203%200%200%200-2%20.74A2.93%202.93%200%200%200%208.31%209l-.88%205a3%203%200%200%200%20.66%202.45a3%203%200%200%200%202.29%201.07h7.94a3%203%200%200%200%203-2.48l.88-5a3%203%200%200%200-.63-2.38m-2.74.84l-3.4%202.76a1%201%200%200%201-1.38-.12L11.72%208.5Zm.48%206.17a1%201%200%200%201-1%20.83h-7.93a1%201%200%200%201-.76-.36a1%201%200%200%201-.22-.81l.8-4.53l2.35%202.66a3%203%200%200%200%204.14.35L20.13%2010ZM5.79%206.5h-3a1%201%200%201%200%200%202h3a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/fast-mail.svg?color=%231a73e8&size=48