copy icon
copy-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- copy-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- copy-fill
2 other variants in Ant Design Icons
The same icon in other sets
copyAkar IconscopyBootstrap IconscopyBoxIcons v2copyBoxIcons v2 SolidcopyCarboncopyCodiconscopy-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 1024 1024"><path fill="currentColor" d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32M382 896h-.2L232 746.2v-.2h150z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCopyFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32M382 896h-.2L232 746.2v-.2h150z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32M382 896h-.2L232 746.2v-.2h150z"/></svg> </template>
CSS
.icon-copy-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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%2064H296c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h496v688c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V96c0-17.7-14.3-32-32-32M704%20192H192c-17.7%200-32%2014.3-32%2032v530.7c0%208.5%203.4%2016.6%209.4%2022.6l173.3%20173.3c2.2%202.2%204.7%204%207.4%205.5v1.9h4.2c3.5%201.3%207.2%202%2011%202H704c17.7%200%2032-14.3%2032-32V224c0-17.7-14.3-32-32-32M382%20896h-.2L232%20746.2v-.2h150z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%2064H296c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h496v688c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V96c0-17.7-14.3-32-32-32M704%20192H192c-17.7%200-32%2014.3-32%2032v530.7c0%208.5%203.4%2016.6%209.4%2022.6l173.3%20173.3c2.2%202.2%204.7%204%207.4%205.5v1.9h4.2c3.5%201.3%207.2%202%2011%202H704c17.7%200%2032-14.3%2032-32V224c0-17.7-14.3-32-32-32M382%20896h-.2L232%20746.2v-.2h150z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/copy-filled.svg?color=%231a73e8&size=48