mail icon
mail from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
mail-filledAnt Design IconsmailFeather Iconsmail-12-filledFluent UI System Iconsmail-16Fluent UI System Color Iconsmailcss.ggmailHumbleiconsmailIconParkmailIconPark OutlinemailIconPark SolidmailIconPark TwoTonemailIconoirmailIonIconsmailLucidemailMajesticonsmailMaterial SymbolsmailMaterial Symbols LightmailMaterial Design Iconsmail-fillMingCute IconmailMyna UI IconsmailOcticonsmailPixelarticonsmail-fillRemix IconmailTabler IconsmailTDesign Icons
Related icons in Codicons
Use the mail icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 3H3c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2M3 4h10c.552 0 1 .449 1 1v.201L8 8.432L2 5.201V5c0-.551.448-1 1-1m10 8H3a1 1 0 0 1-1-1V6.337L7.763 9.44a.5.5 0 0 0 .474 0L14 6.337V11a1 1 0 0 1-1 1"/></svg>
React
import type { SVGProps } from "react";
export function CodiconMail(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 3H3c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2M3 4h10c.552 0 1 .449 1 1v.201L8 8.432L2 5.201V5c0-.551.448-1 1-1m10 8H3a1 1 0 0 1-1-1V6.337L7.763 9.44a.5.5 0 0 0 .474 0L14 6.337V11a1 1 0 0 1-1 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 3H3c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2M3 4h10c.552 0 1 .449 1 1v.201L8 8.432L2 5.201V5c0-.551.448-1 1-1m10 8H3a1 1 0 0 1-1-1V6.337L7.763 9.44a.5.5 0 0 0 .474 0L14 6.337V11a1 1 0 0 1-1 1"/></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203H3c-1.103%200-2%20.897-2%202v6c0%201.103.897%202%202%202h10c1.103%200%202-.897%202-2V5c0-1.103-.897-2-2-2M3%204h10c.552%200%201%20.449%201%201v.201L8%208.432L2%205.201V5c0-.551.448-1%201-1m10%208H3a1%201%200%200%201-1-1V6.337L7.763%209.44a.5.5%200%200%200%20.474%200L14%206.337V11a1%201%200%200%201-1%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%203H3c-1.103%200-2%20.897-2%202v6c0%201.103.897%202%202%202h10c1.103%200%202-.897%202-2V5c0-1.103-.897-2-2-2M3%204h10c.552%200%201%20.449%201%201v.201L8%208.432L2%205.201V5c0-.551.448-1%201-1m10%208H3a1%201%200%200%201-1-1V6.337L7.763%209.44a.5.5%200%200%200%20.474%200L14%206.337V11a1%201%200%200%201-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/mail.svg?color=%231a73e8&size=48