file paste icon
file-paste from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- file-paste
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 10v4.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114a2 2 0 0 0 .197-.082c.31-.148.559-.397 1.058-.896l4.736-4.736c.578-.578.867-.867 1.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2m1 19.5V21c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.12-.879h.5"/><path d="M7 8c-.607-.59-3-2.16-3-3s2.393-2.41 3-3M4.5 5H7c1.87 0 2.804 0 3.5.402A3 3 0 0 1 11.598 6.5C12 7.196 12 8.13 12 10"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFilePaste(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4 10v4.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114a2 2 0 0 0 .197-.082c.31-.148.559-.397 1.058-.896l4.736-4.736c.578-.578.867-.867 1.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2m1 19.5V21c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.12-.879h.5"/><path d="M7 8c-.607-.59-3-2.16-3-3s2.393-2.41 3-3M4.5 5H7c1.87 0 2.804 0 3.5.402A3 3 0 0 1 11.598 6.5C12 7.196 12 8.13 12 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4 10v4.544c0 3.245 0 4.868.886 5.967a4 4 0 0 0 .603.603C6.59 22 8.211 22 11.456 22c.705 0 1.058 0 1.381-.114a2 2 0 0 0 .197-.082c.31-.148.559-.397 1.058-.896l4.736-4.736c.578-.578.867-.867 1.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771 0-5.657-1.172-6.828S15.771 2 12 2m1 19.5V21c0-2.828 0-4.243.879-5.121c.878-.879 2.293-.879 5.12-.879h.5"/><path d="M7 8c-.607-.59-3-2.16-3-3s2.393-2.41 3-3M4.5 5H7c1.87 0 2.804 0 3.5.402A3 3 0 0 1 11.598 6.5C12 7.196 12 8.13 12 10"/></g></svg> </template>
CSS
.icon-file-paste {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2010v4.544c0%203.245%200%204.868.886%205.967a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114a2%202%200%200%200%20.197-.082c.31-.148.559-.397%201.058-.896l4.736-4.736c.578-.578.867-.867%201.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771%200-5.657-1.172-6.828S15.771%202%2012%202m1%2019.5V21c0-2.828%200-4.243.879-5.121c.878-.879%202.293-.879%205.12-.879h.5%22%2F%3E%3Cpath%20d%3D%22M7%208c-.607-.59-3-2.16-3-3s2.393-2.41%203-3M4.5%205H7c1.87%200%202.804%200%203.5.402A3%203%200%200%201%2011.598%206.5C12%207.196%2012%208.13%2012%2010%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2010v4.544c0%203.245%200%204.868.886%205.967a4%204%200%200%200%20.603.603C6.59%2022%208.211%2022%2011.456%2022c.705%200%201.058%200%201.381-.114a2%202%200%200%200%20.197-.082c.31-.148.559-.397%201.058-.896l4.736-4.736c.578-.578.867-.867%201.02-1.235c.152-.368.152-.776.152-1.594V10c0-3.771%200-5.657-1.172-6.828S15.771%202%2012%202m1%2019.5V21c0-2.828%200-4.243.879-5.121c.878-.879%202.293-.879%205.12-.879h.5%22%2F%3E%3Cpath%20d%3D%22M7%208c-.607-.59-3-2.16-3-3s2.393-2.41%203-3M4.5%205H7c1.87%200%202.804%200%203.5.402A3%203%200%200%201%2011.598%206.5C12%207.196%2012%208.13%2012%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/file-paste.svg?color=%231a73e8&size=48