image copy icon

image-copy from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
image-copy
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the image copy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 22H2V4a2 2 0 0 1 2-2h18v2H4Zm17-5a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M28 7H9a2.003 2.003 0 0 0-2 2v19a2.003 2.003 0 0 0 2 2h19a2.003 2.003 0 0 0 2-2V9a2.003 2.003 0 0 0-2-2m0 21H9v-6l4-3.997l5.586 5.586a2 2 0 0 0 2.828 0L23 22.003L28 27Zm0-3.828l-3.586-3.586a2 2 0 0 0-2.828 0L20 22.172l-5.586-5.586a2 2 0 0 0-2.828 0L9 19.172V9h19Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonImageCopy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 22H2V4a2 2 0 0 1 2-2h18v2H4Zm17-5a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M28 7H9a2.003 2.003 0 0 0-2 2v19a2.003 2.003 0 0 0 2 2h19a2.003 2.003 0 0 0 2-2V9a2.003 2.003 0 0 0-2-2m0 21H9v-6l4-3.997l5.586 5.586a2 2 0 0 0 2.828 0L23 22.003L28 27Zm0-3.828l-3.586-3.586a2 2 0 0 0-2.828 0L20 22.172l-5.586-5.586a2 2 0 0 0-2.828 0L9 19.172V9h19Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 22H2V4a2 2 0 0 1 2-2h18v2H4Zm17-5a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M28 7H9a2.003 2.003 0 0 0-2 2v19a2.003 2.003 0 0 0 2 2h19a2.003 2.003 0 0 0 2-2V9a2.003 2.003 0 0 0-2-2m0 21H9v-6l4-3.997l5.586 5.586a2 2 0 0 0 2.828 0L23 22.003L28 27Zm0-3.828l-3.586-3.586a2 2 0 0 0-2.828 0L20 22.172l-5.586-5.586a2 2 0 0 0-2.828 0L9 19.172V9h19Z"/></svg>
</template>

CSS

.icon-image-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022H2V4a2%202%200%200%201%202-2h18v2H4Zm17-5a3%203%200%201%200-3-3a3.003%203.003%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%207H9a2.003%202.003%200%200%200-2%202v19a2.003%202.003%200%200%200%202%202h19a2.003%202.003%200%200%200%202-2V9a2.003%202.003%200%200%200-2-2m0%2021H9v-6l4-3.997l5.586%205.586a2%202%200%200%200%202.828%200L23%2022.003L28%2027Zm0-3.828l-3.586-3.586a2%202%200%200%200-2.828%200L20%2022.172l-5.586-5.586a2%202%200%200%200-2.828%200L9%2019.172V9h19Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2022H2V4a2%202%200%200%201%202-2h18v2H4Zm17-5a3%203%200%201%200-3-3a3.003%203.003%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%207H9a2.003%202.003%200%200%200-2%202v19a2.003%202.003%200%200%200%202%202h19a2.003%202.003%200%200%200%202-2V9a2.003%202.003%200%200%200-2-2m0%2021H9v-6l4-3.997l5.586%205.586a2%202%200%200%200%202.828%200L23%2022.003L28%2027Zm0-3.828l-3.586-3.586a2%202%200%200%200-2.828%200L20%2022.172l-5.586-5.586a2%202%200%200%200-2.828%200L9%2019.172V9h19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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