clipboard copy icon
clipboard-copy from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.
- Name
- clipboard-copy
- Set
- Radix Icons
- Style
- Outline
- Viewbox
- 15×15
- License
- MIT
The same icon in other sets
Use the clipboard copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8.5 14a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M10.25 0a.75.75 0 0 1 .75.75V1h.5A1.5 1.5 0 0 1 13 2.5V7h-1V2.5a.5.5 0 0 0-.5-.5H11v.25a.75.75 0 0 1-.75.75h-5.5A.75.75 0 0 1 4 2.25V2h-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5H7v1H3.5A1.5 1.5 0 0 1 2 12.5v-10A1.5 1.5 0 0 1 3.5 1H4V.75A.75.75 0 0 1 4.75 0zM8.5 12a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-6-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-6-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M5 2h5V1H5z"/></svg>
React
import type { SVGProps } from "react";
export function RadixIconsClipboardCopy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8.5 14a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M10.25 0a.75.75 0 0 1 .75.75V1h.5A1.5 1.5 0 0 1 13 2.5V7h-1V2.5a.5.5 0 0 0-.5-.5H11v.25a.75.75 0 0 1-.75.75h-5.5A.75.75 0 0 1 4 2.25V2h-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5H7v1H3.5A1.5 1.5 0 0 1 2 12.5v-10A1.5 1.5 0 0 1 3.5 1H4V.75A.75.75 0 0 1 4.75 0zM8.5 12a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-6-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-6-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M5 2h5V1H5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M8.5 14a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M10.25 0a.75.75 0 0 1 .75.75V1h.5A1.5 1.5 0 0 1 13 2.5V7h-1V2.5a.5.5 0 0 0-.5-.5H11v.25a.75.75 0 0 1-.75.75h-5.5A.75.75 0 0 1 4 2.25V2h-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5H7v1H3.5A1.5 1.5 0 0 1 2 12.5v-10A1.5 1.5 0 0 1 3.5 1H4V.75A.75.75 0 0 1 4.75 0zM8.5 12a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-6-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-6-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1M5 2h5V1H5z"/></svg> </template>
CSS
.icon-clipboard-copy {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2014a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M10.25%200a.75.75%200%200%201%20.75.75V1h.5A1.5%201.5%200%200%201%2013%202.5V7h-1V2.5a.5.5%200%200%200-.5-.5H11v.25a.75.75%200%200%201-.75.75h-5.5A.75.75%200%200%201%204%202.25V2h-.5a.5.5%200%200%200-.5.5v10a.5.5%200%200%200%20.5.5H7v1H3.5A1.5%201.5%200%200%201%202%2012.5v-10A1.5%201.5%200%200%201%203.5%201H4V.75A.75.75%200%200%201%204.75%200zM8.5%2012a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m6%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-6-2a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m6%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-6-2a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M5%202h5V1H5z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2014a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M10.25%200a.75.75%200%200%201%20.75.75V1h.5A1.5%201.5%200%200%201%2013%202.5V7h-1V2.5a.5.5%200%200%200-.5-.5H11v.25a.75.75%200%200%201-.75.75h-5.5A.75.75%200%200%201%204%202.25V2h-.5a.5.5%200%200%200-.5.5v10a.5.5%200%200%200%20.5.5H7v1H3.5A1.5%201.5%200%200%201%202%2012.5v-10A1.5%201.5%200%200%201%203.5%201H4V.75A.75.75%200%200%201%204.75%200zM8.5%2012a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m6%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-6-2a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m6%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-6-2a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1M5%202h5V1H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/clipboard-copy.svg?color=%231a73e8&size=48