mail-copy-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
mail-copy-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

6 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the mail copy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 12.5V6.373l6.746 3.558a.5.5 0 0 0 .507 0L18 6.373V12.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 4 12.5m.015-7.277A2.5 2.5 0 0 1 6.5 3h9a2.5 2.5 0 0 1 2.485 2.223L11 8.92zM13.5 17c.818 0 1.544-.393 2-1h-9A3.5 3.5 0 0 1 3 12.5v-7c-.607.456-1 1.182-1 2v5A4.5 4.5 0 0 0 6.5 17z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMailCopy20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 12.5V6.373l6.746 3.558a.5.5 0 0 0 .507 0L18 6.373V12.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 4 12.5m.015-7.277A2.5 2.5 0 0 1 6.5 3h9a2.5 2.5 0 0 1 2.485 2.223L11 8.92zM13.5 17c.818 0 1.544-.393 2-1h-9A3.5 3.5 0 0 1 3 12.5v-7c-.607.456-1 1.182-1 2v5A4.5 4.5 0 0 0 6.5 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 12.5V6.373l6.746 3.558a.5.5 0 0 0 .507 0L18 6.373V12.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 4 12.5m.015-7.277A2.5 2.5 0 0 1 6.5 3h9a2.5 2.5 0 0 1 2.485 2.223L11 8.92zM13.5 17c.818 0 1.544-.393 2-1h-9A3.5 3.5 0 0 1 3 12.5v-7c-.607.456-1 1.182-1 2v5A4.5 4.5 0 0 0 6.5 17z"/></svg>
</template>

CSS

.icon-mail-copy-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012.5V6.373l6.746%203.558a.5.5%200%200%200%20.507%200L18%206.373V12.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%204%2012.5m.015-7.277A2.5%202.5%200%200%201%206.5%203h9a2.5%202.5%200%200%201%202.485%202.223L11%208.92zM13.5%2017c.818%200%201.544-.393%202-1h-9A3.5%203.5%200%200%201%203%2012.5v-7c-.607.456-1%201.182-1%202v5A4.5%204.5%200%200%200%206.5%2017z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2012.5V6.373l6.746%203.558a.5.5%200%200%200%20.507%200L18%206.373V12.5a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%204%2012.5m.015-7.277A2.5%202.5%200%200%201%206.5%203h9a2.5%202.5%200%200%201%202.485%202.223L11%208.92zM13.5%2017c.818%200%201.544-.393%202-1h-9A3.5%203.5%200%200%201%203%2012.5v-7c-.607.456-1%201.182-1%202v5A4.5%204.5%200%200%200%206.5%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-copy-20-filled.svg?color=%231a73e8&size=48