mail in icon

mail-in-solid from Iconoir by Luca Burgio · Solid · Communication · MIT Free for personal and commercial use.

Name
mail-in-solid
Set
Iconoir
Style
Solid
Category
Communication
Viewbox
24×24
License
MIT

1 other variant in Iconoir

More communication icons from Iconoir

Use the mail in icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M.25 7A2.75 2.75 0 0 1 3 4.25h13A2.75 2.75 0 0 1 18.75 7v2.129q-.181.12-.341.28l-3 3a2.25 2.25 0 0 0 0 3.182l2.901 2.901A2.75 2.75 0 0 1 16 19.75H3A2.75 2.75 0 0 1 .25 17zm16.22 6.47l2.28-2.28v5.62l-1-1l-1.28-1.28a.75.75 0 0 1 0-1.06M5.416 8.376a.75.75 0 0 0-.832 1.248l4.5 3a.75.75 0 0 0 .832 0l4.5-3a.75.75 0 0 0-.832-1.248L9.5 11.099z"/><path d="M20.53 10.47a.75.75 0 0 1 0 1.06l-1.72 1.72H23a.75.75 0 0 1 0 1.5h-4.19l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirMailInSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" strokeWidth="1.5" clipRule="evenodd"><path d="M.25 7A2.75 2.75 0 0 1 3 4.25h13A2.75 2.75 0 0 1 18.75 7v2.129q-.181.12-.341.28l-3 3a2.25 2.25 0 0 0 0 3.182l2.901 2.901A2.75 2.75 0 0 1 16 19.75H3A2.75 2.75 0 0 1 .25 17zm16.22 6.47l2.28-2.28v5.62l-1-1l-1.28-1.28a.75.75 0 0 1 0-1.06M5.416 8.376a.75.75 0 0 0-.832 1.248l4.5 3a.75.75 0 0 0 .832 0l4.5-3a.75.75 0 0 0-.832-1.248L9.5 11.099z"/><path d="M20.53 10.47a.75.75 0 0 1 0 1.06l-1.72 1.72H23a.75.75 0 0 1 0 1.5h-4.19l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M.25 7A2.75 2.75 0 0 1 3 4.25h13A2.75 2.75 0 0 1 18.75 7v2.129q-.181.12-.341.28l-3 3a2.25 2.25 0 0 0 0 3.182l2.901 2.901A2.75 2.75 0 0 1 16 19.75H3A2.75 2.75 0 0 1 .25 17zm16.22 6.47l2.28-2.28v5.62l-1-1l-1.28-1.28a.75.75 0 0 1 0-1.06M5.416 8.376a.75.75 0 0 0-.832 1.248l4.5 3a.75.75 0 0 0 .832 0l4.5-3a.75.75 0 0 0-.832-1.248L9.5 11.099z"/><path d="M20.53 10.47a.75.75 0 0 1 0 1.06l-1.72 1.72H23a.75.75 0 0 1 0 1.5h-4.19l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 0"/></g></svg>
</template>

CSS

.icon-mail-in-solid {
  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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.25%207A2.75%202.75%200%200%201%203%204.25h13A2.75%202.75%200%200%201%2018.75%207v2.129q-.181.12-.341.28l-3%203a2.25%202.25%200%200%200%200%203.182l2.901%202.901A2.75%202.75%200%200%201%2016%2019.75H3A2.75%202.75%200%200%201%20.25%2017zm16.22%206.47l2.28-2.28v5.62l-1-1l-1.28-1.28a.75.75%200%200%201%200-1.06M5.416%208.376a.75.75%200%200%200-.832%201.248l4.5%203a.75.75%200%200%200%20.832%200l4.5-3a.75.75%200%200%200-.832-1.248L9.5%2011.099z%22%2F%3E%3Cpath%20d%3D%22M20.53%2010.47a.75.75%200%200%201%200%201.06l-1.72%201.72H23a.75.75%200%200%201%200%201.5h-4.19l1.72%201.72a.75.75%200%201%201-1.06%201.06l-3-3a.75.75%200%200%201%200-1.06l3-3a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.25%207A2.75%202.75%200%200%201%203%204.25h13A2.75%202.75%200%200%201%2018.75%207v2.129q-.181.12-.341.28l-3%203a2.25%202.25%200%200%200%200%203.182l2.901%202.901A2.75%202.75%200%200%201%2016%2019.75H3A2.75%202.75%200%200%201%20.25%2017zm16.22%206.47l2.28-2.28v5.62l-1-1l-1.28-1.28a.75.75%200%200%201%200-1.06M5.416%208.376a.75.75%200%200%200-.832%201.248l4.5%203a.75.75%200%200%200%20.832%200l4.5-3a.75.75%200%200%200-.832-1.248L9.5%2011.099z%22%2F%3E%3Cpath%20d%3D%22M20.53%2010.47a.75.75%200%200%201%200%201.06l-1.72%201.72H23a.75.75%200%200%201%200%201.5h-4.19l1.72%201.72a.75.75%200%201%201-1.06%201.06l-3-3a.75.75%200%200%201%200-1.06l3-3a.75.75%200%200%201%201.06%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/mail-in-solid.svg?color=%231a73e8&size=48