paste-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
paste-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT
Aliases
clippy-24

1 other variant in Octicons

The same icon in other sets

Use the paste icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.962 2.513a.75.75 0 0 1-.475.949l-.816.272a.25.25 0 0 0-.171.237V21.25c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25V3.97a.25.25 0 0 0-.17-.236l-.817-.272a.75.75 0 0 1 .474-1.424l.816.273A1.75 1.75 0 0 1 21 3.97v17.28A1.75 1.75 0 0 1 19.25 23H4.75A1.75 1.75 0 0 1 3 21.25V3.97a1.75 1.75 0 0 1 1.197-1.66l.816-.272a.75.75 0 0 1 .949.475"/><path fill="currentColor" d="M7 1.75C7 .784 7.784 0 8.75 0h6.5C16.216 0 17 .784 17 1.75v1.5A1.75 1.75 0 0 1 15.25 5h-6.5A1.75 1.75 0 0 1 7 3.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPaste24(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="M5.962 2.513a.75.75 0 0 1-.475.949l-.816.272a.25.25 0 0 0-.171.237V21.25c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25V3.97a.25.25 0 0 0-.17-.236l-.817-.272a.75.75 0 0 1 .474-1.424l.816.273A1.75 1.75 0 0 1 21 3.97v17.28A1.75 1.75 0 0 1 19.25 23H4.75A1.75 1.75 0 0 1 3 21.25V3.97a1.75 1.75 0 0 1 1.197-1.66l.816-.272a.75.75 0 0 1 .949.475"/><path fill="currentColor" d="M7 1.75C7 .784 7.784 0 8.75 0h6.5C16.216 0 17 .784 17 1.75v1.5A1.75 1.75 0 0 1 15.25 5h-6.5A1.75 1.75 0 0 1 7 3.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.962 2.513a.75.75 0 0 1-.475.949l-.816.272a.25.25 0 0 0-.171.237V21.25c0 .138.112.25.25.25h14.5a.25.25 0 0 0 .25-.25V3.97a.25.25 0 0 0-.17-.236l-.817-.272a.75.75 0 0 1 .474-1.424l.816.273A1.75 1.75 0 0 1 21 3.97v17.28A1.75 1.75 0 0 1 19.25 23H4.75A1.75 1.75 0 0 1 3 21.25V3.97a1.75 1.75 0 0 1 1.197-1.66l.816-.272a.75.75 0 0 1 .949.475"/><path fill="currentColor" d="M7 1.75C7 .784 7.784 0 8.75 0h6.5C16.216 0 17 .784 17 1.75v1.5A1.75 1.75 0 0 1 15.25 5h-6.5A1.75 1.75 0 0 1 7 3.25Zm1.75-.25a.25.25 0 0 0-.25.25v1.5c0 .138.112.25.25.25h6.5a.25.25 0 0 0 .25-.25v-1.5a.25.25 0 0 0-.25-.25Z"/></svg>
</template>

CSS

.icon-paste-24 {
  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%22M5.962%202.513a.75.75%200%200%201-.475.949l-.816.272a.25.25%200%200%200-.171.237V21.25c0%20.138.112.25.25.25h14.5a.25.25%200%200%200%20.25-.25V3.97a.25.25%200%200%200-.17-.236l-.817-.272a.75.75%200%200%201%20.474-1.424l.816.273A1.75%201.75%200%200%201%2021%203.97v17.28A1.75%201.75%200%200%201%2019.25%2023H4.75A1.75%201.75%200%200%201%203%2021.25V3.97a1.75%201.75%200%200%201%201.197-1.66l.816-.272a.75.75%200%200%201%20.949.475%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%201.75C7%20.784%207.784%200%208.75%200h6.5C16.216%200%2017%20.784%2017%201.75v1.5A1.75%201.75%200%200%201%2015.25%205h-6.5A1.75%201.75%200%200%201%207%203.25Zm1.75-.25a.25.25%200%200%200-.25.25v1.5c0%20.138.112.25.25.25h6.5a.25.25%200%200%200%20.25-.25v-1.5a.25.25%200%200%200-.25-.25Z%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%22M5.962%202.513a.75.75%200%200%201-.475.949l-.816.272a.25.25%200%200%200-.171.237V21.25c0%20.138.112.25.25.25h14.5a.25.25%200%200%200%20.25-.25V3.97a.25.25%200%200%200-.17-.236l-.817-.272a.75.75%200%200%201%20.474-1.424l.816.273A1.75%201.75%200%200%201%2021%203.97v17.28A1.75%201.75%200%200%201%2019.25%2023H4.75A1.75%201.75%200%200%201%203%2021.25V3.97a1.75%201.75%200%200%201%201.197-1.66l.816-.272a.75.75%200%200%201%20.949.475%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%201.75C7%20.784%207.784%200%208.75%200h6.5C16.216%200%2017%20.784%2017%201.75v1.5A1.75%201.75%200%200%201%2015.25%205h-6.5A1.75%201.75%200%200%201%207%203.25Zm1.75-.25a.25.25%200%200%200-.25.25v1.5c0%20.138.112.25.25.25h6.5a.25.25%200%200%200%20.25-.25v-1.5a.25.25%200%200%200-.25-.25Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/paste-24.svg?color=%231a73e8&size=48