mail copy icon
mail-copy-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- mail-copy-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
6 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
mail-add-16-filledmail-alert-16-filledmail-all-20-filledmail-all-accounts-24-filledmail-all-read-16-filledmail-all-unread-20-filledmail-arrow-clockwise-16-filledmail-arrow-double-back-16-filledmail-arrow-down-16-filledmail-arrow-forward-16-filledmail-arrow-up-16-filledmail-attach-16-filledmail-briefcase-48-filledmail-checkmark-16-filledmail-clock-16-filledmail-data-bar-16-filledmail-dismiss-16-filledmail-edit-20-filledmail-error-16-filledmail-fish-hook-16-filledmail-inbox-16-filledmail-inbox-add-16-filledmail-inbox-all-20-filledmail-inbox-arrow-down-16-filled
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 5.5A2.5 2.5 0 0 1 6.5 3h9A2.5 2.5 0 0 1 18 5.5v7a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 4 12.5zm6.746 4.431L5 6.961V12.5A1.5 1.5 0 0 0 6.5 14h9a1.5 1.5 0 0 0 1.5-1.5V6.963l-5.746 2.968l-.082.038a.5.5 0 0 1-.426-.038M15.5 4h-9A1.5 1.5 0 0 0 5 5.5v.301l6 3.119l6-3.118V5.5A1.5 1.5 0 0 0 15.5 4m-2 13c.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 FluentMailCopy20Regular(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 5.5A2.5 2.5 0 0 1 6.5 3h9A2.5 2.5 0 0 1 18 5.5v7a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 4 12.5zm6.746 4.431L5 6.961V12.5A1.5 1.5 0 0 0 6.5 14h9a1.5 1.5 0 0 0 1.5-1.5V6.963l-5.746 2.968l-.082.038a.5.5 0 0 1-.426-.038M15.5 4h-9A1.5 1.5 0 0 0 5 5.5v.301l6 3.119l6-3.118V5.5A1.5 1.5 0 0 0 15.5 4m-2 13c.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 5.5A2.5 2.5 0 0 1 6.5 3h9A2.5 2.5 0 0 1 18 5.5v7a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 4 12.5zm6.746 4.431L5 6.961V12.5A1.5 1.5 0 0 0 6.5 14h9a1.5 1.5 0 0 0 1.5-1.5V6.963l-5.746 2.968l-.082.038a.5.5 0 0 1-.426-.038M15.5 4h-9A1.5 1.5 0 0 0 5 5.5v.301l6 3.119l6-3.118V5.5A1.5 1.5 0 0 0 15.5 4m-2 13c.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-regular {
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%205.5A2.5%202.5%200%200%201%206.5%203h9A2.5%202.5%200%200%201%2018%205.5v7a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%204%2012.5zm6.746%204.431L5%206.961V12.5A1.5%201.5%200%200%200%206.5%2014h9a1.5%201.5%200%200%200%201.5-1.5V6.963l-5.746%202.968l-.082.038a.5.5%200%200%201-.426-.038M15.5%204h-9A1.5%201.5%200%200%200%205%205.5v.301l6%203.119l6-3.118V5.5A1.5%201.5%200%200%200%2015.5%204m-2%2013c.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%205.5A2.5%202.5%200%200%201%206.5%203h9A2.5%202.5%200%200%201%2018%205.5v7a2.5%202.5%200%200%201-2.5%202.5h-9A2.5%202.5%200%200%201%204%2012.5zm6.746%204.431L5%206.961V12.5A1.5%201.5%200%200%200%206.5%2014h9a1.5%201.5%200%200%200%201.5-1.5V6.963l-5.746%202.968l-.082.038a.5.5%200%200%201-.426-.038M15.5%204h-9A1.5%201.5%200%200%200%205%205.5v.301l6%203.119l6-3.118V5.5A1.5%201.5%200%200%200%2015.5%204m-2%2013c.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-regular.svg?color=%231a73e8&size=48