paste icon
paste from Font Awesome 6 Solid by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.
- Name
- paste
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Business
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More business icons from Font Awesome 6 Solid
Use the paste icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80v320c0 26.5 21.5 48 48 48h144V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48h-56.6c-11-19.1-31.7-32-55.4-32m112 128c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V243.9c0-12.7-5.1-24.9-14.1-33.9L430 142.1c-9-9-21.2-14.1-33.9-14.1zM160 40a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPaste(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80v320c0 26.5 21.5 48 48 48h144V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48h-56.6c-11-19.1-31.7-32-55.4-32m112 128c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V243.9c0-12.7-5.1-24.9-14.1-33.9L430 142.1c-9-9-21.2-14.1-33.9-14.1zM160 40a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80v320c0 26.5 21.5 48 48 48h144V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48h-56.6c-11-19.1-31.7-32-55.4-32m112 128c-26.5 0-48 21.5-48 48v288c0 26.5 21.5 48 48 48h192c26.5 0 48-21.5 48-48V243.9c0-12.7-5.1-24.9-14.1-33.9L430 142.1c-9-9-21.2-14.1-33.9-14.1zM160 40a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg> </template>
CSS
.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%200c-23.7%200-44.4%2012.9-55.4%2032H48C21.5%2032%200%2053.5%200%2080v320c0%2026.5%2021.5%2048%2048%2048h144V176c0-44.2%2035.8-80%2080-80h48V80c0-26.5-21.5-48-48-48h-56.6c-11-19.1-31.7-32-55.4-32m112%20128c-26.5%200-48%2021.5-48%2048v288c0%2026.5%2021.5%2048%2048%2048h192c26.5%200%2048-21.5%2048-48V243.9c0-12.7-5.1-24.9-14.1-33.9L430%20142.1c-9-9-21.2-14.1-33.9-14.1zM160%2040a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%200c-23.7%200-44.4%2012.9-55.4%2032H48C21.5%2032%200%2053.5%200%2080v320c0%2026.5%2021.5%2048%2048%2048h144V176c0-44.2%2035.8-80%2080-80h48V80c0-26.5-21.5-48-48-48h-56.6c-11-19.1-31.7-32-55.4-32m112%20128c-26.5%200-48%2021.5-48%2048v288c0%2026.5%2021.5%2048%2048%2048h192c26.5%200%2048-21.5%2048-48V243.9c0-12.7-5.1-24.9-14.1-33.9L430%20142.1c-9-9-21.2-14.1-33.9-14.1zM160%2040a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/paste.svg?color=%231a73e8&size=48