clipboard emoji
clipboard from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- clipboard
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
clipboardAkar IconsclipboardBootstrap IconsclipboardBoxIcons v2clipboardEmoji One (Colored)clipboard-fillEva IconsclipboardFont Awesome 6 RegularclipboardFont Awesome 6 SolidclipboardFont Awesome RegularclipboardFont Awesome SolidclipboardFeather Iconsclipboard-outlineFlowbite Iconsclipboard-12-filledFluent UI System Iconsclipboard-16Fluent UI System Color IconsclipboardFluent EmojiclipboardFluent Emoji FlatclipboardFluent Emoji High ContrastclipboardFirefox OS Emojiclipboardcss.ggclipboardHeroIconsclipboardHuge IconsclipboardHumbleiconsclipboardIconParkclipboardIconPark OutlineclipboardIconPark Solid
More objects icons from Noto Emoji
Use the clipboard emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a15d38" d="m18.64 114.25l83.27-98.22c2.63 0 7.45.24 7.45 6.74v94.53c0 2.63-2.13 4.76-4.76 4.76H24.42c-2.63.01-5.78-2.35-5.78-7.81"/><path fill="#ba793e" d="M18.64 114.38V20.54c0-2.51 2.03-4.54 4.54-4.54h78.58c2.51 0 4.54 2.03 4.54 4.54v93.84c0 2.51-2.03 4.54-4.54 4.54H23.18c-2.51 0-4.54-2.03-4.54-4.54"/><path fill="#fff" d="M28.45 109.66V25.02c0-1.29 1.05-2.34 2.34-2.34h64.42c1.29 0 2.34 1.05 2.34 2.34v84.64c0 1.29-1.05 2.34-2.34 2.34H30.79c-1.29 0-2.34-1.04-2.34-2.34"/><path fill="none" stroke="#b0bec5" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" d="M38.65 54.36h48.7m-48.7-11.45h48.7m-48.7 22.9h48.7m-48.7 11.46h48.7m-48.7 11.45h48.7m-48.7 11.45h20.83"/><path fill="#212121" d="M86.93 28.4V16.03H72.95l8.71 12.37z" opacity=".35"/><path fill="#2f7889" d="m78.01 16.49l-3.22-.05c-2.14 0-2.54-1.9-2.62-2.3c-.11-.52-.25-1.67-.31-2.13c-.54-4.49-2.08-7.25-7.69-7.89c-4.86-.55-8.35 4.44-8.35 9.2v.04c.01 2.15-1.62 3.95-3.77 3.95c0 0-6.28-1.07-10.77 4.07c-.84.96-1.85 4.92-1.86 6.03c-.02 3.09 2.65 3.5 3.58 3.51c4.18.03 38.23-.08 41.49-.08c1.34 0 2.43-1.09 2.43-2.43V26.6c.01-5.14-3.78-10.11-8.91-10.11m-14.12.27a3.35 3.35 0 1 1 0-6.7a3.35 3.35 0 0 1 0 6.7"/><path fill="#82aec0" d="M76.18 15.99h-1.94c-2.14 0-3-1.68-3.27-2.26c-.39-.85-.5-2.58-.57-3.04c-.56-3.53-3.51-6.33-7.06-6.71c-4.86-.53-8.98 3.27-8.98 8.02v.04c.01 2.15-1.62 3.95-3.77 3.95h-1.9a9.29 9.29 0 0 0-9.29 9.29v1.81c0 1.34 1.09 2.43 2.43 2.43h41.2c1.34 0 2.43-1.09 2.43-2.43v-1.81c.01-5.13-4.15-9.29-9.28-9.29m-13.75-.54a3.35 3.35 0 1 1 0-6.7a3.35 3.35 0 0 1 0 6.7"/><path fill="#b9e4ea" d="M78.97 22.04H44.89c-1.3 0-1.64-.73-.97-1.84c.98-1.61 3.32-2.67 5.32-2.67c4.34 0 20-.48 25.51-.48c2.69 0 4.09.9 5.26 2.4c.83 1.08.31 2.59-1.04 2.59"/><path fill="none" stroke="#b9e4ea" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.116" d="M56.98 9.48c.56-2.28 2.71-2.93 2.71-2.93"/></svg>
React
import type { SVGProps } from "react";
export function NotoClipboard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a15d38" d="m18.64 114.25l83.27-98.22c2.63 0 7.45.24 7.45 6.74v94.53c0 2.63-2.13 4.76-4.76 4.76H24.42c-2.63.01-5.78-2.35-5.78-7.81"/><path fill="#ba793e" d="M18.64 114.38V20.54c0-2.51 2.03-4.54 4.54-4.54h78.58c2.51 0 4.54 2.03 4.54 4.54v93.84c0 2.51-2.03 4.54-4.54 4.54H23.18c-2.51 0-4.54-2.03-4.54-4.54"/><path fill="#fff" d="M28.45 109.66V25.02c0-1.29 1.05-2.34 2.34-2.34h64.42c1.29 0 2.34 1.05 2.34 2.34v84.64c0 1.29-1.05 2.34-2.34 2.34H30.79c-1.29 0-2.34-1.04-2.34-2.34"/><path fill="none" stroke="#b0bec5" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="3" d="M38.65 54.36h48.7m-48.7-11.45h48.7m-48.7 22.9h48.7m-48.7 11.46h48.7m-48.7 11.45h48.7m-48.7 11.45h20.83"/><path fill="#212121" d="M86.93 28.4V16.03H72.95l8.71 12.37z" opacity=".35"/><path fill="#2f7889" d="m78.01 16.49l-3.22-.05c-2.14 0-2.54-1.9-2.62-2.3c-.11-.52-.25-1.67-.31-2.13c-.54-4.49-2.08-7.25-7.69-7.89c-4.86-.55-8.35 4.44-8.35 9.2v.04c.01 2.15-1.62 3.95-3.77 3.95c0 0-6.28-1.07-10.77 4.07c-.84.96-1.85 4.92-1.86 6.03c-.02 3.09 2.65 3.5 3.58 3.51c4.18.03 38.23-.08 41.49-.08c1.34 0 2.43-1.09 2.43-2.43V26.6c.01-5.14-3.78-10.11-8.91-10.11m-14.12.27a3.35 3.35 0 1 1 0-6.7a3.35 3.35 0 0 1 0 6.7"/><path fill="#82aec0" d="M76.18 15.99h-1.94c-2.14 0-3-1.68-3.27-2.26c-.39-.85-.5-2.58-.57-3.04c-.56-3.53-3.51-6.33-7.06-6.71c-4.86-.53-8.98 3.27-8.98 8.02v.04c.01 2.15-1.62 3.95-3.77 3.95h-1.9a9.29 9.29 0 0 0-9.29 9.29v1.81c0 1.34 1.09 2.43 2.43 2.43h41.2c1.34 0 2.43-1.09 2.43-2.43v-1.81c.01-5.13-4.15-9.29-9.28-9.29m-13.75-.54a3.35 3.35 0 1 1 0-6.7a3.35 3.35 0 0 1 0 6.7"/><path fill="#b9e4ea" d="M78.97 22.04H44.89c-1.3 0-1.64-.73-.97-1.84c.98-1.61 3.32-2.67 5.32-2.67c4.34 0 20-.48 25.51-.48c2.69 0 4.09.9 5.26 2.4c.83 1.08.31 2.59-1.04 2.59"/><path fill="none" stroke="#b9e4ea" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2.116" d="M56.98 9.48c.56-2.28 2.71-2.93 2.71-2.93"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#a15d38" d="m18.64 114.25l83.27-98.22c2.63 0 7.45.24 7.45 6.74v94.53c0 2.63-2.13 4.76-4.76 4.76H24.42c-2.63.01-5.78-2.35-5.78-7.81"/><path fill="#ba793e" d="M18.64 114.38V20.54c0-2.51 2.03-4.54 4.54-4.54h78.58c2.51 0 4.54 2.03 4.54 4.54v93.84c0 2.51-2.03 4.54-4.54 4.54H23.18c-2.51 0-4.54-2.03-4.54-4.54"/><path fill="#fff" d="M28.45 109.66V25.02c0-1.29 1.05-2.34 2.34-2.34h64.42c1.29 0 2.34 1.05 2.34 2.34v84.64c0 1.29-1.05 2.34-2.34 2.34H30.79c-1.29 0-2.34-1.04-2.34-2.34"/><path fill="none" stroke="#b0bec5" stroke-linecap="round" stroke-miterlimit="10" stroke-width="3" d="M38.65 54.36h48.7m-48.7-11.45h48.7m-48.7 22.9h48.7m-48.7 11.46h48.7m-48.7 11.45h48.7m-48.7 11.45h20.83"/><path fill="#212121" d="M86.93 28.4V16.03H72.95l8.71 12.37z" opacity=".35"/><path fill="#2f7889" d="m78.01 16.49l-3.22-.05c-2.14 0-2.54-1.9-2.62-2.3c-.11-.52-.25-1.67-.31-2.13c-.54-4.49-2.08-7.25-7.69-7.89c-4.86-.55-8.35 4.44-8.35 9.2v.04c.01 2.15-1.62 3.95-3.77 3.95c0 0-6.28-1.07-10.77 4.07c-.84.96-1.85 4.92-1.86 6.03c-.02 3.09 2.65 3.5 3.58 3.51c4.18.03 38.23-.08 41.49-.08c1.34 0 2.43-1.09 2.43-2.43V26.6c.01-5.14-3.78-10.11-8.91-10.11m-14.12.27a3.35 3.35 0 1 1 0-6.7a3.35 3.35 0 0 1 0 6.7"/><path fill="#82aec0" d="M76.18 15.99h-1.94c-2.14 0-3-1.68-3.27-2.26c-.39-.85-.5-2.58-.57-3.04c-.56-3.53-3.51-6.33-7.06-6.71c-4.86-.53-8.98 3.27-8.98 8.02v.04c.01 2.15-1.62 3.95-3.77 3.95h-1.9a9.29 9.29 0 0 0-9.29 9.29v1.81c0 1.34 1.09 2.43 2.43 2.43h41.2c1.34 0 2.43-1.09 2.43-2.43v-1.81c.01-5.13-4.15-9.29-9.28-9.29m-13.75-.54a3.35 3.35 0 1 1 0-6.7a3.35 3.35 0 0 1 0 6.7"/><path fill="#b9e4ea" d="M78.97 22.04H44.89c-1.3 0-1.64-.73-.97-1.84c.98-1.61 3.32-2.67 5.32-2.67c4.34 0 20-.48 25.51-.48c2.69 0 4.09.9 5.26 2.4c.83 1.08.31 2.59-1.04 2.59"/><path fill="none" stroke="#b9e4ea" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2.116" d="M56.98 9.48c.56-2.28 2.71-2.93 2.71-2.93"/></svg> </template>
CSS
.icon-clipboard {
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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a15d38%22%20d%3D%22m18.64%20114.25l83.27-98.22c2.63%200%207.45.24%207.45%206.74v94.53c0%202.63-2.13%204.76-4.76%204.76H24.42c-2.63.01-5.78-2.35-5.78-7.81%22%2F%3E%3Cpath%20fill%3D%22%23ba793e%22%20d%3D%22M18.64%20114.38V20.54c0-2.51%202.03-4.54%204.54-4.54h78.58c2.51%200%204.54%202.03%204.54%204.54v93.84c0%202.51-2.03%204.54-4.54%204.54H23.18c-2.51%200-4.54-2.03-4.54-4.54%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28.45%20109.66V25.02c0-1.29%201.05-2.34%202.34-2.34h64.42c1.29%200%202.34%201.05%202.34%202.34v84.64c0%201.29-1.05%202.34-2.34%202.34H30.79c-1.29%200-2.34-1.04-2.34-2.34%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M38.65%2054.36h48.7m-48.7-11.45h48.7m-48.7%2022.9h48.7m-48.7%2011.46h48.7m-48.7%2011.45h48.7m-48.7%2011.45h20.83%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M86.93%2028.4V16.03H72.95l8.71%2012.37z%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22m78.01%2016.49l-3.22-.05c-2.14%200-2.54-1.9-2.62-2.3c-.11-.52-.25-1.67-.31-2.13c-.54-4.49-2.08-7.25-7.69-7.89c-4.86-.55-8.35%204.44-8.35%209.2v.04c.01%202.15-1.62%203.95-3.77%203.95c0%200-6.28-1.07-10.77%204.07c-.84.96-1.85%204.92-1.86%206.03c-.02%203.09%202.65%203.5%203.58%203.51c4.18.03%2038.23-.08%2041.49-.08c1.34%200%202.43-1.09%202.43-2.43V26.6c.01-5.14-3.78-10.11-8.91-10.11m-14.12.27a3.35%203.35%200%201%201%200-6.7a3.35%203.35%200%200%201%200%206.7%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M76.18%2015.99h-1.94c-2.14%200-3-1.68-3.27-2.26c-.39-.85-.5-2.58-.57-3.04c-.56-3.53-3.51-6.33-7.06-6.71c-4.86-.53-8.98%203.27-8.98%208.02v.04c.01%202.15-1.62%203.95-3.77%203.95h-1.9a9.29%209.29%200%200%200-9.29%209.29v1.81c0%201.34%201.09%202.43%202.43%202.43h41.2c1.34%200%202.43-1.09%202.43-2.43v-1.81c.01-5.13-4.15-9.29-9.28-9.29m-13.75-.54a3.35%203.35%200%201%201%200-6.7a3.35%203.35%200%200%201%200%206.7%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M78.97%2022.04H44.89c-1.3%200-1.64-.73-.97-1.84c.98-1.61%203.32-2.67%205.32-2.67c4.34%200%2020-.48%2025.51-.48c2.69%200%204.09.9%205.26%202.4c.83%201.08.31%202.59-1.04%202.59%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b9e4ea%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.116%22%20d%3D%22M56.98%209.48c.56-2.28%202.71-2.93%202.71-2.93%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23a15d38%22%20d%3D%22m18.64%20114.25l83.27-98.22c2.63%200%207.45.24%207.45%206.74v94.53c0%202.63-2.13%204.76-4.76%204.76H24.42c-2.63.01-5.78-2.35-5.78-7.81%22%2F%3E%3Cpath%20fill%3D%22%23ba793e%22%20d%3D%22M18.64%20114.38V20.54c0-2.51%202.03-4.54%204.54-4.54h78.58c2.51%200%204.54%202.03%204.54%204.54v93.84c0%202.51-2.03%204.54-4.54%204.54H23.18c-2.51%200-4.54-2.03-4.54-4.54%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28.45%20109.66V25.02c0-1.29%201.05-2.34%202.34-2.34h64.42c1.29%200%202.34%201.05%202.34%202.34v84.64c0%201.29-1.05%202.34-2.34%202.34H30.79c-1.29%200-2.34-1.04-2.34-2.34%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M38.65%2054.36h48.7m-48.7-11.45h48.7m-48.7%2022.9h48.7m-48.7%2011.46h48.7m-48.7%2011.45h48.7m-48.7%2011.45h20.83%22%2F%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M86.93%2028.4V16.03H72.95l8.71%2012.37z%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22%232f7889%22%20d%3D%22m78.01%2016.49l-3.22-.05c-2.14%200-2.54-1.9-2.62-2.3c-.11-.52-.25-1.67-.31-2.13c-.54-4.49-2.08-7.25-7.69-7.89c-4.86-.55-8.35%204.44-8.35%209.2v.04c.01%202.15-1.62%203.95-3.77%203.95c0%200-6.28-1.07-10.77%204.07c-.84.96-1.85%204.92-1.86%206.03c-.02%203.09%202.65%203.5%203.58%203.51c4.18.03%2038.23-.08%2041.49-.08c1.34%200%202.43-1.09%202.43-2.43V26.6c.01-5.14-3.78-10.11-8.91-10.11m-14.12.27a3.35%203.35%200%201%201%200-6.7a3.35%203.35%200%200%201%200%206.7%22%2F%3E%3Cpath%20fill%3D%22%2382aec0%22%20d%3D%22M76.18%2015.99h-1.94c-2.14%200-3-1.68-3.27-2.26c-.39-.85-.5-2.58-.57-3.04c-.56-3.53-3.51-6.33-7.06-6.71c-4.86-.53-8.98%203.27-8.98%208.02v.04c.01%202.15-1.62%203.95-3.77%203.95h-1.9a9.29%209.29%200%200%200-9.29%209.29v1.81c0%201.34%201.09%202.43%202.43%202.43h41.2c1.34%200%202.43-1.09%202.43-2.43v-1.81c.01-5.13-4.15-9.29-9.28-9.29m-13.75-.54a3.35%203.35%200%201%201%200-6.7a3.35%203.35%200%200%201%200%206.7%22%2F%3E%3Cpath%20fill%3D%22%23b9e4ea%22%20d%3D%22M78.97%2022.04H44.89c-1.3%200-1.64-.73-.97-1.84c.98-1.61%203.32-2.67%205.32-2.67c4.34%200%2020-.48%2025.51-.48c2.69%200%204.09.9%205.26%202.4c.83%201.08.31%202.59-1.04%202.59%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b9e4ea%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222.116%22%20d%3D%22M56.98%209.48c.56-2.28%202.71-2.93%202.71-2.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/clipboard.svg?color=%231a73e8&size=48