copy-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.

Name
copy-duotone
Set
Reicon
Style
Duotone
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All copy 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="M6.6 11.397c0-2.726 0-4.089.843-4.936c.844-.847 2.201-.847 4.917-.847h2.88c2.715 0 4.073 0 4.916.847c.844.847.844 2.21.844 4.936v4.82c0 2.726 0 4.089-.844 4.936c-.843.847-2.201.847-4.916.847h-2.88c-2.716 0-4.073 0-4.917-.847s-.843-2.21-.843-4.936z"/><path d="M4.172 3.172C3 4.343 3 6.229 3 10v2c0 3.771 0 5.657 1.172 6.828c.617.618 1.433.91 2.62 1.048c-.192-.84-.192-1.996-.192-3.66v-4.819c0-2.726 0-4.089.843-4.936c.844-.847 2.201-.847 4.917-.847h2.88c1.652 0 2.8 0 3.638.19c-.138-1.193-.43-2.012-1.05-2.632C16.657 2 14.771 2 11 2S5.343 2 4.172 3.172" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCopyDuotone(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="M6.6 11.397c0-2.726 0-4.089.843-4.936c.844-.847 2.201-.847 4.917-.847h2.88c2.715 0 4.073 0 4.916.847c.844.847.844 2.21.844 4.936v4.82c0 2.726 0 4.089-.844 4.936c-.843.847-2.201.847-4.916.847h-2.88c-2.716 0-4.073 0-4.917-.847s-.843-2.21-.843-4.936z"/><path d="M4.172 3.172C3 4.343 3 6.229 3 10v2c0 3.771 0 5.657 1.172 6.828c.617.618 1.433.91 2.62 1.048c-.192-.84-.192-1.996-.192-3.66v-4.819c0-2.726 0-4.089.843-4.936c.844-.847 2.201-.847 4.917-.847h2.88c1.652 0 2.8 0 3.638.19c-.138-1.193-.43-2.012-1.05-2.632C16.657 2 14.771 2 11 2S5.343 2 4.172 3.172" opacity=".5"/></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="M6.6 11.397c0-2.726 0-4.089.843-4.936c.844-.847 2.201-.847 4.917-.847h2.88c2.715 0 4.073 0 4.916.847c.844.847.844 2.21.844 4.936v4.82c0 2.726 0 4.089-.844 4.936c-.843.847-2.201.847-4.916.847h-2.88c-2.716 0-4.073 0-4.917-.847s-.843-2.21-.843-4.936z"/><path d="M4.172 3.172C3 4.343 3 6.229 3 10v2c0 3.771 0 5.657 1.172 6.828c.617.618 1.433.91 2.62 1.048c-.192-.84-.192-1.996-.192-3.66v-4.819c0-2.726 0-4.089.843-4.936c.844-.847 2.201-.847 4.917-.847h2.88c1.652 0 2.8 0 3.638.19c-.138-1.193-.43-2.012-1.05-2.632C16.657 2 14.771 2 11 2S5.343 2 4.172 3.172" opacity=".5"/></g></svg>
</template>

CSS

.icon-copy-duotone {
  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%22M6.6%2011.397c0-2.726%200-4.089.843-4.936c.844-.847%202.201-.847%204.917-.847h2.88c2.715%200%204.073%200%204.916.847c.844.847.844%202.21.844%204.936v4.82c0%202.726%200%204.089-.844%204.936c-.843.847-2.201.847-4.916.847h-2.88c-2.716%200-4.073%200-4.917-.847s-.843-2.21-.843-4.936z%22%2F%3E%3Cpath%20d%3D%22M4.172%203.172C3%204.343%203%206.229%203%2010v2c0%203.771%200%205.657%201.172%206.828c.617.618%201.433.91%202.62%201.048c-.192-.84-.192-1.996-.192-3.66v-4.819c0-2.726%200-4.089.843-4.936c.844-.847%202.201-.847%204.917-.847h2.88c1.652%200%202.8%200%203.638.19c-.138-1.193-.43-2.012-1.05-2.632C16.657%202%2014.771%202%2011%202S5.343%202%204.172%203.172%22%20opacity%3D%22.5%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%22M6.6%2011.397c0-2.726%200-4.089.843-4.936c.844-.847%202.201-.847%204.917-.847h2.88c2.715%200%204.073%200%204.916.847c.844.847.844%202.21.844%204.936v4.82c0%202.726%200%204.089-.844%204.936c-.843.847-2.201.847-4.916.847h-2.88c-2.716%200-4.073%200-4.917-.847s-.843-2.21-.843-4.936z%22%2F%3E%3Cpath%20d%3D%22M4.172%203.172C3%204.343%203%206.229%203%2010v2c0%203.771%200%205.657%201.172%206.828c.617.618%201.433.91%202.62%201.048c-.192-.84-.192-1.996-.192-3.66v-4.819c0-2.726%200-4.089.843-4.936c.844-.847%202.201-.847%204.917-.847h2.88c1.652%200%202.8%200%203.638.19c-.138-1.193-.43-2.012-1.05-2.632C16.657%202%2014.771%202%2011%202S5.343%202%204.172%203.172%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48