clipboard brush icon
clipboard-brush-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- clipboard-brush-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.927c-.623.191-1.279.52-1.908.901c-1.397.846-3.033 2.166-4.6 3.733c-.4.4-1.218 1.19-1.657 2.155l-.024.053a4.23 4.23 0 0 0-2.567 1.22c-.48.48-.736.976-.903 1.368c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372l-.416.152c-.5.167-.892.549-1.078 1.031l-.067.213c-.302 1.238.831 2.115 1.762 2.671H6.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.319-3.773 1.245c-1.42-.08-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-.778a3.2 3.2 0 0 1 .69-1.054a3.24 3.24 0 0 1 2.589-.937c.043-.223.115-.434.203-.628c.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 0c-.172.171-.273.35-.37.58c-.081.19-.22.586-.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 FluentClipboardBrush24Filled(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.927c-.623.191-1.279.52-1.908.901c-1.397.846-3.033 2.166-4.6 3.733c-.4.4-1.218 1.19-1.657 2.155l-.024.053a4.23 4.23 0 0 0-2.567 1.22c-.48.48-.736.976-.903 1.368c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372l-.416.152c-.5.167-.892.549-1.078 1.031l-.067.213c-.302 1.238.831 2.115 1.762 2.671H6.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.319-3.773 1.245c-1.42-.08-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-.778a3.2 3.2 0 0 1 .69-1.054a3.24 3.24 0 0 1 2.589-.937c.043-.223.115-.434.203-.628c.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 0c-.172.171-.273.35-.37.58c-.081.19-.22.586-.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.927c-.623.191-1.279.52-1.908.901c-1.397.846-3.033 2.166-4.6 3.733c-.4.4-1.218 1.19-1.657 2.155l-.024.053a4.23 4.23 0 0 0-2.567 1.22c-.48.48-.736.976-.903 1.368c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372l-.416.152c-.5.167-.892.549-1.078 1.031l-.067.213c-.302 1.238.831 2.115 1.762 2.671H6.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.319-3.773 1.245c-1.42-.08-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-.778a3.2 3.2 0 0 1 .69-1.054a3.24 3.24 0 0 1 2.589-.937c.043-.223.115-.434.203-.628c.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 0c-.172.171-.273.35-.37.58c-.081.19-.22.586-.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-filled {
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.927c-.623.191-1.279.52-1.908.901c-1.397.846-3.033%202.166-4.6%203.733c-.4.4-1.218%201.19-1.657%202.155l-.024.053a4.23%204.23%200%200%200-2.567%201.22c-.48.48-.736.976-.903%201.368c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372l-.416.152c-.5.167-.892.549-1.078%201.031l-.067.213c-.302%201.238.831%202.115%201.762%202.671H6.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.319-3.773%201.245c-1.42-.08-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-.778a3.2%203.2%200%200%201%20.69-1.054a3.24%203.24%200%200%201%202.589-.937c.043-.223.115-.434.203-.628c.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%200c-.172.171-.273.35-.37.58c-.081.19-.22.586-.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.927c-.623.191-1.279.52-1.908.901c-1.397.846-3.033%202.166-4.6%203.733c-.4.4-1.218%201.19-1.657%202.155l-.024.053a4.23%204.23%200%200%200-2.567%201.22c-.48.48-.736.976-.903%201.368c-.14.328-.221.73-.52.954c-.129.097-.345.225-.71.372l-.416.152c-.5.167-.892.549-1.078%201.031l-.067.213c-.302%201.238.831%202.115%201.762%202.671H6.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.319-3.773%201.245c-1.42-.08-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-.778a3.2%203.2%200%200%201%20.69-1.054a3.24%203.24%200%200%201%202.589-.937c.043-.223.115-.434.203-.628c.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%200c-.172.171-.273.35-.37.58c-.081.19-.22.586-.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-filled.svg?color=%231a73e8&size=48