mails from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mails
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the mails icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 3h3c2.828 0 4.243 0 5.121.879C22 4.757 22 6.172 22 9s0 4.243-.879 5.121C20.243 15 18.828 15 16 15h-3c-2.828 0-4.243 0-5.121-.879C7 13.243 7 11.828 7 9s0-4.243.879-5.121C8.757 3 10.172 3 13 3"/><path d="M17 17.936c-.096.996-.314 1.666-.807 2.166C15.31 21 13.89 21 11.046 21H8.03c-2.843 0-4.265 0-5.148-.898C2 19.206 2 17.761 2 14.872s0-4.334.883-5.231c.301-.306.665-.508 1.127-.641m17.749-2.873l-4.172 2.189C16.083 9.106 15.331 9.5 14.5 9.5c-.83 0-1.583-.395-3.087-1.184l-4.171-2.19"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMails(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M13 3h3c2.828 0 4.243 0 5.121.879C22 4.757 22 6.172 22 9s0 4.243-.879 5.121C20.243 15 18.828 15 16 15h-3c-2.828 0-4.243 0-5.121-.879C7 13.243 7 11.828 7 9s0-4.243.879-5.121C8.757 3 10.172 3 13 3"/><path d="M17 17.936c-.096.996-.314 1.666-.807 2.166C15.31 21 13.89 21 11.046 21H8.03c-2.843 0-4.265 0-5.148-.898C2 19.206 2 17.761 2 14.872s0-4.334.883-5.231c.301-.306.665-.508 1.127-.641m17.749-2.873l-4.172 2.189C16.083 9.106 15.331 9.5 14.5 9.5c-.83 0-1.583-.395-3.087-1.184l-4.171-2.19"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M13 3h3c2.828 0 4.243 0 5.121.879C22 4.757 22 6.172 22 9s0 4.243-.879 5.121C20.243 15 18.828 15 16 15h-3c-2.828 0-4.243 0-5.121-.879C7 13.243 7 11.828 7 9s0-4.243.879-5.121C8.757 3 10.172 3 13 3"/><path d="M17 17.936c-.096.996-.314 1.666-.807 2.166C15.31 21 13.89 21 11.046 21H8.03c-2.843 0-4.265 0-5.148-.898C2 19.206 2 17.761 2 14.872s0-4.334.883-5.231c.301-.306.665-.508 1.127-.641m17.749-2.873l-4.172 2.189C16.083 9.106 15.331 9.5 14.5 9.5c-.83 0-1.583-.395-3.087-1.184l-4.171-2.19"/></g></svg>
</template>

CSS

.icon-mails {
  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%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%203h3c2.828%200%204.243%200%205.121.879C22%204.757%2022%206.172%2022%209s0%204.243-.879%205.121C20.243%2015%2018.828%2015%2016%2015h-3c-2.828%200-4.243%200-5.121-.879C7%2013.243%207%2011.828%207%209s0-4.243.879-5.121C8.757%203%2010.172%203%2013%203%22%2F%3E%3Cpath%20d%3D%22M17%2017.936c-.096.996-.314%201.666-.807%202.166C15.31%2021%2013.89%2021%2011.046%2021H8.03c-2.843%200-4.265%200-5.148-.898C2%2019.206%202%2017.761%202%2014.872s0-4.334.883-5.231c.301-.306.665-.508%201.127-.641m17.749-2.873l-4.172%202.189C16.083%209.106%2015.331%209.5%2014.5%209.5c-.83%200-1.583-.395-3.087-1.184l-4.171-2.19%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%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%203h3c2.828%200%204.243%200%205.121.879C22%204.757%2022%206.172%2022%209s0%204.243-.879%205.121C20.243%2015%2018.828%2015%2016%2015h-3c-2.828%200-4.243%200-5.121-.879C7%2013.243%207%2011.828%207%209s0-4.243.879-5.121C8.757%203%2010.172%203%2013%203%22%2F%3E%3Cpath%20d%3D%22M17%2017.936c-.096.996-.314%201.666-.807%202.166C15.31%2021%2013.89%2021%2011.046%2021H8.03c-2.843%200-4.265%200-5.148-.898C2%2019.206%202%2017.761%202%2014.872s0-4.334.883-5.231c.301-.306.665-.508%201.127-.641m17.749-2.873l-4.172%202.189C16.083%209.106%2015.331%209.5%2014.5%209.5c-.83%200-1.583-.395-3.087-1.184l-4.171-2.19%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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