document duplicate icon

document-duplicate-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.

Name
document-duplicate-16-solid
Set
HeroIcons
Style
Solid 16x16
Viewbox
16×16
License
MIT

3 other variants in HeroIcons

Related icons in HeroIcons

Use the document duplicate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 3.5A1.5 1.5 0 0 1 7 2h2.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V9.5A1.5 1.5 0 0 1 12 11V8.621a3 3 0 0 0-.879-2.121L9 4.379A3 3 0 0 0 6.879 3.5z"/><path fill="currentColor" d="M4 5a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 4 14h5a1.5 1.5 0 0 0 1.5-1.5V8.621a1.5 1.5 0 0 0-.44-1.06L7.94 5.439A1.5 1.5 0 0 0 6.878 5z"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsDocumentDuplicate16Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 3.5A1.5 1.5 0 0 1 7 2h2.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V9.5A1.5 1.5 0 0 1 12 11V8.621a3 3 0 0 0-.879-2.121L9 4.379A3 3 0 0 0 6.879 3.5z"/><path fill="currentColor" d="M4 5a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 4 14h5a1.5 1.5 0 0 0 1.5-1.5V8.621a1.5 1.5 0 0 0-.44-1.06L7.94 5.439A1.5 1.5 0 0 0 6.878 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.5 3.5A1.5 1.5 0 0 1 7 2h2.879a1.5 1.5 0 0 1 1.06.44l2.122 2.12a1.5 1.5 0 0 1 .439 1.061V9.5A1.5 1.5 0 0 1 12 11V8.621a3 3 0 0 0-.879-2.121L9 4.379A3 3 0 0 0 6.879 3.5z"/><path fill="currentColor" d="M4 5a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 4 14h5a1.5 1.5 0 0 0 1.5-1.5V8.621a1.5 1.5 0 0 0-.44-1.06L7.94 5.439A1.5 1.5 0 0 0 6.878 5z"/></svg>
</template>

CSS

.icon-document-duplicate-16-solid {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%203.5A1.5%201.5%200%200%201%207%202h2.879a1.5%201.5%200%200%201%201.06.44l2.122%202.12a1.5%201.5%200%200%201%20.439%201.061V9.5A1.5%201.5%200%200%201%2012%2011V8.621a3%203%200%200%200-.879-2.121L9%204.379A3%203%200%200%200%206.879%203.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205a1.5%201.5%200%200%200-1.5%201.5v6A1.5%201.5%200%200%200%204%2014h5a1.5%201.5%200%200%200%201.5-1.5V8.621a1.5%201.5%200%200%200-.44-1.06L7.94%205.439A1.5%201.5%200%200%200%206.878%205z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%203.5A1.5%201.5%200%200%201%207%202h2.879a1.5%201.5%200%200%201%201.06.44l2.122%202.12a1.5%201.5%200%200%201%20.439%201.061V9.5A1.5%201.5%200%200%201%2012%2011V8.621a3%203%200%200%200-.879-2.121L9%204.379A3%203%200%200%200%206.879%203.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%205a1.5%201.5%200%200%200-1.5%201.5v6A1.5%201.5%200%200%200%204%2014h5a1.5%201.5%200%200%200%201.5-1.5V8.621a1.5%201.5%200%200%200-.44-1.06L7.94%205.439A1.5%201.5%200%200%200%206.878%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/document-duplicate-16-solid.svg?color=%231a73e8&size=48