copy-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
copy-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the copy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.355 6.54h-1.94V4.69a2.69 2.69 0 0 0-1.646-2.484A2.7 2.7 0 0 0 13.745 2h-8.05a2.68 2.68 0 0 0-2.67 2.69v10.09a2.68 2.68 0 0 0 2.67 2.69h1.94v1.85a2.68 2.68 0 0 0 2.67 2.68h8a2.68 2.68 0 0 0 2.67-2.68V9.23a2.69 2.69 0 0 0-2.62-2.69M7.635 9.23v6.74h-1.94a1.18 1.18 0 0 1-1.17-1.19V4.69a1.18 1.18 0 0 1 1.17-1.19h8.05a1.18 1.18 0 0 1 1.17 1.19v1.85h-4.61a2.69 2.69 0 0 0-2.67 2.69"/></svg>

React

import type { SVGProps } from "react";

export function MageCopyFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.355 6.54h-1.94V4.69a2.69 2.69 0 0 0-1.646-2.484A2.7 2.7 0 0 0 13.745 2h-8.05a2.68 2.68 0 0 0-2.67 2.69v10.09a2.68 2.68 0 0 0 2.67 2.69h1.94v1.85a2.68 2.68 0 0 0 2.67 2.68h8a2.68 2.68 0 0 0 2.67-2.68V9.23a2.69 2.69 0 0 0-2.62-2.69M7.635 9.23v6.74h-1.94a1.18 1.18 0 0 1-1.17-1.19V4.69a1.18 1.18 0 0 1 1.17-1.19h8.05a1.18 1.18 0 0 1 1.17 1.19v1.85h-4.61a2.69 2.69 0 0 0-2.67 2.69"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.355 6.54h-1.94V4.69a2.69 2.69 0 0 0-1.646-2.484A2.7 2.7 0 0 0 13.745 2h-8.05a2.68 2.68 0 0 0-2.67 2.69v10.09a2.68 2.68 0 0 0 2.67 2.69h1.94v1.85a2.68 2.68 0 0 0 2.67 2.68h8a2.68 2.68 0 0 0 2.67-2.68V9.23a2.69 2.69 0 0 0-2.62-2.69M7.635 9.23v6.74h-1.94a1.18 1.18 0 0 1-1.17-1.19V4.69a1.18 1.18 0 0 1 1.17-1.19h8.05a1.18 1.18 0 0 1 1.17 1.19v1.85h-4.61a2.69 2.69 0 0 0-2.67 2.69"/></svg>
</template>

CSS

.icon-copy-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.355%206.54h-1.94V4.69a2.69%202.69%200%200%200-1.646-2.484A2.7%202.7%200%200%200%2013.745%202h-8.05a2.68%202.68%200%200%200-2.67%202.69v10.09a2.68%202.68%200%200%200%202.67%202.69h1.94v1.85a2.68%202.68%200%200%200%202.67%202.68h8a2.68%202.68%200%200%200%202.67-2.68V9.23a2.69%202.69%200%200%200-2.62-2.69M7.635%209.23v6.74h-1.94a1.18%201.18%200%200%201-1.17-1.19V4.69a1.18%201.18%200%200%201%201.17-1.19h8.05a1.18%201.18%200%200%201%201.17%201.19v1.85h-4.61a2.69%202.69%200%200%200-2.67%202.69%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.355%206.54h-1.94V4.69a2.69%202.69%200%200%200-1.646-2.484A2.7%202.7%200%200%200%2013.745%202h-8.05a2.68%202.68%200%200%200-2.67%202.69v10.09a2.68%202.68%200%200%200%202.67%202.69h1.94v1.85a2.68%202.68%200%200%200%202.67%202.68h8a2.68%202.68%200%200%200%202.67-2.68V9.23a2.69%202.69%200%200%200-2.62-2.69M7.635%209.23v6.74h-1.94a1.18%201.18%200%200%201-1.17-1.19V4.69a1.18%201.18%200%200%201%201.17-1.19h8.05a1.18%201.18%200%200%201%201.17%201.19v1.85h-4.61a2.69%202.69%200%200%200-2.67%202.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/copy-fill.svg?color=%231a73e8&size=48