file paste icon
file-paste-solid from Flowbite Icons by Themesberg · Solid · Files Folders · MIT Free for personal and commercial use.
- Name
- file-paste-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- Files Folders
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More files folders icons from Flowbite Icons
archive-arrow-down-outlineclipboard-check-outlineclipboard-clean-outlineclipboard-list-outlineclipboard-outlinefile-chart-bar-outlinefile-check-outlinefile-circle-plus-outlinefile-clone-outlinefile-code-outlinefile-copy-alt-outlinefile-copy-outlinefile-csv-outlinefile-doc-outlinefile-export-outlinefile-image-outlinefile-import-outlinefile-invoice-outlinefile-lines-outlinefile-music-outlinefile-outlinefile-pdf-outlinefile-pen-outlinefile-ppt-outline
Use the file paste icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.5 3.85c0-.47.392-.85.875-.85h5.25c.483 0 .875.38.875.85h1.75c.966 0 1.75.761 1.75 1.7V6h-1c-.728 0-1.732-.06-2.434.095a4 4 0 0 0-.88.307l-.061-.002h-.875V4.7h-3.5v1.7h-.875a.863.863 0 0 0-.875.85c0 .47.392.85.875.85h3.36L9.077 9.871a4 4 0 0 0-.892 1.526C7.97 12.083 8 13.268 8 14v5c0 .729.195 1.412.535 2H4.75C3.784 21 3 20.239 3 19.3V5.55c0-.939.784-1.7 1.75-1.7z"/><path d="M14 8.048V12h-3.907a2 2 0 0 1 .446-.763l2.434-2.603A2 2 0 0 1 14 8.048M16 8v4a2 2 0 0 1-2 2h-4v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2z"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteFilePasteSolid(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" fillRule="evenodd" clipRule="evenodd"><path d="M6.5 3.85c0-.47.392-.85.875-.85h5.25c.483 0 .875.38.875.85h1.75c.966 0 1.75.761 1.75 1.7V6h-1c-.728 0-1.732-.06-2.434.095a4 4 0 0 0-.88.307l-.061-.002h-.875V4.7h-3.5v1.7h-.875a.863.863 0 0 0-.875.85c0 .47.392.85.875.85h3.36L9.077 9.871a4 4 0 0 0-.892 1.526C7.97 12.083 8 13.268 8 14v5c0 .729.195 1.412.535 2H4.75C3.784 21 3 20.239 3 19.3V5.55c0-.939.784-1.7 1.75-1.7z"/><path d="M14 8.048V12h-3.907a2 2 0 0 1 .446-.763l2.434-2.603A2 2 0 0 1 14 8.048M16 8v4a2 2 0 0 1-2 2h-4v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.5 3.85c0-.47.392-.85.875-.85h5.25c.483 0 .875.38.875.85h1.75c.966 0 1.75.761 1.75 1.7V6h-1c-.728 0-1.732-.06-2.434.095a4 4 0 0 0-.88.307l-.061-.002h-.875V4.7h-3.5v1.7h-.875a.863.863 0 0 0-.875.85c0 .47.392.85.875.85h3.36L9.077 9.871a4 4 0 0 0-.892 1.526C7.97 12.083 8 13.268 8 14v5c0 .729.195 1.412.535 2H4.75C3.784 21 3 20.239 3 19.3V5.55c0-.939.784-1.7 1.75-1.7z"/><path d="M14 8.048V12h-3.907a2 2 0 0 1 .446-.763l2.434-2.603A2 2 0 0 1 14 8.048M16 8v4a2 2 0 0 1-2 2h-4v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2z"/></g></svg> </template>
CSS
.icon-file-paste-solid {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.5%203.85c0-.47.392-.85.875-.85h5.25c.483%200%20.875.38.875.85h1.75c.966%200%201.75.761%201.75%201.7V6h-1c-.728%200-1.732-.06-2.434.095a4%204%200%200%200-.88.307l-.061-.002h-.875V4.7h-3.5v1.7h-.875a.863.863%200%200%200-.875.85c0%20.47.392.85.875.85h3.36L9.077%209.871a4%204%200%200%200-.892%201.526C7.97%2012.083%208%2013.268%208%2014v5c0%20.729.195%201.412.535%202H4.75C3.784%2021%203%2020.239%203%2019.3V5.55c0-.939.784-1.7%201.75-1.7z%22%2F%3E%3Cpath%20d%3D%22M14%208.048V12h-3.907a2%202%200%200%201%20.446-.763l2.434-2.603A2%202%200%200%201%2014%208.048M16%208v4a2%202%200%200%201-2%202h-4v5a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-9a2%202%200%200%200-2-2z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M6.5%203.85c0-.47.392-.85.875-.85h5.25c.483%200%20.875.38.875.85h1.75c.966%200%201.75.761%201.75%201.7V6h-1c-.728%200-1.732-.06-2.434.095a4%204%200%200%200-.88.307l-.061-.002h-.875V4.7h-3.5v1.7h-.875a.863.863%200%200%200-.875.85c0%20.47.392.85.875.85h3.36L9.077%209.871a4%204%200%200%200-.892%201.526C7.97%2012.083%208%2013.268%208%2014v5c0%20.729.195%201.412.535%202H4.75C3.784%2021%203%2020.239%203%2019.3V5.55c0-.939.784-1.7%201.75-1.7z%22%2F%3E%3Cpath%20d%3D%22M14%208.048V12h-3.907a2%202%200%200%201%20.446-.763l2.434-2.603A2%202%200%200%201%2014%208.048M16%208v4a2%202%200%200%201-2%202h-4v5a2%202%200%200%200%202%202h7a2%202%200%200%200%202-2v-9a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/file-paste-solid.svg?color=%231a73e8&size=48