mail multi icon

mail-multi from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
mail-multi
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

Related icons in Humbleicons

Use the mail multi icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3.75v7.5c0 .414.298.75.667.75H6M3 3.75c0-.414.298-.75.667-.75h10.666c.368 0 .667.336.667.75m-12 0l5.146 4.825a1.22 1.22 0 0 0 1.708 0L15 3.75m0 0V9m6 3.75v7.5c0 .414-.299.75-.667.75H9.667C9.298 21 9 20.664 9 20.25v-7.5m12 0c0-.414-.299-.75-.667-.75H9.667c-.369 0-.667.336-.667.75m12 0l-5.146 4.825a1.22 1.22 0 0 1-1.708 0L9 12.75"/></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsMailMulti(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 3.75v7.5c0 .414.298.75.667.75H6M3 3.75c0-.414.298-.75.667-.75h10.666c.368 0 .667.336.667.75m-12 0l5.146 4.825a1.22 1.22 0 0 0 1.708 0L15 3.75m0 0V9m6 3.75v7.5c0 .414-.299.75-.667.75H9.667C9.298 21 9 20.664 9 20.25v-7.5m12 0c0-.414-.299-.75-.667-.75H9.667c-.369 0-.667.336-.667.75m12 0l-5.146 4.825a1.22 1.22 0 0 1-1.708 0L9 12.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3.75v7.5c0 .414.298.75.667.75H6M3 3.75c0-.414.298-.75.667-.75h10.666c.368 0 .667.336.667.75m-12 0l5.146 4.825a1.22 1.22 0 0 0 1.708 0L15 3.75m0 0V9m6 3.75v7.5c0 .414-.299.75-.667.75H9.667C9.298 21 9 20.664 9 20.25v-7.5m12 0c0-.414-.299-.75-.667-.75H9.667c-.369 0-.667.336-.667.75m12 0l-5.146 4.825a1.22 1.22 0 0 1-1.708 0L9 12.75"/></svg>
</template>

CSS

.icon-mail-multi {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%203.75v7.5c0%20.414.298.75.667.75H6M3%203.75c0-.414.298-.75.667-.75h10.666c.368%200%20.667.336.667.75m-12%200l5.146%204.825a1.22%201.22%200%200%200%201.708%200L15%203.75m0%200V9m6%203.75v7.5c0%20.414-.299.75-.667.75H9.667C9.298%2021%209%2020.664%209%2020.25v-7.5m12%200c0-.414-.299-.75-.667-.75H9.667c-.369%200-.667.336-.667.75m12%200l-5.146%204.825a1.22%201.22%200%200%201-1.708%200L9%2012.75%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%203.75v7.5c0%20.414.298.75.667.75H6M3%203.75c0-.414.298-.75.667-.75h10.666c.368%200%20.667.336.667.75m-12%200l5.146%204.825a1.22%201.22%200%200%200%201.708%200L15%203.75m0%200V9m6%203.75v7.5c0%20.414-.299.75-.667.75H9.667C9.298%2021%209%2020.664%209%2020.25v-7.5m12%200c0-.414-.299-.75-.667-.75H9.667c-.369%200-.667.336-.667.75m12%200l-5.146%204.825a1.22%201.22%200%200%201-1.708%200L9%2012.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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