copy icon
copy-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- copy-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All copy icons →copyAkar Iconscopy-filledAnt Design IconscopyBootstrap IconscopyBoxIcons v2copyBoxIcons v2 SolidcopyCarboncopyCodiconscopyDither Iconscopy-fillEva IconscopyFont Awesome 6 RegularcopyFont Awesome 6 SolidcopyFont Awesome RegularcopyFont Awesome SolidcopyFeather Iconscopy-16-filledFluent UI System Iconscopycss.ggcopyHuge IconscopyIconParkcopyIconPark OutlinecopyIconPark SolidcopyIconPark TwoTonecopyIconoircopyIonIconscopyKeyline Icons
More ui icons from Reicon
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="M15.24 2h-3.894c-1.764 0-3.162 0-4.255.148c-1.126.152-2.037.472-2.755 1.193c-.719.721-1.038 1.636-1.189 2.766C3 7.205 3 8.608 3 10.379v5.838c0 1.508.92 2.8 2.227 3.342c-.067-.91-.067-2.185-.067-3.247v-5.01c0-1.281 0-2.386.118-3.27c.127-.948.413-1.856 1.147-2.593s1.639-1.024 2.583-1.152c.88-.118 1.98-.118 3.257-.118h3.07c1.276 0 2.374 0 3.255.118A3.6 3.6 0 0 0 15.24 2"/><path d="M6.6 11.397c0-2.726 0-4.089.844-4.936c.843-.847 2.2-.847 4.916-.847h2.88c2.715 0 4.073 0 4.917.847S21 8.671 21 11.397v4.82c0 2.726 0 4.089-.843 4.936c-.844.847-2.202.847-4.917.847h-2.88c-2.715 0-4.073 0-4.916-.847c-.844-.847-.844-2.21-.844-4.936z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCopyFilled(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="M15.24 2h-3.894c-1.764 0-3.162 0-4.255.148c-1.126.152-2.037.472-2.755 1.193c-.719.721-1.038 1.636-1.189 2.766C3 7.205 3 8.608 3 10.379v5.838c0 1.508.92 2.8 2.227 3.342c-.067-.91-.067-2.185-.067-3.247v-5.01c0-1.281 0-2.386.118-3.27c.127-.948.413-1.856 1.147-2.593s1.639-1.024 2.583-1.152c.88-.118 1.98-.118 3.257-.118h3.07c1.276 0 2.374 0 3.255.118A3.6 3.6 0 0 0 15.24 2"/><path d="M6.6 11.397c0-2.726 0-4.089.844-4.936c.843-.847 2.2-.847 4.916-.847h2.88c2.715 0 4.073 0 4.917.847S21 8.671 21 11.397v4.82c0 2.726 0 4.089-.843 4.936c-.844.847-2.202.847-4.917.847h-2.88c-2.715 0-4.073 0-4.916-.847c-.844-.847-.844-2.21-.844-4.936z"/></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="M15.24 2h-3.894c-1.764 0-3.162 0-4.255.148c-1.126.152-2.037.472-2.755 1.193c-.719.721-1.038 1.636-1.189 2.766C3 7.205 3 8.608 3 10.379v5.838c0 1.508.92 2.8 2.227 3.342c-.067-.91-.067-2.185-.067-3.247v-5.01c0-1.281 0-2.386.118-3.27c.127-.948.413-1.856 1.147-2.593s1.639-1.024 2.583-1.152c.88-.118 1.98-.118 3.257-.118h3.07c1.276 0 2.374 0 3.255.118A3.6 3.6 0 0 0 15.24 2"/><path d="M6.6 11.397c0-2.726 0-4.089.844-4.936c.843-.847 2.2-.847 4.916-.847h2.88c2.715 0 4.073 0 4.917.847S21 8.671 21 11.397v4.82c0 2.726 0 4.089-.843 4.936c-.844.847-2.202.847-4.917.847h-2.88c-2.715 0-4.073 0-4.916-.847c-.844-.847-.844-2.21-.844-4.936z"/></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%22M15.24%202h-3.894c-1.764%200-3.162%200-4.255.148c-1.126.152-2.037.472-2.755%201.193c-.719.721-1.038%201.636-1.189%202.766C3%207.205%203%208.608%203%2010.379v5.838c0%201.508.92%202.8%202.227%203.342c-.067-.91-.067-2.185-.067-3.247v-5.01c0-1.281%200-2.386.118-3.27c.127-.948.413-1.856%201.147-2.593s1.639-1.024%202.583-1.152c.88-.118%201.98-.118%203.257-.118h3.07c1.276%200%202.374%200%203.255.118A3.6%203.6%200%200%200%2015.24%202%22%2F%3E%3Cpath%20d%3D%22M6.6%2011.397c0-2.726%200-4.089.844-4.936c.843-.847%202.2-.847%204.916-.847h2.88c2.715%200%204.073%200%204.917.847S21%208.671%2021%2011.397v4.82c0%202.726%200%204.089-.843%204.936c-.844.847-2.202.847-4.917.847h-2.88c-2.715%200-4.073%200-4.916-.847c-.844-.847-.844-2.21-.844-4.936z%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%22M15.24%202h-3.894c-1.764%200-3.162%200-4.255.148c-1.126.152-2.037.472-2.755%201.193c-.719.721-1.038%201.636-1.189%202.766C3%207.205%203%208.608%203%2010.379v5.838c0%201.508.92%202.8%202.227%203.342c-.067-.91-.067-2.185-.067-3.247v-5.01c0-1.281%200-2.386.118-3.27c.127-.948.413-1.856%201.147-2.593s1.639-1.024%202.583-1.152c.88-.118%201.98-.118%203.257-.118h3.07c1.276%200%202.374%200%203.255.118A3.6%203.6%200%200%200%2015.24%202%22%2F%3E%3Cpath%20d%3D%22M6.6%2011.397c0-2.726%200-4.089.844-4.936c.843-.847%202.2-.847%204.916-.847h2.88c2.715%200%204.073%200%204.917.847S21%208.671%2021%2011.397v4.82c0%202.726%200%204.089-.843%204.936c-.844.847-2.202.847-4.917.847h-2.88c-2.715%200-4.073%200-4.916-.847c-.844-.847-.844-2.21-.844-4.936z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/copy-filled.svg?color=%231a73e8&size=48