copy link icon
copy-link-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- copy-link-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 2c1.158 0 2.11.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v6a.75.75 0 0 1-1.493.102l-.007-.102v-6a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132c-.403.6-1.088.993-1.865.993h-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.506zm3.497 12.5h1a3.75 3.75 0 0 1 .202 7.495l-.199.005l-1 .005a.75.75 0 0 1-.108-1.493l.102-.007l1.003-.005a2.25 2.25 0 0 0 .154-4.495L18.25 16h-1a.75.75 0 0 1-.102-1.493l.102-.007h1h-1zm-5 0h1a.75.75 0 0 1 .102 1.493L13.25 16h-1a2.25 2.25 0 0 0-.154 4.495l.154.005h1a.75.75 0 0 1 .102 1.493L13.25 22h-1a3.75 3.75 0 0 1-.2-7.495l.2-.005h1h-1zm0 3h6a.75.75 0 0 1 .102 1.493L18.25 19h-6a.75.75 0 0 1-.102-1.493l.102-.007h6h-6zm1.503-14h-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 FluentCopyLink24Regular(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 2c1.158 0 2.11.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v6a.75.75 0 0 1-1.493.102l-.007-.102v-6a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132c-.403.6-1.088.993-1.865.993h-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.506zm3.497 12.5h1a3.75 3.75 0 0 1 .202 7.495l-.199.005l-1 .005a.75.75 0 0 1-.108-1.493l.102-.007l1.003-.005a2.25 2.25 0 0 0 .154-4.495L18.25 16h-1a.75.75 0 0 1-.102-1.493l.102-.007h1h-1zm-5 0h1a.75.75 0 0 1 .102 1.493L13.25 16h-1a2.25 2.25 0 0 0-.154 4.495l.154.005h1a.75.75 0 0 1 .102 1.493L13.25 22h-1a3.75 3.75 0 0 1-.2-7.495l.2-.005h1h-1zm0 3h6a.75.75 0 0 1 .102 1.493L18.25 19h-6a.75.75 0 0 1-.102-1.493l.102-.007h6h-6zm1.503-14h-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 2c1.158 0 2.11.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L20 6.25v6a.75.75 0 0 1-1.493.102l-.007-.102v-6a.75.75 0 0 0-.648-.743L17.75 5.5h-2.132c-.403.6-1.088.993-1.865.993h-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.506zm3.497 12.5h1a3.75 3.75 0 0 1 .202 7.495l-.199.005l-1 .005a.75.75 0 0 1-.108-1.493l.102-.007l1.003-.005a2.25 2.25 0 0 0 .154-4.495L18.25 16h-1a.75.75 0 0 1-.102-1.493l.102-.007h1h-1zm-5 0h1a.75.75 0 0 1 .102 1.493L13.25 16h-1a2.25 2.25 0 0 0-.154 4.495l.154.005h1a.75.75 0 0 1 .102 1.493L13.25 22h-1a3.75 3.75 0 0 1-.2-7.495l.2-.005h1h-1zm0 3h6a.75.75 0 0 1 .102 1.493L18.25 19h-6a.75.75 0 0 1-.102-1.493l.102-.007h6h-6zm1.503-14h-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-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%20d%3D%22M13.753%202c1.158%200%202.11.875%202.234%202h1.763a2.25%202.25%200%200%201%202.245%202.096L20%206.25v6a.75.75%200%200%201-1.493.102l-.007-.102v-6a.75.75%200%200%200-.648-.743L17.75%205.5h-2.132c-.403.6-1.088.993-1.865.993h-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.506zm3.497%2012.5h1a3.75%203.75%200%200%201%20.202%207.495l-.199.005l-1%20.005a.75.75%200%200%201-.108-1.493l.102-.007l1.003-.005a2.25%202.25%200%200%200%20.154-4.495L18.25%2016h-1a.75.75%200%200%201-.102-1.493l.102-.007h1h-1zm-5%200h1a.75.75%200%200%201%20.102%201.493L13.25%2016h-1a2.25%202.25%200%200%200-.154%204.495l.154.005h1a.75.75%200%200%201%20.102%201.493L13.25%2022h-1a3.75%203.75%200%200%201-.2-7.495l.2-.005h1h-1zm0%203h6a.75.75%200%200%201%20.102%201.493L18.25%2019h-6a.75.75%200%200%201-.102-1.493l.102-.007h6h-6zm1.503-14h-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%202c1.158%200%202.11.875%202.234%202h1.763a2.25%202.25%200%200%201%202.245%202.096L20%206.25v6a.75.75%200%200%201-1.493.102l-.007-.102v-6a.75.75%200%200%200-.648-.743L17.75%205.5h-2.132c-.403.6-1.088.993-1.865.993h-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.506zm3.497%2012.5h1a3.75%203.75%200%200%201%20.202%207.495l-.199.005l-1%20.005a.75.75%200%200%201-.108-1.493l.102-.007l1.003-.005a2.25%202.25%200%200%200%20.154-4.495L18.25%2016h-1a.75.75%200%200%201-.102-1.493l.102-.007h1h-1zm-5%200h1a.75.75%200%200%201%20.102%201.493L13.25%2016h-1a2.25%202.25%200%200%200-.154%204.495l.154.005h1a.75.75%200%200%201%20.102%201.493L13.25%2022h-1a3.75%203.75%200%200%201-.2-7.495l.2-.005h1h-1zm0%203h6a.75.75%200%200%201%20.102%201.493L18.25%2019h-6a.75.75%200%200%201-.102-1.493l.102-.007h6h-6zm1.503-14h-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-regular.svg?color=%231a73e8&size=48