mail copy icon
mail-copy-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- mail-copy-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9.5 5A4.5 4.5 0 0 0 5 9.5v11A4.5 4.5 0 0 0 9.5 25h16a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 25.5 5zM6 9.5A3.5 3.5 0 0 1 9.5 6h16A3.5 3.5 0 0 1 29 9.5v.202l-11.5 6.23L6 9.701zm0 1.34l11.261 6.1a.5.5 0 0 0 .477 0L29 10.84v9.66a3.5 3.5 0 0 1-3.5 3.5h-16A3.5 3.5 0 0 1 6 20.5zM2 12.5c0-1.072.375-2.056 1-2.829v10.83A6.5 6.5 0 0 0 9.5 27h15.829a4.5 4.5 0 0 1-2.829 1h-13A7.5 7.5 0 0 1 2 20.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMailCopy32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 5A4.5 4.5 0 0 0 5 9.5v11A4.5 4.5 0 0 0 9.5 25h16a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 25.5 5zM6 9.5A3.5 3.5 0 0 1 9.5 6h16A3.5 3.5 0 0 1 29 9.5v.202l-11.5 6.23L6 9.701zm0 1.34l11.261 6.1a.5.5 0 0 0 .477 0L29 10.84v9.66a3.5 3.5 0 0 1-3.5 3.5h-16A3.5 3.5 0 0 1 6 20.5zM2 12.5c0-1.072.375-2.056 1-2.829v10.83A6.5 6.5 0 0 0 9.5 27h15.829a4.5 4.5 0 0 1-2.829 1h-13A7.5 7.5 0 0 1 2 20.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 5A4.5 4.5 0 0 0 5 9.5v11A4.5 4.5 0 0 0 9.5 25h16a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 25.5 5zM6 9.5A3.5 3.5 0 0 1 9.5 6h16A3.5 3.5 0 0 1 29 9.5v.202l-11.5 6.23L6 9.701zm0 1.34l11.261 6.1a.5.5 0 0 0 .477 0L29 10.84v9.66a3.5 3.5 0 0 1-3.5 3.5h-16A3.5 3.5 0 0 1 6 20.5zM2 12.5c0-1.072.375-2.056 1-2.829v10.83A6.5 6.5 0 0 0 9.5 27h15.829a4.5 4.5 0 0 1-2.829 1h-13A7.5 7.5 0 0 1 2 20.5z"/></svg> </template>
CSS
.icon-mail-copy-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%205A4.5%204.5%200%200%200%205%209.5v11A4.5%204.5%200%200%200%209.5%2025h16a4.5%204.5%200%200%200%204.5-4.5v-11A4.5%204.5%200%200%200%2025.5%205zM6%209.5A3.5%203.5%200%200%201%209.5%206h16A3.5%203.5%200%200%201%2029%209.5v.202l-11.5%206.23L6%209.701zm0%201.34l11.261%206.1a.5.5%200%200%200%20.477%200L29%2010.84v9.66a3.5%203.5%200%200%201-3.5%203.5h-16A3.5%203.5%200%200%201%206%2020.5zM2%2012.5c0-1.072.375-2.056%201-2.829v10.83A6.5%206.5%200%200%200%209.5%2027h15.829a4.5%204.5%200%200%201-2.829%201h-13A7.5%207.5%200%200%201%202%2020.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%205A4.5%204.5%200%200%200%205%209.5v11A4.5%204.5%200%200%200%209.5%2025h16a4.5%204.5%200%200%200%204.5-4.5v-11A4.5%204.5%200%200%200%2025.5%205zM6%209.5A3.5%203.5%200%200%201%209.5%206h16A3.5%203.5%200%200%201%2029%209.5v.202l-11.5%206.23L6%209.701zm0%201.34l11.261%206.1a.5.5%200%200%200%20.477%200L29%2010.84v9.66a3.5%203.5%200%200%201-3.5%203.5h-16A3.5%203.5%200%200%201%206%2020.5zM2%2012.5c0-1.072.375-2.056%201-2.829v10.83A6.5%206.5%200%200%200%209.5%2027h15.829a4.5%204.5%200%200%201-2.829%201h-13A7.5%207.5%200%200%201%202%2020.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/mail-copy-32-light.svg?color=%231a73e8&size=48