copy icon
copy-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- copy-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
copyAkar Iconscopy-filledAnt Design 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 AwesomecopyLucide
Related icons in Tabler Icons
Use the copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.926 7.074A3.67 3.67 0 0 1 22 9.667v8.666A3.667 3.667 0 0 1 18.333 22H9.667A3.667 3.667 0 0 1 6 18.333V9.667q0-.053.005-.102A3.66 3.66 0 0 1 9.667 6h8.666c.973 0 1.905.386 2.593 1.074"/><path d="M17.374 3.514a1 1 0 1 1-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .36.194.692.507.87a1 1 0 1 1-.99 1.738A3 3 0 0 1 2 15V5c0-1.652 1.348-3 3-3h10c1.094 0 1.828.533 2.374 1.514"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerCopyFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.926 7.074A3.67 3.67 0 0 1 22 9.667v8.666A3.667 3.667 0 0 1 18.333 22H9.667A3.667 3.667 0 0 1 6 18.333V9.667q0-.053.005-.102A3.66 3.66 0 0 1 9.667 6h8.666c.973 0 1.905.386 2.593 1.074"/><path d="M17.374 3.514a1 1 0 1 1-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .36.194.692.507.87a1 1 0 1 1-.99 1.738A3 3 0 0 1 2 15V5c0-1.652 1.348-3 3-3h10c1.094 0 1.828.533 2.374 1.514"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.926 7.074A3.67 3.67 0 0 1 22 9.667v8.666A3.667 3.667 0 0 1 18.333 22H9.667A3.667 3.667 0 0 1 6 18.333V9.667q0-.053.005-.102A3.66 3.66 0 0 1 9.667 6h8.666c.973 0 1.905.386 2.593 1.074"/><path d="M17.374 3.514a1 1 0 1 1-1.748.972C15.405 4.088 15.284 4 15 4H5c-.548 0-1 .452-1 1v9.998c0 .36.194.692.507.87a1 1 0 1 1-.99 1.738A3 3 0 0 1 2 15V5c0-1.652 1.348-3 3-3h10c1.094 0 1.828.533 2.374 1.514"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.926%207.074A3.67%203.67%200%200%201%2022%209.667v8.666A3.667%203.667%200%200%201%2018.333%2022H9.667A3.667%203.667%200%200%201%206%2018.333V9.667q0-.053.005-.102A3.66%203.66%200%200%201%209.667%206h8.666c.973%200%201.905.386%202.593%201.074%22%2F%3E%3Cpath%20d%3D%22M17.374%203.514a1%201%200%201%201-1.748.972C15.405%204.088%2015.284%204%2015%204H5c-.548%200-1%20.452-1%201v9.998c0%20.36.194.692.507.87a1%201%200%201%201-.99%201.738A3%203%200%200%201%202%2015V5c0-1.652%201.348-3%203-3h10c1.094%200%201.828.533%202.374%201.514%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20.926%207.074A3.67%203.67%200%200%201%2022%209.667v8.666A3.667%203.667%200%200%201%2018.333%2022H9.667A3.667%203.667%200%200%201%206%2018.333V9.667q0-.053.005-.102A3.66%203.66%200%200%201%209.667%206h8.666c.973%200%201.905.386%202.593%201.074%22%2F%3E%3Cpath%20d%3D%22M17.374%203.514a1%201%200%201%201-1.748.972C15.405%204.088%2015.284%204%2015%204H5c-.548%200-1%20.452-1%201v9.998c0%20.36.194.692.507.87a1%201%200%201%201-.99%201.738A3%203%200%200%201%202%2015V5c0-1.652%201.348-3%203-3h10c1.094%200%201.828.533%202.374%201.514%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/copy-filled.svg?color=%231a73e8&size=48