clipboard paste icon
clipboard-paste-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- clipboard-paste-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
clipboard-3-day-16-filledclipboard-arrow-right-16-filledclipboard-brush-16-filledclipboard-bullet-list-16-filledclipboard-bullet-list-ltr-16-filledclipboard-bullet-list-rtl-16-filledclipboard-chat-empty-16-filledclipboard-checkmark-16-filledclipboard-clock-20-filledclipboard-code-16-filledclipboard-data-bar-20-filledclipboard-day-16-filledclipboard-edit-20-filledclipboard-error-16-filledclipboard-heart-20-filledclipboard-image-20-filledclipboard-letter-16-filledclipboard-link-16-filledclipboard-markdown-16-filledclipboard-math-formula-16-filledclipboard-month-16-filledclipboard-more-20-filledclipboard-multiple-16-filledclipboard-note-16-filled
Use the clipboard paste icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.753 2c1.158 0 2.111.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L19 6.25a.75.75 0 0 1-.647.742L18.249 7a.75.75 0 0 1-.742-.647L17.5 6.25a.75.75 0 0 0-.648-.743L16.75 5.5h-2.132a2.24 2.24 0 0 1-1.865.993H9.247a2.24 2.24 0 0 1-1.865-.992L5.25 5.5a.75.75 0 0 0-.743.648L4.5 6.25v13.505c0 .38.282.693.648.743l.102.007h3a.75.75 0 0 1 .743.647l.007.102a.75.75 0 0 1-.75.75h-3a2.25 2.25 0 0 1-2.245-2.095L3 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L5.25 4h1.763a2.247 2.247 0 0 1 2.234-2zm5.997 6a2.25 2.25 0 0 1 2.245 2.096l.005.154v9.5a2.25 2.25 0 0 1-2.096 2.245L18.75 22h-6.5a2.25 2.25 0 0 1-2.245-2.096L10 19.75v-9.5a2.25 2.25 0 0 1 2.096-2.245L12.25 8zm0 1.5h-6.5a.75.75 0 0 0-.743.648l-.007.102v9.5c0 .38.282.694.648.743l.102.007h6.5a.75.75 0 0 0 .743-.648l.007-.102v-9.5a.75.75 0 0 0-.648-.743zm-5.997-6H9.247a.747.747 0 0 0 0 1.493h3.506a.747.747 0 1 0 0-1.493"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardPaste24Regular(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="M12.753 2c1.158 0 2.111.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L19 6.25a.75.75 0 0 1-.647.742L18.249 7a.75.75 0 0 1-.742-.647L17.5 6.25a.75.75 0 0 0-.648-.743L16.75 5.5h-2.132a2.24 2.24 0 0 1-1.865.993H9.247a2.24 2.24 0 0 1-1.865-.992L5.25 5.5a.75.75 0 0 0-.743.648L4.5 6.25v13.505c0 .38.282.693.648.743l.102.007h3a.75.75 0 0 1 .743.647l.007.102a.75.75 0 0 1-.75.75h-3a2.25 2.25 0 0 1-2.245-2.095L3 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L5.25 4h1.763a2.247 2.247 0 0 1 2.234-2zm5.997 6a2.25 2.25 0 0 1 2.245 2.096l.005.154v9.5a2.25 2.25 0 0 1-2.096 2.245L18.75 22h-6.5a2.25 2.25 0 0 1-2.245-2.096L10 19.75v-9.5a2.25 2.25 0 0 1 2.096-2.245L12.25 8zm0 1.5h-6.5a.75.75 0 0 0-.743.648l-.007.102v9.5c0 .38.282.694.648.743l.102.007h6.5a.75.75 0 0 0 .743-.648l.007-.102v-9.5a.75.75 0 0 0-.648-.743zm-5.997-6H9.247a.747.747 0 0 0 0 1.493h3.506a.747.747 0 1 0 0-1.493"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.753 2c1.158 0 2.111.875 2.234 2h1.763a2.25 2.25 0 0 1 2.245 2.096L19 6.25a.75.75 0 0 1-.647.742L18.249 7a.75.75 0 0 1-.742-.647L17.5 6.25a.75.75 0 0 0-.648-.743L16.75 5.5h-2.132a2.24 2.24 0 0 1-1.865.993H9.247a2.24 2.24 0 0 1-1.865-.992L5.25 5.5a.75.75 0 0 0-.743.648L4.5 6.25v13.505c0 .38.282.693.648.743l.102.007h3a.75.75 0 0 1 .743.647l.007.102a.75.75 0 0 1-.75.75h-3a2.25 2.25 0 0 1-2.245-2.095L3 19.755V6.25a2.25 2.25 0 0 1 2.096-2.245L5.25 4h1.763a2.247 2.247 0 0 1 2.234-2zm5.997 6a2.25 2.25 0 0 1 2.245 2.096l.005.154v9.5a2.25 2.25 0 0 1-2.096 2.245L18.75 22h-6.5a2.25 2.25 0 0 1-2.245-2.096L10 19.75v-9.5a2.25 2.25 0 0 1 2.096-2.245L12.25 8zm0 1.5h-6.5a.75.75 0 0 0-.743.648l-.007.102v9.5c0 .38.282.694.648.743l.102.007h6.5a.75.75 0 0 0 .743-.648l.007-.102v-9.5a.75.75 0 0 0-.648-.743zm-5.997-6H9.247a.747.747 0 0 0 0 1.493h3.506a.747.747 0 1 0 0-1.493"/></svg> </template>
CSS
.icon-clipboard-paste-24-regular {
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%22M12.753%202c1.158%200%202.111.875%202.234%202h1.763a2.25%202.25%200%200%201%202.245%202.096L19%206.25a.75.75%200%200%201-.647.742L18.249%207a.75.75%200%200%201-.742-.647L17.5%206.25a.75.75%200%200%200-.648-.743L16.75%205.5h-2.132a2.24%202.24%200%200%201-1.865.993H9.247a2.24%202.24%200%200%201-1.865-.992L5.25%205.5a.75.75%200%200%200-.743.648L4.5%206.25v13.505c0%20.38.282.693.648.743l.102.007h3a.75.75%200%200%201%20.743.647l.007.102a.75.75%200%200%201-.75.75h-3a2.25%202.25%200%200%201-2.245-2.095L3%2019.755V6.25a2.25%202.25%200%200%201%202.096-2.245L5.25%204h1.763a2.247%202.247%200%200%201%202.234-2zm5.997%206a2.25%202.25%200%200%201%202.245%202.096l.005.154v9.5a2.25%202.25%200%200%201-2.096%202.245L18.75%2022h-6.5a2.25%202.25%200%200%201-2.245-2.096L10%2019.75v-9.5a2.25%202.25%200%200%201%202.096-2.245L12.25%208zm0%201.5h-6.5a.75.75%200%200%200-.743.648l-.007.102v9.5c0%20.38.282.694.648.743l.102.007h6.5a.75.75%200%200%200%20.743-.648l.007-.102v-9.5a.75.75%200%200%200-.648-.743zm-5.997-6H9.247a.747.747%200%200%200%200%201.493h3.506a.747.747%200%201%200%200-1.493%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%22M12.753%202c1.158%200%202.111.875%202.234%202h1.763a2.25%202.25%200%200%201%202.245%202.096L19%206.25a.75.75%200%200%201-.647.742L18.249%207a.75.75%200%200%201-.742-.647L17.5%206.25a.75.75%200%200%200-.648-.743L16.75%205.5h-2.132a2.24%202.24%200%200%201-1.865.993H9.247a2.24%202.24%200%200%201-1.865-.992L5.25%205.5a.75.75%200%200%200-.743.648L4.5%206.25v13.505c0%20.38.282.693.648.743l.102.007h3a.75.75%200%200%201%20.743.647l.007.102a.75.75%200%200%201-.75.75h-3a2.25%202.25%200%200%201-2.245-2.095L3%2019.755V6.25a2.25%202.25%200%200%201%202.096-2.245L5.25%204h1.763a2.247%202.247%200%200%201%202.234-2zm5.997%206a2.25%202.25%200%200%201%202.245%202.096l.005.154v9.5a2.25%202.25%200%200%201-2.096%202.245L18.75%2022h-6.5a2.25%202.25%200%200%201-2.245-2.096L10%2019.75v-9.5a2.25%202.25%200%200%201%202.096-2.245L12.25%208zm0%201.5h-6.5a.75.75%200%200%200-.743.648l-.007.102v9.5c0%20.38.282.694.648.743l.102.007h6.5a.75.75%200%200%200%20.743-.648l.007-.102v-9.5a.75.75%200%200%200-.648-.743zm-5.997-6H9.247a.747.747%200%200%200%200%201.493h3.506a.747.747%200%201%200%200-1.493%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-paste-24-regular.svg?color=%231a73e8&size=48