mail out icon

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

Name
mail-out-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 out icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17 14h6m0 0l-3-3m3 3l-3 3"/><path fill="currentColor" fill-rule="evenodd" 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.28a2.25 2.25 0 0 0-.53 2.341H17a2.25 2.25 0 0 0 0 4.5h.878a2.25 2.25 0 0 0 .435 2.239A2.75 2.75 0 0 1 16 19.75H3A2.75 2.75 0 0 1 .25 17zM17 13.25h1.75v1.5H17a.75.75 0 0 1 0-1.5M5.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" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirMailOutSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" strokeWidth="1.5"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M17 14h6m0 0l-3-3m3 3l-3 3"/><path fill="currentColor" fillRule="evenodd" 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.28a2.25 2.25 0 0 0-.53 2.341H17a2.25 2.25 0 0 0 0 4.5h.878a2.25 2.25 0 0 0 .435 2.239A2.75 2.75 0 0 1 16 19.75H3A2.75 2.75 0 0 1 .25 17zM17 13.25h1.75v1.5H17a.75.75 0 0 1 0-1.5M5.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" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke-width="1.5"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17 14h6m0 0l-3-3m3 3l-3 3"/><path fill="currentColor" fill-rule="evenodd" 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.28a2.25 2.25 0 0 0-.53 2.341H17a2.25 2.25 0 0 0 0 4.5h.878a2.25 2.25 0 0 0 .435 2.239A2.75 2.75 0 0 1 16 19.75H3A2.75 2.75 0 0 1 .25 17zM17 13.25h1.75v1.5H17a.75.75 0 0 1 0-1.5M5.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" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-mail-out-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%22none%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2014h6m0%200l-3-3m3%203l-3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%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.28a2.25%202.25%200%200%200-.53%202.341H17a2.25%202.25%200%200%200%200%204.5h.878a2.25%202.25%200%200%200%20.435%202.239A2.75%202.75%200%200%201%2016%2019.75H3A2.75%202.75%200%200%201%20.25%2017zM17%2013.25h1.75v1.5H17a.75.75%200%200%201%200-1.5M5.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%20clip-rule%3D%22evenodd%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%22none%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2014h6m0%200l-3-3m3%203l-3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%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.28a2.25%202.25%200%200%200-.53%202.341H17a2.25%202.25%200%200%200%200%204.5h.878a2.25%202.25%200%200%200%20.435%202.239A2.75%202.75%200%200%201%2016%2019.75H3A2.75%202.75%200%200%201%20.25%2017zM17%2013.25h1.75v1.5H17a.75.75%200%200%201%200-1.5M5.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%20clip-rule%3D%22evenodd%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-out-solid.svg?color=%231a73e8&size=48