copy link icon
copy-link-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- copy-link-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the copy link icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.753 6.493h-3.506A2.244 2.244 0 0 1 8.382 5.5H6.25a.75.75 0 0 0-.743.648L5.5 6.25v13.505c0 .38.282.693.648.743l.204.013a.75.75 0 0 1-.102 1.494a2.25 2.25 0 0 1-2.245-2.096L4 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L6.25 4h1.763a2.247 2.247 0 0 1 2.234-2h3.506c1.158 0 2.11.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v5.504a.75.75 0 0 1-1.493.102l-.007-.102V6.25a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132c-.403.6-1.088.993-1.865.993zM17 13.998h1a4 4 0 0 1 .204 7.995l-.2.005l-1 .004a1 1 0 0 1-.125-1.993l.116-.007L18 19.998a2 2 0 0 0 .15-3.995l-.15-.005h-1a1 1 0 0 1-.117-1.994l.117-.006h1h-1zm-4.5.004h1a1 1 0 0 1 .117 1.993l-.117.007h-1a2 2 0 0 0-.15 3.995l.15.005h1a1 1 0 0 1 .117 1.993l-.117.007h-1a4 4 0 0 1-.2-7.995l.2-.005h1h-1zM12.499 17H18a1 1 0 0 1 .117 1.993L18 19h-5.501a1 1 0 0 1-.117-1.993l.117-.007H18h-5.501zm1.254-13.5h-3.506a.747.747 0 0 0 0 1.493h3.506a.747.747 0 1 0 0-1.493z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentCopyLink24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.753 6.493h-3.506A2.244 2.244 0 0 1 8.382 5.5H6.25a.75.75 0 0 0-.743.648L5.5 6.25v13.505c0 .38.282.693.648.743l.204.013a.75.75 0 0 1-.102 1.494a2.25 2.25 0 0 1-2.245-2.096L4 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L6.25 4h1.763a2.247 2.247 0 0 1 2.234-2h3.506c1.158 0 2.11.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v5.504a.75.75 0 0 1-1.493.102l-.007-.102V6.25a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132c-.403.6-1.088.993-1.865.993zM17 13.998h1a4 4 0 0 1 .204 7.995l-.2.005l-1 .004a1 1 0 0 1-.125-1.993l.116-.007L18 19.998a2 2 0 0 0 .15-3.995l-.15-.005h-1a1 1 0 0 1-.117-1.994l.117-.006h1h-1zm-4.5.004h1a1 1 0 0 1 .117 1.993l-.117.007h-1a2 2 0 0 0-.15 3.995l.15.005h1a1 1 0 0 1 .117 1.993l-.117.007h-1a4 4 0 0 1-.2-7.995l.2-.005h1h-1zM12.499 17H18a1 1 0 0 1 .117 1.993L18 19h-5.501a1 1 0 0 1-.117-1.993l.117-.007H18h-5.501zm1.254-13.5h-3.506a.747.747 0 0 0 0 1.493h3.506a.747.747 0 1 0 0-1.493z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.753 6.493h-3.506A2.244 2.244 0 0 1 8.382 5.5H6.25a.75.75 0 0 0-.743.648L5.5 6.25v13.505c0 .38.282.693.648.743l.204.013a.75.75 0 0 1-.102 1.494a2.25 2.25 0 0 1-2.245-2.096L4 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L6.25 4h1.763a2.247 2.247 0 0 1 2.234-2h3.506c1.158 0 2.11.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v5.504a.75.75 0 0 1-1.493.102l-.007-.102V6.25a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132c-.403.6-1.088.993-1.865.993zM17 13.998h1a4 4 0 0 1 .204 7.995l-.2.005l-1 .004a1 1 0 0 1-.125-1.993l.116-.007L18 19.998a2 2 0 0 0 .15-3.995l-.15-.005h-1a1 1 0 0 1-.117-1.994l.117-.006h1h-1zm-4.5.004h1a1 1 0 0 1 .117 1.993l-.117.007h-1a2 2 0 0 0-.15 3.995l.15.005h1a1 1 0 0 1 .117 1.993l-.117.007h-1a4 4 0 0 1-.2-7.995l.2-.005h1h-1zM12.499 17H18a1 1 0 0 1 .117 1.993L18 19h-5.501a1 1 0 0 1-.117-1.993l.117-.007H18h-5.501zm1.254-13.5h-3.506a.747.747 0 0 0 0 1.493h3.506a.747.747 0 1 0 0-1.493z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-copy-link-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M13.753%206.493h-3.506A2.244%202.244%200%200%201%208.382%205.5H6.25a.75.75%200%200%200-.743.648L5.5%206.25v13.505c0%20.38.282.693.648.743l.204.013a.75.75%200%200%201-.102%201.494a2.25%202.25%200%200%201-2.245-2.096L4%2019.755V6.25a2.25%202.25%200%200%201%202.096-2.245L6.25%204h1.763a2.247%202.247%200%200%201%202.234-2h3.506c1.158%200%202.11.875%202.234%202h1.763a2.25%202.25%200%200%201%202.245%202.096L20%206.25v5.504a.75.75%200%200%201-1.493.102l-.007-.102V6.25a.75.75%200%200%200-.648-.743L17.75%205.5h-2.132c-.403.6-1.088.993-1.865.993zM17%2013.998h1a4%204%200%200%201%20.204%207.995l-.2.005l-1%20.004a1%201%200%200%201-.125-1.993l.116-.007L18%2019.998a2%202%200%200%200%20.15-3.995l-.15-.005h-1a1%201%200%200%201-.117-1.994l.117-.006h1h-1zm-4.5.004h1a1%201%200%200%201%20.117%201.993l-.117.007h-1a2%202%200%200%200-.15%203.995l.15.005h1a1%201%200%200%201%20.117%201.993l-.117.007h-1a4%204%200%200%201-.2-7.995l.2-.005h1h-1zM12.499%2017H18a1%201%200%200%201%20.117%201.993L18%2019h-5.501a1%201%200%200%201-.117-1.993l.117-.007H18h-5.501zm1.254-13.5h-3.506a.747.747%200%200%200%200%201.493h3.506a.747.747%200%201%200%200-1.493z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%20d%3D%22M13.753%206.493h-3.506A2.244%202.244%200%200%201%208.382%205.5H6.25a.75.75%200%200%200-.743.648L5.5%206.25v13.505c0%20.38.282.693.648.743l.204.013a.75.75%200%200%201-.102%201.494a2.25%202.25%200%200%201-2.245-2.096L4%2019.755V6.25a2.25%202.25%200%200%201%202.096-2.245L6.25%204h1.763a2.247%202.247%200%200%201%202.234-2h3.506c1.158%200%202.11.875%202.234%202h1.763a2.25%202.25%200%200%201%202.245%202.096L20%206.25v5.504a.75.75%200%200%201-1.493.102l-.007-.102V6.25a.75.75%200%200%200-.648-.743L17.75%205.5h-2.132c-.403.6-1.088.993-1.865.993zM17%2013.998h1a4%204%200%200%201%20.204%207.995l-.2.005l-1%20.004a1%201%200%200%201-.125-1.993l.116-.007L18%2019.998a2%202%200%200%200%20.15-3.995l-.15-.005h-1a1%201%200%200%201-.117-1.994l.117-.006h1h-1zm-4.5.004h1a1%201%200%200%201%20.117%201.993l-.117.007h-1a2%202%200%200%200-.15%203.995l.15.005h1a1%201%200%200%201%20.117%201.993l-.117.007h-1a4%204%200%200%201-.2-7.995l.2-.005h1h-1zM12.499%2017H18a1%201%200%200%201%20.117%201.993L18%2019h-5.501a1%201%200%200%201-.117-1.993l.117-.007H18h-5.501zm1.254-13.5h-3.506a.747.747%200%200%200%200%201.493h3.506a.747.747%200%201%200%200-1.493z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/copy-link-24-filled.svg?color=%231a73e8&size=48