image-copy-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
image-copy-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M4.507 6.008A3.24 3.24 0 0 0 3 8.75v6.5c0 2.9 2.35 5.25 5.25 5.25h6.5a3.25 3.25 0 0 0 2.744-1.508l-.122.006l-.122.002h-9a3.75 3.75 0 0 1-3.75-3.75v-9q0-.122.007-.242m8.064 6.141l-.094.078l-5.394 5.313c.487.292 1.058.46 1.667.46h8.5c.621 0 1.201-.174 1.695-.476l-5.417-5.299l-.084-.07a.75.75 0 0 0-.772-.067zM8.75 3A3.25 3.25 0 0 0 5.5 6.25v8.5c0 .642.186 1.24.507 1.744l5.418-5.336l.128-.117a2.25 2.25 0 0 1 2.888-.01l.136.122l5.433 5.314c.31-.498.49-1.086.49-1.717v-8.5A3.25 3.25 0 0 0 17.25 3zm7.75 2.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageCopy24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.507 6.008A3.24 3.24 0 0 0 3 8.75v6.5c0 2.9 2.35 5.25 5.25 5.25h6.5a3.25 3.25 0 0 0 2.744-1.508l-.122.006l-.122.002h-9a3.75 3.75 0 0 1-3.75-3.75v-9q0-.122.007-.242m8.064 6.141l-.094.078l-5.394 5.313c.487.292 1.058.46 1.667.46h8.5c.621 0 1.201-.174 1.695-.476l-5.417-5.299l-.084-.07a.75.75 0 0 0-.772-.067zM8.75 3A3.25 3.25 0 0 0 5.5 6.25v8.5c0 .642.186 1.24.507 1.744l5.418-5.336l.128-.117a2.25 2.25 0 0 1 2.888-.01l.136.122l5.433 5.314c.31-.498.49-1.086.49-1.717v-8.5A3.25 3.25 0 0 0 17.25 3zm7.75 2.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.507 6.008A3.24 3.24 0 0 0 3 8.75v6.5c0 2.9 2.35 5.25 5.25 5.25h6.5a3.25 3.25 0 0 0 2.744-1.508l-.122.006l-.122.002h-9a3.75 3.75 0 0 1-3.75-3.75v-9q0-.122.007-.242m8.064 6.141l-.094.078l-5.394 5.313c.487.292 1.058.46 1.667.46h8.5c.621 0 1.201-.174 1.695-.476l-5.417-5.299l-.084-.07a.75.75 0 0 0-.772-.067zM8.75 3A3.25 3.25 0 0 0 5.5 6.25v8.5c0 .642.186 1.24.507 1.744l5.418-5.336l.128-.117a2.25 2.25 0 0 1 2.888-.01l.136.122l5.433 5.314c.31-.498.49-1.086.49-1.717v-8.5A3.25 3.25 0 0 0 17.25 3zm7.75 2.751a1.25 1.25 0 1 1 0 2.499a1.25 1.25 0 0 1 0-2.499"/></svg>
</template>

CSS

.icon-image-copy-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.507%206.008A3.24%203.24%200%200%200%203%208.75v6.5c0%202.9%202.35%205.25%205.25%205.25h6.5a3.25%203.25%200%200%200%202.744-1.508l-.122.006l-.122.002h-9a3.75%203.75%200%200%201-3.75-3.75v-9q0-.122.007-.242m8.064%206.141l-.094.078l-5.394%205.313c.487.292%201.058.46%201.667.46h8.5c.621%200%201.201-.174%201.695-.476l-5.417-5.299l-.084-.07a.75.75%200%200%200-.772-.067zM8.75%203A3.25%203.25%200%200%200%205.5%206.25v8.5c0%20.642.186%201.24.507%201.744l5.418-5.336l.128-.117a2.25%202.25%200%200%201%202.888-.01l.136.122l5.433%205.314c.31-.498.49-1.086.49-1.717v-8.5A3.25%203.25%200%200%200%2017.25%203zm7.75%202.751a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.507%206.008A3.24%203.24%200%200%200%203%208.75v6.5c0%202.9%202.35%205.25%205.25%205.25h6.5a3.25%203.25%200%200%200%202.744-1.508l-.122.006l-.122.002h-9a3.75%203.75%200%200%201-3.75-3.75v-9q0-.122.007-.242m8.064%206.141l-.094.078l-5.394%205.313c.487.292%201.058.46%201.667.46h8.5c.621%200%201.201-.174%201.695-.476l-5.417-5.299l-.084-.07a.75.75%200%200%200-.772-.067zM8.75%203A3.25%203.25%200%200%200%205.5%206.25v8.5c0%20.642.186%201.24.507%201.744l5.418-5.336l.128-.117a2.25%202.25%200%200%201%202.888-.01l.136.122l5.433%205.314c.31-.498.49-1.086.49-1.717v-8.5A3.25%203.25%200%200%200%2017.25%203zm7.75%202.751a1.25%201.25%200%201%201%200%202.499a1.25%201.25%200%200%201%200-2.499%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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