clipboard-file from Material Design Icons by Pictogrammers · Filled · Files / Folders · Apache-2.0 Free for personal and commercial use.

Name
clipboard-file
Set
Material Design Icons
Style
Filled
Category
Files / Folders
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More files / folders icons from Material Design Icons

Use the clipboard file icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3c1.1 0 2 .9 2 2v4.17L19.83 8H15c-2.21 0-4 1.79-4 4v9H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 20a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L18.17 12H18v3h3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiClipboardFile(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="M19 3c1.1 0 2 .9 2 2v4.17L19.83 8H15c-2.21 0-4 1.79-4 4v9H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 20a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L18.17 12H18v3h3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3c1.1 0 2 .9 2 2v4.17L19.83 8H15c-2.21 0-4 1.79-4 4v9H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h4.18C9.6 1.84 10.7 1 12 1s2.4.84 2.82 2zm-7 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m3 20a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h4l4 4v7c0 1.11-.89 2-2 2zm6-8.17L18.17 12H18v3h3z"/></svg>
</template>

CSS

.icon-clipboard-file {
  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%22M19%203c1.1%200%202%20.9%202%202v4.17L19.83%208H15c-2.21%200-4%201.79-4%204v9H5c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h4.18C9.6%201.84%2010.7%201%2012%201s2.4.84%202.82%202zm-7%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m3%2020a2%202%200%200%201-2-2v-9c0-1.1.9-2%202-2h4l4%204v7c0%201.11-.89%202-2%202zm6-8.17L18.17%2012H18v3h3z%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%22M19%203c1.1%200%202%20.9%202%202v4.17L19.83%208H15c-2.21%200-4%201.79-4%204v9H5c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h4.18C9.6%201.84%2010.7%201%2012%201s2.4.84%202.82%202zm-7%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m3%2020a2%202%200%200%201-2-2v-9c0-1.1.9-2%202-2h4l4%204v7c0%201.11-.89%202-2%202zm6-8.17L18.17%2012H18v3h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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