image copy icon
image-copy-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- image-copy-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
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="M5 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a2.98 2.98 0 0 1-.555 1.738L12.21 9.502a1.71 1.71 0 0 0-2.418 0l-4.236 4.236A3 3 0 0 1 5 12zm8.498 1.497a.998.998 0 1 0 0-1.995a.998.998 0 0 0 0 1.995m-1.996 2.712l4.236 4.236A2.98 2.98 0 0 1 14 15H8a3 3 0 0 1-1.738-.555l4.236-4.236a.71.71 0 0 1 1.004 0M14.236 16c-.55.614-1.348 1-2.236 1H7.5A4.5 4.5 0 0 1 3 12.5V8c0-.888.386-1.687 1-2.236V12.5q0 .18.018.358A3.5 3.5 0 0 0 7.5 16z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageCopy20Filled(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="M5 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a2.98 2.98 0 0 1-.555 1.738L12.21 9.502a1.71 1.71 0 0 0-2.418 0l-4.236 4.236A3 3 0 0 1 5 12zm8.498 1.497a.998.998 0 1 0 0-1.995a.998.998 0 0 0 0 1.995m-1.996 2.712l4.236 4.236A2.98 2.98 0 0 1 14 15H8a3 3 0 0 1-1.738-.555l4.236-4.236a.71.71 0 0 1 1.004 0M14.236 16c-.55.614-1.348 1-2.236 1H7.5A4.5 4.5 0 0 1 3 12.5V8c0-.888.386-1.687 1-2.236V12.5q0 .18.018.358A3.5 3.5 0 0 0 7.5 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a2.98 2.98 0 0 1-.555 1.738L12.21 9.502a1.71 1.71 0 0 0-2.418 0l-4.236 4.236A3 3 0 0 1 5 12zm8.498 1.497a.998.998 0 1 0 0-1.995a.998.998 0 0 0 0 1.995m-1.996 2.712l4.236 4.236A2.98 2.98 0 0 1 14 15H8a3 3 0 0 1-1.738-.555l4.236-4.236a.71.71 0 0 1 1.004 0M14.236 16c-.55.614-1.348 1-2.236 1H7.5A4.5 4.5 0 0 1 3 12.5V8c0-.888.386-1.687 1-2.236V12.5q0 .18.018.358A3.5 3.5 0 0 0 7.5 16z"/></svg> </template>
CSS
.icon-image-copy-20-filled {
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%22M5%206a3%203%200%200%201%203-3h6a3%203%200%200%201%203%203v6a2.98%202.98%200%200%201-.555%201.738L12.21%209.502a1.71%201.71%200%200%200-2.418%200l-4.236%204.236A3%203%200%200%201%205%2012zm8.498%201.497a.998.998%200%201%200%200-1.995a.998.998%200%200%200%200%201.995m-1.996%202.712l4.236%204.236A2.98%202.98%200%200%201%2014%2015H8a3%203%200%200%201-1.738-.555l4.236-4.236a.71.71%200%200%201%201.004%200M14.236%2016c-.55.614-1.348%201-2.236%201H7.5A4.5%204.5%200%200%201%203%2012.5V8c0-.888.386-1.687%201-2.236V12.5q0%20.18.018.358A3.5%203.5%200%200%200%207.5%2016z%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%22M5%206a3%203%200%200%201%203-3h6a3%203%200%200%201%203%203v6a2.98%202.98%200%200%201-.555%201.738L12.21%209.502a1.71%201.71%200%200%200-2.418%200l-4.236%204.236A3%203%200%200%201%205%2012zm8.498%201.497a.998.998%200%201%200%200-1.995a.998.998%200%200%200%200%201.995m-1.996%202.712l4.236%204.236A2.98%202.98%200%200%201%2014%2015H8a3%203%200%200%201-1.738-.555l4.236-4.236a.71.71%200%200%201%201.004%200M14.236%2016c-.55.614-1.348%201-2.236%201H7.5A4.5%204.5%200%200%201%203%2012.5V8c0-.888.386-1.687%201-2.236V12.5q0%20.18.018.358A3.5%203.5%200%200%200%207.5%2016z%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-filled.svg?color=%231a73e8&size=48