card account mail icon

card-account-mail from Material Design Icons by Pictogrammers · Filled · Account / User · Apache-2.0 Free for personal and commercial use.

Name
card-account-mail
Set
Material Design Icons
Style
Filled
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
contact-mail

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the card account mail icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8V7l-3 2l-3-2v1l3 2m4-7H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M8 6a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1m8-5h-8V6h8"/></svg>

React

import type { SVGProps } from "react";

export function MdiCardAccountMail(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8V7l-3 2l-3-2v1l3 2m4-7H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M8 6a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1m8-5h-8V6h8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8V7l-3 2l-3-2v1l3 2m4-7H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M8 6a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m6 12H2v-1c0-2 4-3.1 6-3.1s6 1.1 6 3.1m8-5h-8V6h8"/></svg>
</template>

CSS

.icon-card-account-mail {
  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%22currentColor%22%20d%3D%22M21%208V7l-3%202l-3-2v1l3%202m4-7H2a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M8%206a3%203%200%200%201%203%203a3%203%200%200%201-3%203a3%203%200%200%201-3-3a3%203%200%200%201%203-3m6%2012H2v-1c0-2%204-3.1%206-3.1s6%201.1%206%203.1m8-5h-8V6h8%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%22currentColor%22%20d%3D%22M21%208V7l-3%202l-3-2v1l3%202m4-7H2a2%202%200%200%200-2%202v14a2%202%200%200%200%202%202h20a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M8%206a3%203%200%200%201%203%203a3%203%200%200%201-3%203a3%203%200%200%201-3-3a3%203%200%200%201%203-3m6%2012H2v-1c0-2%204-3.1%206-3.1s6%201.1%206%203.1m8-5h-8V6h8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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