image copy icon
image-copy-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- image-copy-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M20 10.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0M23.5 4A4.5 4.5 0 0 1 28 8.5v13a4.5 4.5 0 0 1-4.5 4.5h-13A4.5 4.5 0 0 1 6 21.5v-13A4.5 4.5 0 0 1 10.5 4zM27 8.5A3.5 3.5 0 0 0 23.5 5h-13A3.5 3.5 0 0 0 7 8.5v13c0 .786.26 1.512.697 2.096l8.101-8.101a1.7 1.7 0 0 1 2.404 0l8.101 8.101c.438-.584.697-1.31.697-2.096zm-1.404 15.803l-8.101-8.1a.7.7 0 0 0-.99 0l-8.101 8.1c.584.438 1.31.697 2.096.697h13c.786 0 1.512-.26 2.096-.697M23.33 28c-.773.625-1.757 1-2.829 1h-10A7.5 7.5 0 0 1 3 21.5v-10c0-1.072.375-2.056 1-2.829V21.5a6.5 6.5 0 0 0 6.5 6.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageCopy32Light(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="M20 10.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0M23.5 4A4.5 4.5 0 0 1 28 8.5v13a4.5 4.5 0 0 1-4.5 4.5h-13A4.5 4.5 0 0 1 6 21.5v-13A4.5 4.5 0 0 1 10.5 4zM27 8.5A3.5 3.5 0 0 0 23.5 5h-13A3.5 3.5 0 0 0 7 8.5v13c0 .786.26 1.512.697 2.096l8.101-8.101a1.7 1.7 0 0 1 2.404 0l8.101 8.101c.438-.584.697-1.31.697-2.096zm-1.404 15.803l-8.101-8.1a.7.7 0 0 0-.99 0l-8.101 8.1c.584.438 1.31.697 2.096.697h13c.786 0 1.512-.26 2.096-.697M23.33 28c-.773.625-1.757 1-2.829 1h-10A7.5 7.5 0 0 1 3 21.5v-10c0-1.072.375-2.056 1-2.829V21.5a6.5 6.5 0 0 0 6.5 6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 10.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0M23.5 4A4.5 4.5 0 0 1 28 8.5v13a4.5 4.5 0 0 1-4.5 4.5h-13A4.5 4.5 0 0 1 6 21.5v-13A4.5 4.5 0 0 1 10.5 4zM27 8.5A3.5 3.5 0 0 0 23.5 5h-13A3.5 3.5 0 0 0 7 8.5v13c0 .786.26 1.512.697 2.096l8.101-8.101a1.7 1.7 0 0 1 2.404 0l8.101 8.101c.438-.584.697-1.31.697-2.096zm-1.404 15.803l-8.101-8.1a.7.7 0 0 0-.99 0l-8.101 8.1c.584.438 1.31.697 2.096.697h13c.786 0 1.512-.26 2.096-.697M23.33 28c-.773.625-1.757 1-2.829 1h-10A7.5 7.5 0 0 1 3 21.5v-10c0-1.072.375-2.056 1-2.829V21.5a6.5 6.5 0 0 0 6.5 6.5z"/></svg> </template>
CSS
.icon-image-copy-32-light {
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%22M20%2010.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200M23.5%204A4.5%204.5%200%200%201%2028%208.5v13a4.5%204.5%200%200%201-4.5%204.5h-13A4.5%204.5%200%200%201%206%2021.5v-13A4.5%204.5%200%200%201%2010.5%204zM27%208.5A3.5%203.5%200%200%200%2023.5%205h-13A3.5%203.5%200%200%200%207%208.5v13c0%20.786.26%201.512.697%202.096l8.101-8.101a1.7%201.7%200%200%201%202.404%200l8.101%208.101c.438-.584.697-1.31.697-2.096zm-1.404%2015.803l-8.101-8.1a.7.7%200%200%200-.99%200l-8.101%208.1c.584.438%201.31.697%202.096.697h13c.786%200%201.512-.26%202.096-.697M23.33%2028c-.773.625-1.757%201-2.829%201h-10A7.5%207.5%200%200%201%203%2021.5v-10c0-1.072.375-2.056%201-2.829V21.5a6.5%206.5%200%200%200%206.5%206.5z%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%22M20%2010.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200M23.5%204A4.5%204.5%200%200%201%2028%208.5v13a4.5%204.5%200%200%201-4.5%204.5h-13A4.5%204.5%200%200%201%206%2021.5v-13A4.5%204.5%200%200%201%2010.5%204zM27%208.5A3.5%203.5%200%200%200%2023.5%205h-13A3.5%203.5%200%200%200%207%208.5v13c0%20.786.26%201.512.697%202.096l8.101-8.101a1.7%201.7%200%200%201%202.404%200l8.101%208.101c.438-.584.697-1.31.697-2.096zm-1.404%2015.803l-8.101-8.1a.7.7%200%200%200-.99%200l-8.101%208.1c.584.438%201.31.697%202.096.697h13c.786%200%201.512-.26%202.096-.697M23.33%2028c-.773.625-1.757%201-2.829%201h-10A7.5%207.5%200%200%201%203%2021.5v-10c0-1.072.375-2.056%201-2.829V21.5a6.5%206.5%200%200%200%206.5%206.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-copy-32-light.svg?color=%231a73e8&size=48