image-copy-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
image-copy-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

6 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the image copy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.498 7.497a.998.998 0 1 0 0-1.995a.998.998 0 0 0 0 1.995M5 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm3-2a2 2 0 0 0-2 2v6c0 .37.101.718.277 1.016L9.79 9.502a1.71 1.71 0 0 1 2.418 0l3.514 3.514C15.9 12.718 16 12.371 16 12V6a2 2 0 0 0-2-2zm7.016 9.723l-3.514-3.514a.71.71 0 0 0-1.004 0l-3.514 3.514C7.282 13.9 7.629 14 8 14h6c.37 0 .718-.101 1.016-.277M12 17a3 3 0 0 0 2.236-1H7.5A3.5 3.5 0 0 1 4 12.5V5.764C3.386 6.314 3 7.112 3 8v4.5A4.5 4.5 0 0 0 7.5 17z"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageCopy20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.498 7.497a.998.998 0 1 0 0-1.995a.998.998 0 0 0 0 1.995M5 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm3-2a2 2 0 0 0-2 2v6c0 .37.101.718.277 1.016L9.79 9.502a1.71 1.71 0 0 1 2.418 0l3.514 3.514C15.9 12.718 16 12.371 16 12V6a2 2 0 0 0-2-2zm7.016 9.723l-3.514-3.514a.71.71 0 0 0-1.004 0l-3.514 3.514C7.282 13.9 7.629 14 8 14h6c.37 0 .718-.101 1.016-.277M12 17a3 3 0 0 0 2.236-1H7.5A3.5 3.5 0 0 1 4 12.5V5.764C3.386 6.314 3 7.112 3 8v4.5A4.5 4.5 0 0 0 7.5 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.498 7.497a.998.998 0 1 0 0-1.995a.998.998 0 0 0 0 1.995M5 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3zm3-2a2 2 0 0 0-2 2v6c0 .37.101.718.277 1.016L9.79 9.502a1.71 1.71 0 0 1 2.418 0l3.514 3.514C15.9 12.718 16 12.371 16 12V6a2 2 0 0 0-2-2zm7.016 9.723l-3.514-3.514a.71.71 0 0 0-1.004 0l-3.514 3.514C7.282 13.9 7.629 14 8 14h6c.37 0 .718-.101 1.016-.277M12 17a3 3 0 0 0 2.236-1H7.5A3.5 3.5 0 0 1 4 12.5V5.764C3.386 6.314 3 7.112 3 8v4.5A4.5 4.5 0 0 0 7.5 17z"/></svg>
</template>

CSS

.icon-image-copy-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.498%207.497a.998.998%200%201%200%200-1.995a.998.998%200%200%200%200%201.995M5%206a3%203%200%200%201%203-3h6a3%203%200%200%201%203%203v6a3%203%200%200%201-3%203H8a3%203%200%200%201-3-3zm3-2a2%202%200%200%200-2%202v6c0%20.37.101.718.277%201.016L9.79%209.502a1.71%201.71%200%200%201%202.418%200l3.514%203.514C15.9%2012.718%2016%2012.371%2016%2012V6a2%202%200%200%200-2-2zm7.016%209.723l-3.514-3.514a.71.71%200%200%200-1.004%200l-3.514%203.514C7.282%2013.9%207.629%2014%208%2014h6c.37%200%20.718-.101%201.016-.277M12%2017a3%203%200%200%200%202.236-1H7.5A3.5%203.5%200%200%201%204%2012.5V5.764C3.386%206.314%203%207.112%203%208v4.5A4.5%204.5%200%200%200%207.5%2017z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.498%207.497a.998.998%200%201%200%200-1.995a.998.998%200%200%200%200%201.995M5%206a3%203%200%200%201%203-3h6a3%203%200%200%201%203%203v6a3%203%200%200%201-3%203H8a3%203%200%200%201-3-3zm3-2a2%202%200%200%200-2%202v6c0%20.37.101.718.277%201.016L9.79%209.502a1.71%201.71%200%200%201%202.418%200l3.514%203.514C15.9%2012.718%2016%2012.371%2016%2012V6a2%202%200%200%200-2-2zm7.016%209.723l-3.514-3.514a.71.71%200%200%200-1.004%200l-3.514%203.514C7.282%2013.9%207.629%2014%208%2014h6c.37%200%20.718-.101%201.016-.277M12%2017a3%203%200%200%200%202.236-1H7.5A3.5%203.5%200%200%201%204%2012.5V5.764C3.386%206.314%203%207.112%203%208v4.5A4.5%204.5%200%200%200%207.5%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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