copy icon
copy-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- copy-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
copyAkar Iconscopy-filledAnt Design IconscopyBootstrap IconscopyBoxIcons v2copyBoxIcons v2 SolidcopyCarboncopyCodiconscopy-fillEva IconscopyFont Awesome 6 RegularcopyFont Awesome 6 SolidcopyFont Awesome RegularcopyFont Awesome SolidcopyFeather Iconscopycss.ggcopyHuge IconscopyIconParkcopyIconPark OutlinecopyIconPark SolidcopyIconPark TwoTonecopyIconoircopyIonIconscopyLine AwesomecopyLucidecopyMage Icons
Related icons in Fluent UI System Icons
Use the copy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 19.5a6 6 0 0 0 6 6h3.387A4.5 4.5 0 0 1 15.5 29h-8A4.5 4.5 0 0 1 3 24.5v-12A4.5 4.5 0 0 1 7.5 8h3zM24.5 3A4.5 4.5 0 0 1 29 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-8a4.5 4.5 0 0 1-4.5-4.5v-12A4.5 4.5 0 0 1 16.5 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCopy32Filled(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="M10.5 19.5a6 6 0 0 0 6 6h3.387A4.5 4.5 0 0 1 15.5 29h-8A4.5 4.5 0 0 1 3 24.5v-12A4.5 4.5 0 0 1 7.5 8h3zM24.5 3A4.5 4.5 0 0 1 29 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-8a4.5 4.5 0 0 1-4.5-4.5v-12A4.5 4.5 0 0 1 16.5 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.5 19.5a6 6 0 0 0 6 6h3.387A4.5 4.5 0 0 1 15.5 29h-8A4.5 4.5 0 0 1 3 24.5v-12A4.5 4.5 0 0 1 7.5 8h3zM24.5 3A4.5 4.5 0 0 1 29 7.5v12a4.5 4.5 0 0 1-4.5 4.5h-8a4.5 4.5 0 0 1-4.5-4.5v-12A4.5 4.5 0 0 1 16.5 3z"/></svg> </template>
CSS
.icon-copy-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2019.5a6%206%200%200%200%206%206h3.387A4.5%204.5%200%200%201%2015.5%2029h-8A4.5%204.5%200%200%201%203%2024.5v-12A4.5%204.5%200%200%201%207.5%208h3zM24.5%203A4.5%204.5%200%200%201%2029%207.5v12a4.5%204.5%200%200%201-4.5%204.5h-8a4.5%204.5%200%200%201-4.5-4.5v-12A4.5%204.5%200%200%201%2016.5%203z%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%22M10.5%2019.5a6%206%200%200%200%206%206h3.387A4.5%204.5%200%200%201%2015.5%2029h-8A4.5%204.5%200%200%201%203%2024.5v-12A4.5%204.5%200%200%201%207.5%208h3zM24.5%203A4.5%204.5%200%200%201%2029%207.5v12a4.5%204.5%200%200%201-4.5%204.5h-8a4.5%204.5%200%200%201-4.5-4.5v-12A4.5%204.5%200%200%201%2016.5%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/copy-32-filled.svg?color=%231a73e8&size=48