clipboard icon
clipboard-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- clipboard-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Color Icons
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 IconsclipboardFluent EmojiclipboardFluent Emoji FlatclipboardFluent Emoji High ContrastclipboardFirefox OS Emojiclipboardcss.ggclipboardHeroIconsclipboardHuge IconsclipboardHumbleiconsclipboardIconParkclipboardIconPark OutlineclipboardIconPark SolidclipboardIconPark TwoTone
Related icons in Fluent UI System Color Icons
Use the clipboard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGbYeP8enY)" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGyeH4Ntdx)" fill-opacity=".7" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGqa4rcc7A)" fill-opacity=".4" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGKHVETdmG)" d="M10 5a3 3 0 0 1 3-3h6a3 3 0 1 1 0 6h-6a3 3 0 0 1-3-3"/><defs><radialGradient id="SVGyeH4Ntdx" cx="0" cy="0" r="1" gradientTransform="matrix(0 8.91066 -8.50781 0 16 2.556)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset=".97" stop-color="#0a1852" stop-opacity="0"/></radialGradient><radialGradient id="SVGqa4rcc7A" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.99662 -6.74609 0 16 5.274)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></radialGradient><linearGradient id="SVGbYeP8enY" x1="5" x2="25.632" y1="6.6" y2="31.15" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGKHVETdmG" x1="16" x2="16" y1="2" y2="8" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset="1" stop-color="#fab500"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorClipboard32(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGbYeP8enY)" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGyeH4Ntdx)" fillOpacity=".7" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGqa4rcc7A)" fillOpacity=".4" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGKHVETdmG)" d="M10 5a3 3 0 0 1 3-3h6a3 3 0 1 1 0 6h-6a3 3 0 0 1-3-3"/><defs><radialGradient id="SVGyeH4Ntdx" cx="0" cy="0" r="1" gradientTransform="matrix(0 8.91066 -8.50781 0 16 2.556)" gradientUnits="userSpaceOnUse"><stop stopColor="#0a1852"/><stop offset=".97" stopColor="#0a1852" stopOpacity="0"/></radialGradient><radialGradient id="SVGqa4rcc7A" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.99662 -6.74609 0 16 5.274)" gradientUnits="userSpaceOnUse"><stop stopColor="#0a1852"/><stop offset="1" stopColor="#0a1852" stopOpacity="0"/></radialGradient><linearGradient id="SVGbYeP8enY" x1="5" x2="25.632" y1="6.6" y2="31.15" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGKHVETdmG" x1="16" x2="16" y1="2" y2="8" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset="1" stopColor="#fab500"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGbYeP8enY)" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGyeH4Ntdx)" fill-opacity=".7" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGqa4rcc7A)" fill-opacity=".4" d="M5 7.5A3.5 3.5 0 0 1 8.5 4h15A3.5 3.5 0 0 1 27 7.5v19a3.5 3.5 0 0 1-3.5 3.5h-15A3.5 3.5 0 0 1 5 26.5z"/><path fill="url(#SVGKHVETdmG)" d="M10 5a3 3 0 0 1 3-3h6a3 3 0 1 1 0 6h-6a3 3 0 0 1-3-3"/><defs><radialGradient id="SVGyeH4Ntdx" cx="0" cy="0" r="1" gradientTransform="matrix(0 8.91066 -8.50781 0 16 2.556)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset=".97" stop-color="#0a1852" stop-opacity="0"/></radialGradient><radialGradient id="SVGqa4rcc7A" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.99662 -6.74609 0 16 5.274)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></radialGradient><linearGradient id="SVGbYeP8enY" x1="5" x2="25.632" y1="6.6" y2="31.15" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGKHVETdmG" x1="16" x2="16" y1="2" y2="8" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset="1" stop-color="#fab500"/></linearGradient></defs></g></svg> </template>
CSS
.icon-clipboard-32 {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbYeP8enY)%22%20d%3D%22M5%207.5A3.5%203.5%200%200%201%208.5%204h15A3.5%203.5%200%200%201%2027%207.5v19a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGyeH4Ntdx)%22%20fill-opacity%3D%22.7%22%20d%3D%22M5%207.5A3.5%203.5%200%200%201%208.5%204h15A3.5%203.5%200%200%201%2027%207.5v19a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqa4rcc7A)%22%20fill-opacity%3D%22.4%22%20d%3D%22M5%207.5A3.5%203.5%200%200%201%208.5%204h15A3.5%203.5%200%200%201%2027%207.5v19a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKHVETdmG)%22%20d%3D%22M10%205a3%203%200%200%201%203-3h6a3%203%200%201%201%200%206h-6a3%203%200%200%201-3-3%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGyeH4Ntdx%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%208.91066%20-8.50781%200%2016%202.556)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%2F%3E%3Cstop%20offset%3D%22.97%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGqa4rcc7A%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%203.99662%20-6.74609%200%2016%205.274)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGbYeP8enY%22%20x1%3D%225%22%20x2%3D%2225.632%22%20y1%3D%226.6%22%20y2%3D%2231.15%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKHVETdmG%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%228%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fab500%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGbYeP8enY)%22%20d%3D%22M5%207.5A3.5%203.5%200%200%201%208.5%204h15A3.5%203.5%200%200%201%2027%207.5v19a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGyeH4Ntdx)%22%20fill-opacity%3D%22.7%22%20d%3D%22M5%207.5A3.5%203.5%200%200%201%208.5%204h15A3.5%203.5%200%200%201%2027%207.5v19a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGqa4rcc7A)%22%20fill-opacity%3D%22.4%22%20d%3D%22M5%207.5A3.5%203.5%200%200%201%208.5%204h15A3.5%203.5%200%200%201%2027%207.5v19a3.5%203.5%200%200%201-3.5%203.5h-15A3.5%203.5%200%200%201%205%2026.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKHVETdmG)%22%20d%3D%22M10%205a3%203%200%200%201%203-3h6a3%203%200%201%201%200%206h-6a3%203%200%200%201-3-3%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGyeH4Ntdx%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%208.91066%20-8.50781%200%2016%202.556)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%2F%3E%3Cstop%20offset%3D%22.97%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGqa4rcc7A%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%203.99662%20-6.74609%200%2016%205.274)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230a1852%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230a1852%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGbYeP8enY%22%20x1%3D%225%22%20x2%3D%2225.632%22%20y1%3D%226.6%22%20y2%3D%2231.15%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2336dff1%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKHVETdmG%22%20x1%3D%2216%22%20x2%3D%2216%22%20y1%3D%222%22%20y2%3D%228%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fab500%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/clipboard-32.svg?color=%231a73e8&size=48