round-file-copy from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
round-file-copy
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the round file copy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 1H4c-1.1 0-2 .9-2 2v13c0 .55.45 1 1 1s1-.45 1-1V4c0-.55.45-1 1-1h10c.55 0 1-.45 1-1s-.45-1-1-1m.59 4.59l4.83 4.83c.37.37.58.88.58 1.41V21c0 1.1-.9 2-2 2H7.99C6.89 23 6 22.1 6 21l.01-14c0-1.1.89-2 1.99-2h6.17c.53 0 1.04.21 1.42.59M15 12h4.5L14 6.5V11c0 .55.45 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFileCopy(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="M15 1H4c-1.1 0-2 .9-2 2v13c0 .55.45 1 1 1s1-.45 1-1V4c0-.55.45-1 1-1h10c.55 0 1-.45 1-1s-.45-1-1-1m.59 4.59l4.83 4.83c.37.37.58.88.58 1.41V21c0 1.1-.9 2-2 2H7.99C6.89 23 6 22.1 6 21l.01-14c0-1.1.89-2 1.99-2h6.17c.53 0 1.04.21 1.42.59M15 12h4.5L14 6.5V11c0 .55.45 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 1H4c-1.1 0-2 .9-2 2v13c0 .55.45 1 1 1s1-.45 1-1V4c0-.55.45-1 1-1h10c.55 0 1-.45 1-1s-.45-1-1-1m.59 4.59l4.83 4.83c.37.37.58.88.58 1.41V21c0 1.1-.9 2-2 2H7.99C6.89 23 6 22.1 6 21l.01-14c0-1.1.89-2 1.99-2h6.17c.53 0 1.04.21 1.42.59M15 12h4.5L14 6.5V11c0 .55.45 1 1 1"/></svg>
</template>

CSS

.icon-round-file-copy {
  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%22M15%201H4c-1.1%200-2%20.9-2%202v13c0%20.55.45%201%201%201s1-.45%201-1V4c0-.55.45-1%201-1h10c.55%200%201-.45%201-1s-.45-1-1-1m.59%204.59l4.83%204.83c.37.37.58.88.58%201.41V21c0%201.1-.9%202-2%202H7.99C6.89%2023%206%2022.1%206%2021l.01-14c0-1.1.89-2%201.99-2h6.17c.53%200%201.04.21%201.42.59M15%2012h4.5L14%206.5V11c0%20.55.45%201%201%201%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%22M15%201H4c-1.1%200-2%20.9-2%202v13c0%20.55.45%201%201%201s1-.45%201-1V4c0-.55.45-1%201-1h10c.55%200%201-.45%201-1s-.45-1-1-1m.59%204.59l4.83%204.83c.37.37.58.88.58%201.41V21c0%201.1-.9%202-2%202H7.99C6.89%2023%206%2022.1%206%2021l.01-14c0-1.1.89-2%201.99-2h6.17c.53%200%201.04.21%201.42.59M15%2012h4.5L14%206.5V11c0%20.55.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-file-copy.svg?color=%231a73e8&size=48