mail open love icon

mail-open-love from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mail-open-love
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the mail open love 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-width="1.5"><path stroke-linejoin="round" d="m5 7l-1.218.813c-.874.582-1.311.873-1.548 1.317c-.237.445-.235.967-.231 2.01c.004 1.258.016 2.538.048 3.834c.077 3.075.115 4.612 1.246 5.742c1.13 1.13 2.688 1.17 5.804 1.248a116 116 0 0 0 5.799 0c3.116-.078 4.674-.117 5.804-1.248c1.13-1.13 1.169-2.667 1.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19 7"/><path stroke-linejoin="round" d="m2 10l6.913 4.148C10.417 15.05 11.169 15.5 12 15.5s1.583-.45 3.087-1.353L22 10"/><path d="M5 12V6c0-1.886 0-2.828.586-3.414S7.114 2 9 2h6c1.886 0 2.828 0 3.414.586S19 4.114 19 6v6"/><path stroke-linecap="round" d="M9.761 6.276c.805-.457 1.507-.273 1.929.02c.173.12.26.181.31.181s.137-.06.31-.18c.422-.294 1.124-.478 1.929-.02c1.056.599 1.294 2.577-1.14 4.246c-.465.318-.697.477-1.099.477s-.634-.159-1.098-.477c-2.435-1.669-2.197-3.647-1.14-4.247Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMailOpenLove(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" strokeWidth="1.5"><path strokeLinejoin="round" d="m5 7l-1.218.813c-.874.582-1.311.873-1.548 1.317c-.237.445-.235.967-.231 2.01c.004 1.258.016 2.538.048 3.834c.077 3.075.115 4.612 1.246 5.742c1.13 1.13 2.688 1.17 5.804 1.248a116 116 0 0 0 5.799 0c3.116-.078 4.674-.117 5.804-1.248c1.13-1.13 1.169-2.667 1.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19 7"/><path strokeLinejoin="round" d="m2 10l6.913 4.148C10.417 15.05 11.169 15.5 12 15.5s1.583-.45 3.087-1.353L22 10"/><path d="M5 12V6c0-1.886 0-2.828.586-3.414S7.114 2 9 2h6c1.886 0 2.828 0 3.414.586S19 4.114 19 6v6"/><path strokeLinecap="round" d="M9.761 6.276c.805-.457 1.507-.273 1.929.02c.173.12.26.181.31.181s.137-.06.31-.18c.422-.294 1.124-.478 1.929-.02c1.056.599 1.294 2.577-1.14 4.246c-.465.318-.697.477-1.099.477s-.634-.159-1.098-.477c-2.435-1.669-2.197-3.647-1.14-4.247Z"/></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-width="1.5"><path stroke-linejoin="round" d="m5 7l-1.218.813c-.874.582-1.311.873-1.548 1.317c-.237.445-.235.967-.231 2.01c.004 1.258.016 2.538.048 3.834c.077 3.075.115 4.612 1.246 5.742c1.13 1.13 2.688 1.17 5.804 1.248a116 116 0 0 0 5.799 0c3.116-.078 4.674-.117 5.804-1.248c1.13-1.13 1.169-2.667 1.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19 7"/><path stroke-linejoin="round" d="m2 10l6.913 4.148C10.417 15.05 11.169 15.5 12 15.5s1.583-.45 3.087-1.353L22 10"/><path d="M5 12V6c0-1.886 0-2.828.586-3.414S7.114 2 9 2h6c1.886 0 2.828 0 3.414.586S19 4.114 19 6v6"/><path stroke-linecap="round" d="M9.761 6.276c.805-.457 1.507-.273 1.929.02c.173.12.26.181.31.181s.137-.06.31-.18c.422-.294 1.124-.478 1.929-.02c1.056.599 1.294 2.577-1.14 4.246c-.465.318-.697.477-1.099.477s-.634-.159-1.098-.477c-2.435-1.669-2.197-3.647-1.14-4.247Z"/></g></svg>
</template>

CSS

.icon-mail-open-love {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5%207l-1.218.813c-.874.582-1.311.873-1.548%201.317c-.237.445-.235.967-.231%202.01c.004%201.258.016%202.538.048%203.834c.077%203.075.115%204.612%201.246%205.742c1.13%201.13%202.688%201.17%205.804%201.248a116%20116%200%200%200%205.799%200c3.116-.078%204.674-.117%205.804-1.248c1.13-1.13%201.169-2.667%201.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19%207%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%2010l6.913%204.148C10.417%2015.05%2011.169%2015.5%2012%2015.5s1.583-.45%203.087-1.353L22%2010%22%2F%3E%3Cpath%20d%3D%22M5%2012V6c0-1.886%200-2.828.586-3.414S7.114%202%209%202h6c1.886%200%202.828%200%203.414.586S19%204.114%2019%206v6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.761%206.276c.805-.457%201.507-.273%201.929.02c.173.12.26.181.31.181s.137-.06.31-.18c.422-.294%201.124-.478%201.929-.02c1.056.599%201.294%202.577-1.14%204.246c-.465.318-.697.477-1.099.477s-.634-.159-1.098-.477c-2.435-1.669-2.197-3.647-1.14-4.247Z%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m5%207l-1.218.813c-.874.582-1.311.873-1.548%201.317c-.237.445-.235.967-.231%202.01c.004%201.258.016%202.538.048%203.834c.077%203.075.115%204.612%201.246%205.742c1.13%201.13%202.688%201.17%205.804%201.248a116%20116%200%200%200%205.799%200c3.116-.078%204.674-.117%205.804-1.248c1.13-1.13%201.169-2.667%201.246-5.742c.032-1.296.044-2.576.048-3.833c.003-1.044.005-1.566-.232-2.01c-.236-.445-.673-.736-1.547-1.318L19%207%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m2%2010l6.913%204.148C10.417%2015.05%2011.169%2015.5%2012%2015.5s1.583-.45%203.087-1.353L22%2010%22%2F%3E%3Cpath%20d%3D%22M5%2012V6c0-1.886%200-2.828.586-3.414S7.114%202%209%202h6c1.886%200%202.828%200%203.414.586S19%204.114%2019%206v6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.761%206.276c.805-.457%201.507-.273%201.929.02c.173.12.26.181.31.181s.137-.06.31-.18c.422-.294%201.124-.478%201.929-.02c1.056.599%201.294%202.577-1.14%204.246c-.465.318-.697.477-1.099.477s-.634-.159-1.098-.477c-2.435-1.669-2.197-3.647-1.14-4.247Z%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/mail-open-love.svg?color=%231a73e8&size=48