clipboard brush icon
clipboard-brush-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- clipboard-brush-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M27.183 11.135c.657-.176 1.625-.289 2.297.383c.671.671.558 1.64.382 2.297c-.199.742-.61 1.596-1.151 2.489c-1.09 1.8-2.829 3.963-4.927 6.061c-.591.591-1.498 1.517-2.55 1.995a4 4 0 0 1-.754.253a4.49 4.49 0 0 1-1.3 3.57c-1.018 1.018-2.472 1.933-4.298 2.048c-1.843.116-3.885-.593-6.04-2.476a1.002 1.002 0 0 1 .208-1.647c1.313-.661 1.84-1.306 2.21-1.914c.238-.39.34-.627.608-1.097a5.8 5.8 0 0 1 .948-1.278a4.5 4.5 0 0 1 3.569-1.301q.092-.4.254-.752c.478-1.053 1.403-1.962 1.994-2.553c2.098-2.098 4.261-3.836 6.061-4.926c.894-.54 1.747-.953 2.489-1.152M19 2c1.306 0 2.417.835 2.83 2h1.67A3.5 3.5 0 0 1 27 7.5v2.134l-.213.052a9.5 9.5 0 0 0-1.787.709V7.5A1.5 1.5 0 0 0 23.5 6h-1.67A3 3 0 0 1 19 8h-6a3 3 0 0 1-2.83-2H8.5A1.5 1.5 0 0 0 7 7.5v19q.001.11.017.215a2.5 2.5 0 0 0 .837 2.169q.723.629 1.448 1.116H8.5A3.5 3.5 0 0 1 5 26.5v-19A3.5 3.5 0 0 1 8.5 4h1.67A3 3 0 0 1 13 2zm-1.233 21.233a2.5 2.5 0 0 0-3.536 0c-.254.255-.44.529-.625.853c-.149.262-.411.778-.636 1.147a6.3 6.3 0 0 1-1.711 1.868c1.38.932 2.551 1.194 3.497 1.134c1.204-.075 2.226-.682 3.01-1.466a2.5 2.5 0 0 0 0-3.536M13 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardBrush32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.183 11.135c.657-.176 1.625-.289 2.297.383c.671.671.558 1.64.382 2.297c-.199.742-.61 1.596-1.151 2.489c-1.09 1.8-2.829 3.963-4.927 6.061c-.591.591-1.498 1.517-2.55 1.995a4 4 0 0 1-.754.253a4.49 4.49 0 0 1-1.3 3.57c-1.018 1.018-2.472 1.933-4.298 2.048c-1.843.116-3.885-.593-6.04-2.476a1.002 1.002 0 0 1 .208-1.647c1.313-.661 1.84-1.306 2.21-1.914c.238-.39.34-.627.608-1.097a5.8 5.8 0 0 1 .948-1.278a4.5 4.5 0 0 1 3.569-1.301q.092-.4.254-.752c.478-1.053 1.403-1.962 1.994-2.553c2.098-2.098 4.261-3.836 6.061-4.926c.894-.54 1.747-.953 2.489-1.152M19 2c1.306 0 2.417.835 2.83 2h1.67A3.5 3.5 0 0 1 27 7.5v2.134l-.213.052a9.5 9.5 0 0 0-1.787.709V7.5A1.5 1.5 0 0 0 23.5 6h-1.67A3 3 0 0 1 19 8h-6a3 3 0 0 1-2.83-2H8.5A1.5 1.5 0 0 0 7 7.5v19q.001.11.017.215a2.5 2.5 0 0 0 .837 2.169q.723.629 1.448 1.116H8.5A3.5 3.5 0 0 1 5 26.5v-19A3.5 3.5 0 0 1 8.5 4h1.67A3 3 0 0 1 13 2zm-1.233 21.233a2.5 2.5 0 0 0-3.536 0c-.254.255-.44.529-.625.853c-.149.262-.411.778-.636 1.147a6.3 6.3 0 0 1-1.711 1.868c1.38.932 2.551 1.194 3.497 1.134c1.204-.075 2.226-.682 3.01-1.466a2.5 2.5 0 0 0 0-3.536M13 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.183 11.135c.657-.176 1.625-.289 2.297.383c.671.671.558 1.64.382 2.297c-.199.742-.61 1.596-1.151 2.489c-1.09 1.8-2.829 3.963-4.927 6.061c-.591.591-1.498 1.517-2.55 1.995a4 4 0 0 1-.754.253a4.49 4.49 0 0 1-1.3 3.57c-1.018 1.018-2.472 1.933-4.298 2.048c-1.843.116-3.885-.593-6.04-2.476a1.002 1.002 0 0 1 .208-1.647c1.313-.661 1.84-1.306 2.21-1.914c.238-.39.34-.627.608-1.097a5.8 5.8 0 0 1 .948-1.278a4.5 4.5 0 0 1 3.569-1.301q.092-.4.254-.752c.478-1.053 1.403-1.962 1.994-2.553c2.098-2.098 4.261-3.836 6.061-4.926c.894-.54 1.747-.953 2.489-1.152M19 2c1.306 0 2.417.835 2.83 2h1.67A3.5 3.5 0 0 1 27 7.5v2.134l-.213.052a9.5 9.5 0 0 0-1.787.709V7.5A1.5 1.5 0 0 0 23.5 6h-1.67A3 3 0 0 1 19 8h-6a3 3 0 0 1-2.83-2H8.5A1.5 1.5 0 0 0 7 7.5v19q.001.11.017.215a2.5 2.5 0 0 0 .837 2.169q.723.629 1.448 1.116H8.5A3.5 3.5 0 0 1 5 26.5v-19A3.5 3.5 0 0 1 8.5 4h1.67A3 3 0 0 1 13 2zm-1.233 21.233a2.5 2.5 0 0 0-3.536 0c-.254.255-.44.529-.625.853c-.149.262-.411.778-.636 1.147a6.3 6.3 0 0 1-1.711 1.868c1.38.932 2.551 1.194 3.497 1.134c1.204-.075 2.226-.682 3.01-1.466a2.5 2.5 0 0 0 0-3.536M13 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-clipboard-brush-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.183%2011.135c.657-.176%201.625-.289%202.297.383c.671.671.558%201.64.382%202.297c-.199.742-.61%201.596-1.151%202.489c-1.09%201.8-2.829%203.963-4.927%206.061c-.591.591-1.498%201.517-2.55%201.995a4%204%200%200%201-.754.253a4.49%204.49%200%200%201-1.3%203.57c-1.018%201.018-2.472%201.933-4.298%202.048c-1.843.116-3.885-.593-6.04-2.476a1.002%201.002%200%200%201%20.208-1.647c1.313-.661%201.84-1.306%202.21-1.914c.238-.39.34-.627.608-1.097a5.8%205.8%200%200%201%20.948-1.278a4.5%204.5%200%200%201%203.569-1.301q.092-.4.254-.752c.478-1.053%201.403-1.962%201.994-2.553c2.098-2.098%204.261-3.836%206.061-4.926c.894-.54%201.747-.953%202.489-1.152M19%202c1.306%200%202.417.835%202.83%202h1.67A3.5%203.5%200%200%201%2027%207.5v2.134l-.213.052a9.5%209.5%200%200%200-1.787.709V7.5A1.5%201.5%200%200%200%2023.5%206h-1.67A3%203%200%200%201%2019%208h-6a3%203%200%200%201-2.83-2H8.5A1.5%201.5%200%200%200%207%207.5v19q.001.11.017.215a2.5%202.5%200%200%200%20.837%202.169q.723.629%201.448%201.116H8.5A3.5%203.5%200%200%201%205%2026.5v-19A3.5%203.5%200%200%201%208.5%204h1.67A3%203%200%200%201%2013%202zm-1.233%2021.233a2.5%202.5%200%200%200-3.536%200c-.254.255-.44.529-.625.853c-.149.262-.411.778-.636%201.147a6.3%206.3%200%200%201-1.711%201.868c1.38.932%202.551%201.194%203.497%201.134c1.204-.075%202.226-.682%203.01-1.466a2.5%202.5%200%200%200%200-3.536M13%204a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.183%2011.135c.657-.176%201.625-.289%202.297.383c.671.671.558%201.64.382%202.297c-.199.742-.61%201.596-1.151%202.489c-1.09%201.8-2.829%203.963-4.927%206.061c-.591.591-1.498%201.517-2.55%201.995a4%204%200%200%201-.754.253a4.49%204.49%200%200%201-1.3%203.57c-1.018%201.018-2.472%201.933-4.298%202.048c-1.843.116-3.885-.593-6.04-2.476a1.002%201.002%200%200%201%20.208-1.647c1.313-.661%201.84-1.306%202.21-1.914c.238-.39.34-.627.608-1.097a5.8%205.8%200%200%201%20.948-1.278a4.5%204.5%200%200%201%203.569-1.301q.092-.4.254-.752c.478-1.053%201.403-1.962%201.994-2.553c2.098-2.098%204.261-3.836%206.061-4.926c.894-.54%201.747-.953%202.489-1.152M19%202c1.306%200%202.417.835%202.83%202h1.67A3.5%203.5%200%200%201%2027%207.5v2.134l-.213.052a9.5%209.5%200%200%200-1.787.709V7.5A1.5%201.5%200%200%200%2023.5%206h-1.67A3%203%200%200%201%2019%208h-6a3%203%200%200%201-2.83-2H8.5A1.5%201.5%200%200%200%207%207.5v19q.001.11.017.215a2.5%202.5%200%200%200%20.837%202.169q.723.629%201.448%201.116H8.5A3.5%203.5%200%200%201%205%2026.5v-19A3.5%203.5%200%200%201%208.5%204h1.67A3%203%200%200%201%2013%202zm-1.233%2021.233a2.5%202.5%200%200%200-3.536%200c-.254.255-.44.529-.625.853c-.149.262-.411.778-.636%201.147a6.3%206.3%200%200%201-1.711%201.868c1.38.932%202.551%201.194%203.497%201.134c1.204-.075%202.226-.682%203.01-1.466a2.5%202.5%200%200%200%200-3.536M13%204a1%201%200%201%200%200%202h6a1%201%200%201%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-brush-32-regular.svg?color=%231a73e8&size=48