clipboard icon
clipboard from Font Awesome Regular by Dave Gandy · Regular · Business · CC-BY-4.0 Attribution required.
- Name
- clipboard
- Set
- Font Awesome Regular
- Style
- Regular
- Category
- Business
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
clipboardAkar IconsclipboardBootstrap IconsclipboardBoxIcons v2clipboardEmoji One (Colored)clipboard-fillEva IconsclipboardFont Awesome 6 RegularclipboardFont Awesome 6 SolidclipboardFont 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 SolidclipboardIconPark TwoTone
More business icons from Font Awesome Regular
Use the clipboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M360 160h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24m0 48c37.1 0 67.6-28 71.6-64H448c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16V160c0-8.8 7.2-16 16-16h16.4c4 36 34.5 64 71.6 64zm59.9-112C407 76.7 385 64 360 64h-80c-25 0-47 12.7-59.9 32H192c-35.3 0-64 28.7-64 64v352c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularClipboard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M360 160h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24m0 48c37.1 0 67.6-28 71.6-64H448c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16V160c0-8.8 7.2-16 16-16h16.4c4 36 34.5 64 71.6 64zm59.9-112C407 76.7 385 64 360 64h-80c-25 0-47 12.7-59.9 32H192c-35.3 0-64 28.7-64 64v352c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M360 160h-80c-13.3 0-24-10.7-24-24s10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24m0 48c37.1 0 67.6-28 71.6-64H448c8.8 0 16 7.2 16 16v352c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16V160c0-8.8 7.2-16 16-16h16.4c4 36 34.5 64 71.6 64zm59.9-112C407 76.7 385 64 360 64h-80c-25 0-47 12.7-59.9 32H192c-35.3 0-64 28.7-64 64v352c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M360%20160h-80c-13.3%200-24-10.7-24-24s10.7-24%2024-24h80c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024m0%2048c37.1%200%2067.6-28%2071.6-64H448c8.8%200%2016%207.2%2016%2016v352c0%208.8-7.2%2016-16%2016H192c-8.8%200-16-7.2-16-16V160c0-8.8%207.2-16%2016-16h16.4c4%2036%2034.5%2064%2071.6%2064zm59.9-112C407%2076.7%20385%2064%20360%2064h-80c-25%200-47%2012.7-59.9%2032H192c-35.3%200-64%2028.7-64%2064v352c0%2035.3%2028.7%2064%2064%2064h256c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M360%20160h-80c-13.3%200-24-10.7-24-24s10.7-24%2024-24h80c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024m0%2048c37.1%200%2067.6-28%2071.6-64H448c8.8%200%2016%207.2%2016%2016v352c0%208.8-7.2%2016-16%2016H192c-8.8%200-16-7.2-16-16V160c0-8.8%207.2-16%2016-16h16.4c4%2036%2034.5%2064%2071.6%2064zm59.9-112C407%2076.7%20385%2064%20360%2064h-80c-25%200-47%2012.7-59.9%2032H192c-35.3%200-64%2028.7-64%2064v352c0%2035.3%2028.7%2064%2064%2064h256c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/clipboard.svg?color=%231a73e8&size=48