mail-open-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
mail-open-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

All mail open icons →

Related icons in Keyline Icons

Use the mail open 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="2"><path fill="currentColor" fill-opacity=".4" d="M9.675 1.7451L2.675 6.7451C1.6239 7.4959 1 8.7082 1 10L1 19C1 21.2091 2.7909 23 5 23L19 23C21.2091 23 23 21.2091 23 19L23 10C23 8.7082 22.3761 7.4959 21.325 6.7451L14.325 1.7451C12.9342 0.7516 11.0658 0.7516 9.675 1.7451Z" stroke="none"/><path d="M2 10L10.8375 16.3125C11.5329 16.8092 12.4671 16.8092 13.1625 16.3125L22 10"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMailOpenDuotone(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="2"><path fill="currentColor" fillOpacity=".4" d="M9.675 1.7451L2.675 6.7451C1.6239 7.4959 1 8.7082 1 10L1 19C1 21.2091 2.7909 23 5 23L19 23C21.2091 23 23 21.2091 23 19L23 10C23 8.7082 22.3761 7.4959 21.325 6.7451L14.325 1.7451C12.9342 0.7516 11.0658 0.7516 9.675 1.7451Z" stroke="none"/><path d="M2 10L10.8375 16.3125C11.5329 16.8092 12.4671 16.8092 13.1625 16.3125L22 10"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M9.675 1.7451L2.675 6.7451C1.6239 7.4959 1 8.7082 1 10L1 19C1 21.2091 2.7909 23 5 23L19 23C21.2091 23 23 21.2091 23 19L23 10C23 8.7082 22.3761 7.4959 21.325 6.7451L14.325 1.7451C12.9342 0.7516 11.0658 0.7516 9.675 1.7451Z" stroke="none"/><path d="M2 10L10.8375 16.3125C11.5329 16.8092 12.4671 16.8092 13.1625 16.3125L22 10"/></g></svg>
</template>

CSS

.icon-mail-open-duotone {
  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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M9.675%201.7451L2.675%206.7451C1.6239%207.4959%201%208.7082%201%2010L1%2019C1%2021.2091%202.7909%2023%205%2023L19%2023C21.2091%2023%2023%2021.2091%2023%2019L23%2010C23%208.7082%2022.3761%207.4959%2021.325%206.7451L14.325%201.7451C12.9342%200.7516%2011.0658%200.7516%209.675%201.7451Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%2010L10.8375%2016.3125C11.5329%2016.8092%2012.4671%2016.8092%2013.1625%2016.3125L22%2010%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M9.675%201.7451L2.675%206.7451C1.6239%207.4959%201%208.7082%201%2010L1%2019C1%2021.2091%202.7909%2023%205%2023L19%2023C21.2091%2023%2023%2021.2091%2023%2019L23%2010C23%208.7082%2022.3761%207.4959%2021.325%206.7451L14.325%201.7451C12.9342%200.7516%2011.0658%200.7516%209.675%201.7451Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%2010L10.8375%2016.3125C11.5329%2016.8092%2012.4671%2016.8092%2013.1625%2016.3125L22%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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