copy icon
copy from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- copy
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
copyAkar Iconscopy-filledAnt Design IconscopyBootstrap IconscopyBoxIcons v2copyBoxIcons v2 SolidcopyCarboncopy-fillEva IconscopyFont Awesome 6 RegularcopyFont Awesome 6 SolidcopyFont Awesome RegularcopyFont Awesome SolidcopyFeather Iconscopy-16-filledFluent UI System Iconscopycss.ggcopyHuge IconscopyIconParkcopyIconPark OutlinecopyIconPark SolidcopyIconPark TwoTonecopyIconoircopyIonIconscopyLine AwesomecopyLucidecopyMage Icons
Use the copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 5v7.73c-.6-.35-1-.99-1-1.73V5c0-2.21 1.79-4 4-4h3c.74 0 1.38.4 1.73 1H6C4.35 2 3 3.35 3 5m8 10H6c-1.103 0-2-.897-2-2V5c0-1.103.897-2 2-2h5c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2m1-10a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconCopy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 5v7.73c-.6-.35-1-.99-1-1.73V5c0-2.21 1.79-4 4-4h3c.74 0 1.38.4 1.73 1H6C4.35 2 3 3.35 3 5m8 10H6c-1.103 0-2-.897-2-2V5c0-1.103.897-2 2-2h5c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2m1-10a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3 5v7.73c-.6-.35-1-.99-1-1.73V5c0-2.21 1.79-4 4-4h3c.74 0 1.38.4 1.73 1H6C4.35 2 3 3.35 3 5m8 10H6c-1.103 0-2-.897-2-2V5c0-1.103.897-2 2-2h5c1.103 0 2 .897 2 2v8c0 1.103-.897 2-2 2m1-10a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1z"/></svg> </template>
CSS
.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205v7.73c-.6-.35-1-.99-1-1.73V5c0-2.21%201.79-4%204-4h3c.74%200%201.38.4%201.73%201H6C4.35%202%203%203.35%203%205m8%2010H6c-1.103%200-2-.897-2-2V5c0-1.103.897-2%202-2h5c1.103%200%202%20.897%202%202v8c0%201.103-.897%202-2%202m1-10a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%205v7.73c-.6-.35-1-.99-1-1.73V5c0-2.21%201.79-4%204-4h3c.74%200%201.38.4%201.73%201H6C4.35%202%203%203.35%203%205m8%2010H6c-1.103%200-2-.897-2-2V5c0-1.103.897-2%202-2h5c1.103%200%202%20.897%202%202v8c0%201.103-.897%202-2%202m1-10a1%201%200%200%200-1-1H6a1%201%200%200%200-1%201v8a1%201%200%200%200%201%201h5a1%201%200%200%200%201-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/copy.svg?color=%231a73e8&size=48