clipboard brush icon
clipboard-brush-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- clipboard-brush-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
clipboard-3-day-16-filledclipboard-arrow-right-16-filledclipboard-bullet-list-16-filledclipboard-bullet-list-ltr-16-filledclipboard-bullet-list-rtl-16-filledclipboard-chat-empty-16-filledclipboard-checkmark-16-filledclipboard-clock-20-filledclipboard-code-16-filledclipboard-data-bar-20-filledclipboard-day-16-filledclipboard-edit-20-filledclipboard-error-16-filledclipboard-heart-20-filledclipboard-image-20-filledclipboard-letter-16-filledclipboard-link-16-filledclipboard-markdown-16-filledclipboard-math-formula-16-filledclipboard-month-16-filledclipboard-more-20-filledclipboard-multiple-16-filledclipboard-note-16-filledclipboard-number-123-16-filled
Use the clipboard brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v.927a8 8 0 0 0-1.5.666V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.09 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1H6.25a.75.75 0 0 0-.75.75v13.52c.006.44.187.876.493 1.192l.232.227c.334.31.7.58 1.087.811H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2zm6.673 6.094c.478-.129 1.194-.213 1.692.284c.498.498.413 1.214.284 1.692c-.145.542-.446 1.166-.84 1.816c-.793 1.31-2.057 2.885-3.583 4.41c-.43.43-1.093 1.105-1.863 1.455c-.194.088-.406.16-.63.202a3.24 3.24 0 0 1-.932 2.586l-.205.196c-1.052.945-2.439 1.32-3.773 1.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75 0 0 1 .3-1.234c1.38-.46 1.738-.913 1.922-1.255c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.589-.936c.043-.224.115-.435.203-.63c.35-.77 1.025-1.433 1.454-1.862c1.526-1.526 3.1-2.79 4.41-3.584c.65-.394 1.274-.696 1.816-.841m-6.937 8.914a1.75 1.75 0 0 0-2.474 0a1.7 1.7 0 0 0-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733 1.022-1.523 1.446c.583.32 1.251.51 1.927.548c1.08.06 2.113-.27 2.826-.996l.004-.004a1.75 1.75 0 0 0 0-2.474M10.25 3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardBrush24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v.927a8 8 0 0 0-1.5.666V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.09 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1H6.25a.75.75 0 0 0-.75.75v13.52c.006.44.187.876.493 1.192l.232.227c.334.31.7.58 1.087.811H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2zm6.673 6.094c.478-.129 1.194-.213 1.692.284c.498.498.413 1.214.284 1.692c-.145.542-.446 1.166-.84 1.816c-.793 1.31-2.057 2.885-3.583 4.41c-.43.43-1.093 1.105-1.863 1.455c-.194.088-.406.16-.63.202a3.24 3.24 0 0 1-.932 2.586l-.205.196c-1.052.945-2.439 1.32-3.773 1.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75 0 0 1 .3-1.234c1.38-.46 1.738-.913 1.922-1.255c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.589-.936c.043-.224.115-.435.203-.63c.35-.77 1.025-1.433 1.454-1.862c1.526-1.526 3.1-2.79 4.41-3.584c.65-.394 1.274-.696 1.816-.841m-6.937 8.914a1.75 1.75 0 0 0-2.474 0a1.7 1.7 0 0 0-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733 1.022-1.523 1.446c.583.32 1.251.51 1.927.548c1.08.06 2.113-.27 2.826-.996l.004-.004a1.75 1.75 0 0 0 0-2.474M10.25 3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.75 2a2.25 2.25 0 0 1 2.236 2h1.764A2.25 2.25 0 0 1 20 6.25v.927a8 8 0 0 0-1.5.666V6.25a.75.75 0 0 0-.75-.75h-2.129c-.404.603-1.09 1-1.871 1h-3.5c-.78 0-1.467-.397-1.871-1H6.25a.75.75 0 0 0-.75.75v13.52c.006.44.187.876.493 1.192l.232.227c.334.31.7.58 1.087.811H6.25A2.25 2.25 0 0 1 4 19.75V6.25A2.25 2.25 0 0 1 6.25 4h1.764a2.25 2.25 0 0 1 2.236-2zm6.673 6.094c.478-.129 1.194-.213 1.692.284c.498.498.413 1.214.284 1.692c-.145.542-.446 1.166-.84 1.816c-.793 1.31-2.057 2.885-3.583 4.41c-.43.43-1.093 1.105-1.863 1.455c-.194.088-.406.16-.63.202a3.24 3.24 0 0 1-.932 2.586l-.205.196c-1.052.945-2.439 1.32-3.773 1.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75 0 0 1 .3-1.234c1.38-.46 1.738-.913 1.922-1.255c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24 3.24 0 0 1 2.589-.936c.043-.224.115-.435.203-.63c.35-.77 1.025-1.433 1.454-1.862c1.526-1.526 3.1-2.79 4.41-3.584c.65-.394 1.274-.696 1.816-.841m-6.937 8.914a1.75 1.75 0 0 0-2.474 0a1.7 1.7 0 0 0-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733 1.022-1.523 1.446c.583.32 1.251.51 1.927.548c1.08.06 2.113-.27 2.826-.996l.004-.004a1.75 1.75 0 0 0 0-2.474M10.25 3.5a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/></svg> </template>
CSS
.icon-clipboard-brush-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%202a2.25%202.25%200%200%201%202.236%202h1.764A2.25%202.25%200%200%201%2020%206.25v.927a8%208%200%200%200-1.5.666V6.25a.75.75%200%200%200-.75-.75h-2.129c-.404.603-1.09%201-1.871%201h-3.5c-.78%200-1.467-.397-1.871-1H6.25a.75.75%200%200%200-.75.75v13.52c.006.44.187.876.493%201.192l.232.227c.334.31.7.58%201.087.811H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204h1.764a2.25%202.25%200%200%201%202.236-2zm6.673%206.094c.478-.129%201.194-.213%201.692.284c.498.498.413%201.214.284%201.692c-.145.542-.446%201.166-.84%201.816c-.793%201.31-2.057%202.885-3.583%204.41c-.43.43-1.093%201.105-1.863%201.455c-.194.088-.406.16-.63.202a3.24%203.24%200%200%201-.932%202.586l-.205.196c-1.052.945-2.439%201.32-3.773%201.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75%200%200%201%20.3-1.234c1.38-.46%201.738-.913%201.922-1.255c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24%203.24%200%200%201%202.589-.936c.043-.224.115-.435.203-.63c.35-.77%201.025-1.433%201.454-1.862c1.526-1.526%203.1-2.79%204.41-3.584c.65-.394%201.274-.696%201.816-.841m-6.937%208.914a1.75%201.75%200%200%200-2.474%200a1.7%201.7%200%200%200-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733%201.022-1.523%201.446c.583.32%201.251.51%201.927.548c1.08.06%202.113-.27%202.826-.996l.004-.004a1.75%201.75%200%200%200%200-2.474M10.25%203.5a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.75%202a2.25%202.25%200%200%201%202.236%202h1.764A2.25%202.25%200%200%201%2020%206.25v.927a8%208%200%200%200-1.5.666V6.25a.75.75%200%200%200-.75-.75h-2.129c-.404.603-1.09%201-1.871%201h-3.5c-.78%200-1.467-.397-1.871-1H6.25a.75.75%200%200%200-.75.75v13.52c.006.44.187.876.493%201.192l.232.227c.334.31.7.58%201.087.811H6.25A2.25%202.25%200%200%201%204%2019.75V6.25A2.25%202.25%200%200%201%206.25%204h1.764a2.25%202.25%200%200%201%202.236-2zm6.673%206.094c.478-.129%201.194-.213%201.692.284c.498.498.413%201.214.284%201.692c-.145.542-.446%201.166-.84%201.816c-.793%201.31-2.057%202.885-3.583%204.41c-.43.43-1.093%201.105-1.863%201.455c-.194.088-.406.16-.63.202a3.24%203.24%200%200%201-.932%202.586l-.205.196c-1.052.945-2.439%201.32-3.773%201.245c-1.42-.079-2.849-.67-3.862-1.713a.75.75%200%200%201%20.3-1.234c1.38-.46%201.738-.913%201.922-1.255c.13-.244.172-.413.328-.778c.139-.326.333-.695.69-1.053a3.24%203.24%200%200%201%202.589-.936c.043-.224.115-.435.203-.63c.35-.77%201.025-1.433%201.454-1.862c1.526-1.526%203.1-2.79%204.41-3.584c.65-.394%201.274-.696%201.816-.841m-6.937%208.914a1.75%201.75%200%200%200-2.474%200a1.7%201.7%200%200%200-.37.58c-.081.19-.22.585-.39.9c-.29.542-.733%201.022-1.523%201.446c.583.32%201.251.51%201.927.548c1.08.06%202.113-.27%202.826-.996l.004-.004a1.75%201.75%200%200%200%200-2.474M10.25%203.5a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-brush-24-regular.svg?color=%231a73e8&size=48