mail open 01 icon
mail-open-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mail-open-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the mail open 01 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-linejoin="round" stroke-width="1.5"><path d="m2 19l6.913-4.71c2.526-1.72 3.648-1.72 6.174 0L22 19"/><path d="M2.016 14.551c.066 3.033.099 4.55 1.23 5.673s2.706 1.162 5.855 1.24c1.938.048 3.86.048 5.798 0c3.15-.078 4.724-.117 5.855-1.24s1.164-2.64 1.23-5.673a68 68 0 0 0-.05-4.459c-.042-.932-.062-1.399-.299-1.812c-.236-.414-.644-.68-1.459-1.214l-3.76-2.463C14.273 3.2 13.203 2.5 12 2.5s-2.274.701-4.415 2.103L3.824 7.066c-.815.533-1.223.8-1.46 1.214s-.256.88-.297 1.812a68 68 0 0 0-.051 4.459Z"/><path d="m22 9.5l-4.265 3.107C16.7 13.361 15.85 14 14.5 14M2 9.5l4.265 3.107C7.3 13.361 8.15 14 9.5 14"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMailOpen01(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" strokeLinejoin="round" strokeWidth="1.5"><path d="m2 19l6.913-4.71c2.526-1.72 3.648-1.72 6.174 0L22 19"/><path d="M2.016 14.551c.066 3.033.099 4.55 1.23 5.673s2.706 1.162 5.855 1.24c1.938.048 3.86.048 5.798 0c3.15-.078 4.724-.117 5.855-1.24s1.164-2.64 1.23-5.673a68 68 0 0 0-.05-4.459c-.042-.932-.062-1.399-.299-1.812c-.236-.414-.644-.68-1.459-1.214l-3.76-2.463C14.273 3.2 13.203 2.5 12 2.5s-2.274.701-4.415 2.103L3.824 7.066c-.815.533-1.223.8-1.46 1.214s-.256.88-.297 1.812a68 68 0 0 0-.051 4.459Z"/><path d="m22 9.5l-4.265 3.107C16.7 13.361 15.85 14 14.5 14M2 9.5l4.265 3.107C7.3 13.361 8.15 14 9.5 14"/></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-linejoin="round" stroke-width="1.5"><path d="m2 19l6.913-4.71c2.526-1.72 3.648-1.72 6.174 0L22 19"/><path d="M2.016 14.551c.066 3.033.099 4.55 1.23 5.673s2.706 1.162 5.855 1.24c1.938.048 3.86.048 5.798 0c3.15-.078 4.724-.117 5.855-1.24s1.164-2.64 1.23-5.673a68 68 0 0 0-.05-4.459c-.042-.932-.062-1.399-.299-1.812c-.236-.414-.644-.68-1.459-1.214l-3.76-2.463C14.273 3.2 13.203 2.5 12 2.5s-2.274.701-4.415 2.103L3.824 7.066c-.815.533-1.223.8-1.46 1.214s-.256.88-.297 1.812a68 68 0 0 0-.051 4.459Z"/><path d="m22 9.5l-4.265 3.107C16.7 13.361 15.85 14 14.5 14M2 9.5l4.265 3.107C7.3 13.361 8.15 14 9.5 14"/></g></svg> </template>
CSS
.icon-mail-open-01 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2%2019l6.913-4.71c2.526-1.72%203.648-1.72%206.174%200L22%2019%22%2F%3E%3Cpath%20d%3D%22M2.016%2014.551c.066%203.033.099%204.55%201.23%205.673s2.706%201.162%205.855%201.24c1.938.048%203.86.048%205.798%200c3.15-.078%204.724-.117%205.855-1.24s1.164-2.64%201.23-5.673a68%2068%200%200%200-.05-4.459c-.042-.932-.062-1.399-.299-1.812c-.236-.414-.644-.68-1.459-1.214l-3.76-2.463C14.273%203.2%2013.203%202.5%2012%202.5s-2.274.701-4.415%202.103L3.824%207.066c-.815.533-1.223.8-1.46%201.214s-.256.88-.297%201.812a68%2068%200%200%200-.051%204.459Z%22%2F%3E%3Cpath%20d%3D%22m22%209.5l-4.265%203.107C16.7%2013.361%2015.85%2014%2014.5%2014M2%209.5l4.265%203.107C7.3%2013.361%208.15%2014%209.5%2014%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m2%2019l6.913-4.71c2.526-1.72%203.648-1.72%206.174%200L22%2019%22%2F%3E%3Cpath%20d%3D%22M2.016%2014.551c.066%203.033.099%204.55%201.23%205.673s2.706%201.162%205.855%201.24c1.938.048%203.86.048%205.798%200c3.15-.078%204.724-.117%205.855-1.24s1.164-2.64%201.23-5.673a68%2068%200%200%200-.05-4.459c-.042-.932-.062-1.399-.299-1.812c-.236-.414-.644-.68-1.459-1.214l-3.76-2.463C14.273%203.2%2013.203%202.5%2012%202.5s-2.274.701-4.415%202.103L3.824%207.066c-.815.533-1.223.8-1.46%201.214s-.256.88-.297%201.812a68%2068%200%200%200-.051%204.459Z%22%2F%3E%3Cpath%20d%3D%22m22%209.5l-4.265%203.107C16.7%2013.361%2015.85%2014%2014.5%2014M2%209.5l4.265%203.107C7.3%2013.361%208.15%2014%209.5%2014%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-01.svg?color=%231a73e8&size=48