clipboard icon
clipboard-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- clipboard-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- 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 28 28"><g fill="none"><path fill="url(#SVGimdR2dxw)" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVGp7uXmcjZ)" fill-opacity=".7" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVG72g2Wdhy)" fill-opacity=".4" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVGEgJUAbhN)" d="M9.5 4.5A2.5 2.5 0 0 1 12 2h4a2.5 2.5 0 0 1 0 5h-4a2.5 2.5 0 0 1-2.5-2.5"/><defs><radialGradient id="SVGp7uXmcjZ" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.53979 -6.96094 0 14 2.778)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset=".97" stop-color="#0a1852" stop-opacity="0"/></radialGradient><radialGradient id="SVG72g2Wdhy" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.38176 -5.51953 0 14 5.078)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></radialGradient><linearGradient id="SVGimdR2dxw" x1="5" x2="22.549" y1="6.2" y2="26.392" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGEgJUAbhN" x1="14" x2="14" y1="2" y2="7" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset="1" stop-color="#fab500"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorClipboard28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGimdR2dxw)" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVGp7uXmcjZ)" fillOpacity=".7" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVG72g2Wdhy)" fillOpacity=".4" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVGEgJUAbhN)" d="M9.5 4.5A2.5 2.5 0 0 1 12 2h4a2.5 2.5 0 0 1 0 5h-4a2.5 2.5 0 0 1-2.5-2.5"/><defs><radialGradient id="SVGp7uXmcjZ" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.53979 -6.96094 0 14 2.778)" gradientUnits="userSpaceOnUse"><stop stopColor="#0a1852"/><stop offset=".97" stopColor="#0a1852" stopOpacity="0"/></radialGradient><radialGradient id="SVG72g2Wdhy" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.38176 -5.51953 0 14 5.078)" gradientUnits="userSpaceOnUse"><stop stopColor="#0a1852"/><stop offset="1" stopColor="#0a1852" stopOpacity="0"/></radialGradient><linearGradient id="SVGimdR2dxw" x1="5" x2="22.549" y1="6.2" y2="26.392" gradientUnits="userSpaceOnUse"><stop stopColor="#36dff1"/><stop offset="1" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGEgJUAbhN" x1="14" x2="14" y1="2" y2="7" 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 28 28"><g fill="none"><path fill="url(#SVGimdR2dxw)" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVGp7uXmcjZ)" fill-opacity=".7" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVG72g2Wdhy)" fill-opacity=".4" d="M5 6.75A2.75 2.75 0 0 1 7.75 4h12.5A2.75 2.75 0 0 1 23 6.75v16.5A2.75 2.75 0 0 1 20.25 26H7.75A2.75 2.75 0 0 1 5 23.25z"/><path fill="url(#SVGEgJUAbhN)" d="M9.5 4.5A2.5 2.5 0 0 1 12 2h4a2.5 2.5 0 0 1 0 5h-4a2.5 2.5 0 0 1-2.5-2.5"/><defs><radialGradient id="SVGp7uXmcjZ" cx="0" cy="0" r="1" gradientTransform="matrix(0 7.53979 -6.96094 0 14 2.778)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset=".97" stop-color="#0a1852" stop-opacity="0"/></radialGradient><radialGradient id="SVG72g2Wdhy" cx="0" cy="0" r="1" gradientTransform="matrix(0 3.38176 -5.51953 0 14 5.078)" gradientUnits="userSpaceOnUse"><stop stop-color="#0a1852"/><stop offset="1" stop-color="#0a1852" stop-opacity="0"/></radialGradient><linearGradient id="SVGimdR2dxw" x1="5" x2="22.549" y1="6.2" y2="26.392" gradientUnits="userSpaceOnUse"><stop stop-color="#36dff1"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGEgJUAbhN" x1="14" x2="14" y1="2" y2="7" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset="1" stop-color="#fab500"/></linearGradient></defs></g></svg> </template>
CSS
.icon-clipboard-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGimdR2dxw)%22%20d%3D%22M5%206.75A2.75%202.75%200%200%201%207.75%204h12.5A2.75%202.75%200%200%201%2023%206.75v16.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGp7uXmcjZ)%22%20fill-opacity%3D%22.7%22%20d%3D%22M5%206.75A2.75%202.75%200%200%201%207.75%204h12.5A2.75%202.75%200%200%201%2023%206.75v16.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG72g2Wdhy)%22%20fill-opacity%3D%22.4%22%20d%3D%22M5%206.75A2.75%202.75%200%200%201%207.75%204h12.5A2.75%202.75%200%200%201%2023%206.75v16.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEgJUAbhN)%22%20d%3D%22M9.5%204.5A2.5%202.5%200%200%201%2012%202h4a2.5%202.5%200%200%201%200%205h-4a2.5%202.5%200%200%201-2.5-2.5%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGp7uXmcjZ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%207.53979%20-6.96094%200%2014%202.778)%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%22SVG72g2Wdhy%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%203.38176%20-5.51953%200%2014%205.078)%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%22SVGimdR2dxw%22%20x1%3D%225%22%20x2%3D%2222.549%22%20y1%3D%226.2%22%20y2%3D%2226.392%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%22SVGEgJUAbhN%22%20x1%3D%2214%22%20x2%3D%2214%22%20y1%3D%222%22%20y2%3D%227%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGimdR2dxw)%22%20d%3D%22M5%206.75A2.75%202.75%200%200%201%207.75%204h12.5A2.75%202.75%200%200%201%2023%206.75v16.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGp7uXmcjZ)%22%20fill-opacity%3D%22.7%22%20d%3D%22M5%206.75A2.75%202.75%200%200%201%207.75%204h12.5A2.75%202.75%200%200%201%2023%206.75v16.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG72g2Wdhy)%22%20fill-opacity%3D%22.4%22%20d%3D%22M5%206.75A2.75%202.75%200%200%201%207.75%204h12.5A2.75%202.75%200%200%201%2023%206.75v16.5A2.75%202.75%200%200%201%2020.25%2026H7.75A2.75%202.75%200%200%201%205%2023.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEgJUAbhN)%22%20d%3D%22M9.5%204.5A2.5%202.5%200%200%201%2012%202h4a2.5%202.5%200%200%201%200%205h-4a2.5%202.5%200%200%201-2.5-2.5%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGp7uXmcjZ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%207.53979%20-6.96094%200%2014%202.778)%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%22SVG72g2Wdhy%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%203.38176%20-5.51953%200%2014%205.078)%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%22SVGimdR2dxw%22%20x1%3D%225%22%20x2%3D%2222.549%22%20y1%3D%226.2%22%20y2%3D%2226.392%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%22SVGEgJUAbhN%22%20x1%3D%2214%22%20x2%3D%2214%22%20y1%3D%222%22%20y2%3D%227%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-28.svg?color=%231a73e8&size=48