send copy icon
send-copy-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- send-copy-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the send copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 11.5a.75.75 0 0 0-.743.648l-.007.102v5a4.75 4.75 0 0 0 4.533 4.745L8.25 22h7.5a2.25 2.25 0 0 0 2.122-1.5H8.25l-.184-.005a3.25 3.25 0 0 1-3.06-3.06L5 17.25v-5a.75.75 0 0 0-.75-.75m2.5-2a.75.75 0 0 0-.743.648L6 10.25v7a2.25 2.25 0 0 0 2.096 2.245l.154.005h10a2.25 2.25 0 0 0 2.245-2.096l.005-.154v-7a.75.75 0 0 0-1.493-.102L19 10.25v7a.75.75 0 0 1-.648.743L18.25 18h-10a.75.75 0 0 1-.743-.648L7.5 17.25v-7a.75.75 0 0 0-.75-.75m11.032-3.284L13.784 2.22a.75.75 0 0 0-.976-.073l-.084.072L8.72 6.216a.75.75 0 0 0 .976 1.134l.084-.073l2.72-2.714v9.692c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102V4.556l2.721 2.721a.75.75 0 0 0 .977.072l.084-.072a.75.75 0 0 0 .072-.977zL13.784 2.22z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSendCopy24Regular(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="M4.25 11.5a.75.75 0 0 0-.743.648l-.007.102v5a4.75 4.75 0 0 0 4.533 4.745L8.25 22h7.5a2.25 2.25 0 0 0 2.122-1.5H8.25l-.184-.005a3.25 3.25 0 0 1-3.06-3.06L5 17.25v-5a.75.75 0 0 0-.75-.75m2.5-2a.75.75 0 0 0-.743.648L6 10.25v7a2.25 2.25 0 0 0 2.096 2.245l.154.005h10a2.25 2.25 0 0 0 2.245-2.096l.005-.154v-7a.75.75 0 0 0-1.493-.102L19 10.25v7a.75.75 0 0 1-.648.743L18.25 18h-10a.75.75 0 0 1-.743-.648L7.5 17.25v-7a.75.75 0 0 0-.75-.75m11.032-3.284L13.784 2.22a.75.75 0 0 0-.976-.073l-.084.072L8.72 6.216a.75.75 0 0 0 .976 1.134l.084-.073l2.72-2.714v9.692c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102V4.556l2.721 2.721a.75.75 0 0 0 .977.072l.084-.072a.75.75 0 0 0 .072-.977zL13.784 2.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 11.5a.75.75 0 0 0-.743.648l-.007.102v5a4.75 4.75 0 0 0 4.533 4.745L8.25 22h7.5a2.25 2.25 0 0 0 2.122-1.5H8.25l-.184-.005a3.25 3.25 0 0 1-3.06-3.06L5 17.25v-5a.75.75 0 0 0-.75-.75m2.5-2a.75.75 0 0 0-.743.648L6 10.25v7a2.25 2.25 0 0 0 2.096 2.245l.154.005h10a2.25 2.25 0 0 0 2.245-2.096l.005-.154v-7a.75.75 0 0 0-1.493-.102L19 10.25v7a.75.75 0 0 1-.648.743L18.25 18h-10a.75.75 0 0 1-.743-.648L7.5 17.25v-7a.75.75 0 0 0-.75-.75m11.032-3.284L13.784 2.22a.75.75 0 0 0-.976-.073l-.084.072L8.72 6.216a.75.75 0 0 0 .976 1.134l.084-.073l2.72-2.714v9.692c0 .38.282.693.648.743l.102.007a.75.75 0 0 0 .743-.648l.007-.102V4.556l2.721 2.721a.75.75 0 0 0 .977.072l.084-.072a.75.75 0 0 0 .072-.977zL13.784 2.22z"/></svg> </template>
CSS
.icon-send-copy-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.25%2011.5a.75.75%200%200%200-.743.648l-.007.102v5a4.75%204.75%200%200%200%204.533%204.745L8.25%2022h7.5a2.25%202.25%200%200%200%202.122-1.5H8.25l-.184-.005a3.25%203.25%200%200%201-3.06-3.06L5%2017.25v-5a.75.75%200%200%200-.75-.75m2.5-2a.75.75%200%200%200-.743.648L6%2010.25v7a2.25%202.25%200%200%200%202.096%202.245l.154.005h10a2.25%202.25%200%200%200%202.245-2.096l.005-.154v-7a.75.75%200%200%200-1.493-.102L19%2010.25v7a.75.75%200%200%201-.648.743L18.25%2018h-10a.75.75%200%200%201-.743-.648L7.5%2017.25v-7a.75.75%200%200%200-.75-.75m11.032-3.284L13.784%202.22a.75.75%200%200%200-.976-.073l-.084.072L8.72%206.216a.75.75%200%200%200%20.976%201.134l.084-.073l2.72-2.714v9.692c0%20.38.282.693.648.743l.102.007a.75.75%200%200%200%20.743-.648l.007-.102V4.556l2.721%202.721a.75.75%200%200%200%20.977.072l.084-.072a.75.75%200%200%200%20.072-.977zL13.784%202.22z%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%22M4.25%2011.5a.75.75%200%200%200-.743.648l-.007.102v5a4.75%204.75%200%200%200%204.533%204.745L8.25%2022h7.5a2.25%202.25%200%200%200%202.122-1.5H8.25l-.184-.005a3.25%203.25%200%200%201-3.06-3.06L5%2017.25v-5a.75.75%200%200%200-.75-.75m2.5-2a.75.75%200%200%200-.743.648L6%2010.25v7a2.25%202.25%200%200%200%202.096%202.245l.154.005h10a2.25%202.25%200%200%200%202.245-2.096l.005-.154v-7a.75.75%200%200%200-1.493-.102L19%2010.25v7a.75.75%200%200%201-.648.743L18.25%2018h-10a.75.75%200%200%201-.743-.648L7.5%2017.25v-7a.75.75%200%200%200-.75-.75m11.032-3.284L13.784%202.22a.75.75%200%200%200-.976-.073l-.084.072L8.72%206.216a.75.75%200%200%200%20.976%201.134l.084-.073l2.72-2.714v9.692c0%20.38.282.693.648.743l.102.007a.75.75%200%200%200%20.743-.648l.007-.102V4.556l2.721%202.721a.75.75%200%200%200%20.977.072l.084-.072a.75.75%200%200%200%20.072-.977zL13.784%202.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/send-copy-24-regular.svg?color=%231a73e8&size=48