clipboard export icon

clipboard-export-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
clipboard-export-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the clipboard export icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2"/><path d="M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-1.71 12.71c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.72-4.72V14c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-1.19l4.72 4.72c.29.29.29.77 0 1.06"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconClipboardExportFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2"/><path d="M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-1.71 12.71c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.72-4.72V14c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-1.19l4.72 4.72c.29.29.29.77 0 1.06"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.35 2h-4.7c-1.04 0-1.89.84-1.89 1.88v.94c0 1.04.84 1.88 1.88 1.88h4.71c1.04 0 1.88-.84 1.88-1.88v-.94C16.24 2.84 15.39 2 14.35 2"/><path d="M17.24 4.82c0 1.59-1.3 2.89-2.89 2.89h-4.7c-1.59 0-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47 4.47 0 0 0-2.37 3.95v9.41C3.29 19.99 5.3 22 7.76 22h8.48c2.46 0 4.47-2.01 4.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-1.71 12.71c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.72-4.72V14c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-1.19l4.72 4.72c.29.29.29.77 0 1.06"/></g></svg>
</template>

CSS

.icon-clipboard-export-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.35%202h-4.7c-1.04%200-1.89.84-1.89%201.88v.94c0%201.04.84%201.88%201.88%201.88h4.71c1.04%200%201.88-.84%201.88-1.88v-.94C16.24%202.84%2015.39%202%2014.35%202%22%2F%3E%3Cpath%20d%3D%22M17.24%204.82c0%201.59-1.3%202.89-2.89%202.89h-4.7c-1.59%200-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47%204.47%200%200%200-2.37%203.95v9.41C3.29%2019.99%205.3%2022%207.76%2022h8.48c2.46%200%204.47-2.01%204.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-1.71%2012.71c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.72-4.72V14c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75h-1.19l4.72%204.72c.29.29.29.77%200%201.06%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.35%202h-4.7c-1.04%200-1.89.84-1.89%201.88v.94c0%201.04.84%201.88%201.88%201.88h4.71c1.04%200%201.88-.84%201.88-1.88v-.94C16.24%202.84%2015.39%202%2014.35%202%22%2F%3E%3Cpath%20d%3D%22M17.24%204.82c0%201.59-1.3%202.89-2.89%202.89h-4.7c-1.59%200-2.89-1.3-2.89-2.89c0-.56-.6-.91-1.1-.65a4.47%204.47%200%200%200-2.37%203.95v9.41C3.29%2019.99%205.3%2022%207.76%2022h8.48c2.46%200%204.47-2.01%204.47-4.47V8.12c0-1.71-.96-3.2-2.37-3.95c-.5-.26-1.1.09-1.1.65m-1.71%2012.71c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-4.72-4.72V14c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-3c0-.41.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75h-1.19l4.72%204.72c.29.29.29.77%200%201.06%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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