clipboard icon
clipboard from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- clipboard
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon 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.ggclipboardHeroIconsclipboardHumbleiconsclipboardIconParkclipboardIconPark OutlineclipboardIconPark SolidclipboardIconPark TwoTone
Related icons in Huge Icons
Use the clipboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="m17.024 3.034l-.955-.255c-2.7-.72-4.05-1.079-5.113-.468c-1.064.61-1.426 1.953-2.15 4.637l-1.022 3.797c-.724 2.685-1.086 4.027-.471 5.085c.614 1.057 1.964 1.417 4.664 2.136l.954.255c2.7.72 4.05 1.079 5.114.468c1.063-.61 1.425-1.953 2.148-4.637l1.023-3.797c.724-2.685 1.085-4.027.471-5.085s-1.963-1.417-4.664-2.136Z"/><path d="M16.854 7.433c0 .814-.664 1.474-1.483 1.474c-.818 0-1.482-.66-1.482-1.474s.664-1.474 1.482-1.474c.82 0 1.483.66 1.483 1.474Z"/><path stroke-linecap="round" d="m12 20.946l-.952.26c-2.694.733-4.04 1.1-5.102.477c-1.06-.622-1.422-1.99-2.143-4.728l-1.021-3.872c-.722-2.737-1.083-4.106-.47-5.184C2.842 6.966 4 7 5.5 7"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsClipboard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="m17.024 3.034l-.955-.255c-2.7-.72-4.05-1.079-5.113-.468c-1.064.61-1.426 1.953-2.15 4.637l-1.022 3.797c-.724 2.685-1.086 4.027-.471 5.085c.614 1.057 1.964 1.417 4.664 2.136l.954.255c2.7.72 4.05 1.079 5.114.468c1.063-.61 1.425-1.953 2.148-4.637l1.023-3.797c.724-2.685 1.085-4.027.471-5.085s-1.963-1.417-4.664-2.136Z"/><path d="M16.854 7.433c0 .814-.664 1.474-1.483 1.474c-.818 0-1.482-.66-1.482-1.474s.664-1.474 1.482-1.474c.82 0 1.483.66 1.483 1.474Z"/><path strokeLinecap="round" d="m12 20.946l-.952.26c-2.694.733-4.04 1.1-5.102.477c-1.06-.622-1.422-1.99-2.143-4.728l-1.021-3.872c-.722-2.737-1.083-4.106-.47-5.184C2.842 6.966 4 7 5.5 7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="m17.024 3.034l-.955-.255c-2.7-.72-4.05-1.079-5.113-.468c-1.064.61-1.426 1.953-2.15 4.637l-1.022 3.797c-.724 2.685-1.086 4.027-.471 5.085c.614 1.057 1.964 1.417 4.664 2.136l.954.255c2.7.72 4.05 1.079 5.114.468c1.063-.61 1.425-1.953 2.148-4.637l1.023-3.797c.724-2.685 1.085-4.027.471-5.085s-1.963-1.417-4.664-2.136Z"/><path d="M16.854 7.433c0 .814-.664 1.474-1.483 1.474c-.818 0-1.482-.66-1.482-1.474s.664-1.474 1.482-1.474c.82 0 1.483.66 1.483 1.474Z"/><path stroke-linecap="round" d="m12 20.946l-.952.26c-2.694.733-4.04 1.1-5.102.477c-1.06-.622-1.422-1.99-2.143-4.728l-1.021-3.872c-.722-2.737-1.083-4.106-.47-5.184C2.842 6.966 4 7 5.5 7"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m17.024%203.034l-.955-.255c-2.7-.72-4.05-1.079-5.113-.468c-1.064.61-1.426%201.953-2.15%204.637l-1.022%203.797c-.724%202.685-1.086%204.027-.471%205.085c.614%201.057%201.964%201.417%204.664%202.136l.954.255c2.7.72%204.05%201.079%205.114.468c1.063-.61%201.425-1.953%202.148-4.637l1.023-3.797c.724-2.685%201.085-4.027.471-5.085s-1.963-1.417-4.664-2.136Z%22%2F%3E%3Cpath%20d%3D%22M16.854%207.433c0%20.814-.664%201.474-1.483%201.474c-.818%200-1.482-.66-1.482-1.474s.664-1.474%201.482-1.474c.82%200%201.483.66%201.483%201.474Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m12%2020.946l-.952.26c-2.694.733-4.04%201.1-5.102.477c-1.06-.622-1.422-1.99-2.143-4.728l-1.021-3.872c-.722-2.737-1.083-4.106-.47-5.184C2.842%206.966%204%207%205.5%207%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m17.024%203.034l-.955-.255c-2.7-.72-4.05-1.079-5.113-.468c-1.064.61-1.426%201.953-2.15%204.637l-1.022%203.797c-.724%202.685-1.086%204.027-.471%205.085c.614%201.057%201.964%201.417%204.664%202.136l.954.255c2.7.72%204.05%201.079%205.114.468c1.063-.61%201.425-1.953%202.148-4.637l1.023-3.797c.724-2.685%201.085-4.027.471-5.085s-1.963-1.417-4.664-2.136Z%22%2F%3E%3Cpath%20d%3D%22M16.854%207.433c0%20.814-.664%201.474-1.483%201.474c-.818%200-1.482-.66-1.482-1.474s.664-1.474%201.482-1.474c.82%200%201.483.66%201.483%201.474Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m12%2020.946l-.952.26c-2.694.733-4.04%201.1-5.102.477c-1.06-.622-1.422-1.99-2.143-4.728l-1.021-3.872c-.722-2.737-1.083-4.106-.47-5.184C2.842%206.966%204%207%205.5%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/clipboard.svg?color=%231a73e8&size=48