clipboard brush icon
clipboard-brush-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- clipboard-brush-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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.136c.657-.176 1.625-.29 2.297.382c.67.671.56 1.64.383 2.297c-.199.742-.611 1.596-1.152 2.489c-1.09 1.8-2.828 3.964-4.926 6.062c-.591.591-1.5 1.516-2.552 1.994a4 4 0 0 1-.753.253a4.5 4.5 0 0 1-1.3 3.57c-1.018 1.02-2.473 1.935-4.298 2.05c-1.842.115-3.885-.594-6.04-2.477a1.004 1.004 0 0 1 .208-1.648c1.313-.661 1.84-1.306 2.21-1.914c.238-.39.34-.627.608-1.097c.232-.408.52-.85.948-1.278a4.5 4.5 0 0 1 3.568-1.301a4 4 0 0 1 .255-.752c.478-1.053 1.403-1.96 1.994-2.552c2.098-2.098 4.26-3.836 6.061-4.927c.893-.54 1.747-.952 2.489-1.151M19 2c1.306 0 2.417.835 2.83 2h1.67A3.5 3.5 0 0 1 27 7.5v2.134l-.213.052c-.937.251-1.93.745-2.877 1.318c-1.929 1.168-4.186 2.99-6.345 5.148c-.533.534-1.628 1.592-2.25 2.89a5.97 5.97 0 0 0-3.31 1.48l-.25.236a7.3 7.3 0 0 0-1.19 1.596c-.328.575-.588 1.22-1.08 1.68c-.221.206-.558.455-1.11.734a2.5 2.5 0 0 0-1.355 1.92v.002a2.5 2.5 0 0 0 .834 2.194q.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.53-.625.854c-.149.262-.411.778-.636 1.147a6.3 6.3 0 0 1-1.711 1.867c1.38.932 2.552 1.195 3.497 1.135c1.204-.075 2.226-.682 3.01-1.466a2.5 2.5 0 0 0 0-3.537M13 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardBrush32Filled(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.136c.657-.176 1.625-.29 2.297.382c.67.671.56 1.64.383 2.297c-.199.742-.611 1.596-1.152 2.489c-1.09 1.8-2.828 3.964-4.926 6.062c-.591.591-1.5 1.516-2.552 1.994a4 4 0 0 1-.753.253a4.5 4.5 0 0 1-1.3 3.57c-1.018 1.02-2.473 1.935-4.298 2.05c-1.842.115-3.885-.594-6.04-2.477a1.004 1.004 0 0 1 .208-1.648c1.313-.661 1.84-1.306 2.21-1.914c.238-.39.34-.627.608-1.097c.232-.408.52-.85.948-1.278a4.5 4.5 0 0 1 3.568-1.301a4 4 0 0 1 .255-.752c.478-1.053 1.403-1.96 1.994-2.552c2.098-2.098 4.26-3.836 6.061-4.927c.893-.54 1.747-.952 2.489-1.151M19 2c1.306 0 2.417.835 2.83 2h1.67A3.5 3.5 0 0 1 27 7.5v2.134l-.213.052c-.937.251-1.93.745-2.877 1.318c-1.929 1.168-4.186 2.99-6.345 5.148c-.533.534-1.628 1.592-2.25 2.89a5.97 5.97 0 0 0-3.31 1.48l-.25.236a7.3 7.3 0 0 0-1.19 1.596c-.328.575-.588 1.22-1.08 1.68c-.221.206-.558.455-1.11.734a2.5 2.5 0 0 0-1.355 1.92v.002a2.5 2.5 0 0 0 .834 2.194q.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.53-.625.854c-.149.262-.411.778-.636 1.147a6.3 6.3 0 0 1-1.711 1.867c1.38.932 2.552 1.195 3.497 1.135c1.204-.075 2.226-.682 3.01-1.466a2.5 2.5 0 0 0 0-3.537M13 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.136c.657-.176 1.625-.29 2.297.382c.67.671.56 1.64.383 2.297c-.199.742-.611 1.596-1.152 2.489c-1.09 1.8-2.828 3.964-4.926 6.062c-.591.591-1.5 1.516-2.552 1.994a4 4 0 0 1-.753.253a4.5 4.5 0 0 1-1.3 3.57c-1.018 1.02-2.473 1.935-4.298 2.05c-1.842.115-3.885-.594-6.04-2.477a1.004 1.004 0 0 1 .208-1.648c1.313-.661 1.84-1.306 2.21-1.914c.238-.39.34-.627.608-1.097c.232-.408.52-.85.948-1.278a4.5 4.5 0 0 1 3.568-1.301a4 4 0 0 1 .255-.752c.478-1.053 1.403-1.96 1.994-2.552c2.098-2.098 4.26-3.836 6.061-4.927c.893-.54 1.747-.952 2.489-1.151M19 2c1.306 0 2.417.835 2.83 2h1.67A3.5 3.5 0 0 1 27 7.5v2.134l-.213.052c-.937.251-1.93.745-2.877 1.318c-1.929 1.168-4.186 2.99-6.345 5.148c-.533.534-1.628 1.592-2.25 2.89a5.97 5.97 0 0 0-3.31 1.48l-.25.236a7.3 7.3 0 0 0-1.19 1.596c-.328.575-.588 1.22-1.08 1.68c-.221.206-.558.455-1.11.734a2.5 2.5 0 0 0-1.355 1.92v.002a2.5 2.5 0 0 0 .834 2.194q.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.53-.625.854c-.149.262-.411.778-.636 1.147a6.3 6.3 0 0 1-1.711 1.867c1.38.932 2.552 1.195 3.497 1.135c1.204-.075 2.226-.682 3.01-1.466a2.5 2.5 0 0 0 0-3.537M13 4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-clipboard-brush-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.183%2011.136c.657-.176%201.625-.29%202.297.382c.67.671.56%201.64.383%202.297c-.199.742-.611%201.596-1.152%202.489c-1.09%201.8-2.828%203.964-4.926%206.062c-.591.591-1.5%201.516-2.552%201.994a4%204%200%200%201-.753.253a4.5%204.5%200%200%201-1.3%203.57c-1.018%201.02-2.473%201.935-4.298%202.05c-1.842.115-3.885-.594-6.04-2.477a1.004%201.004%200%200%201%20.208-1.648c1.313-.661%201.84-1.306%202.21-1.914c.238-.39.34-.627.608-1.097c.232-.408.52-.85.948-1.278a4.5%204.5%200%200%201%203.568-1.301a4%204%200%200%201%20.255-.752c.478-1.053%201.403-1.96%201.994-2.552c2.098-2.098%204.26-3.836%206.061-4.927c.893-.54%201.747-.952%202.489-1.151M19%202c1.306%200%202.417.835%202.83%202h1.67A3.5%203.5%200%200%201%2027%207.5v2.134l-.213.052c-.937.251-1.93.745-2.877%201.318c-1.929%201.168-4.186%202.99-6.345%205.148c-.533.534-1.628%201.592-2.25%202.89a5.97%205.97%200%200%200-3.31%201.48l-.25.236a7.3%207.3%200%200%200-1.19%201.596c-.328.575-.588%201.22-1.08%201.68c-.221.206-.558.455-1.11.734a2.5%202.5%200%200%200-1.355%201.92v.002a2.5%202.5%200%200%200%20.834%202.194q.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.53-.625.854c-.149.262-.411.778-.636%201.147a6.3%206.3%200%200%201-1.711%201.867c1.38.932%202.552%201.195%203.497%201.135c1.204-.075%202.226-.682%203.01-1.466a2.5%202.5%200%200%200%200-3.537M13%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.136c.657-.176%201.625-.29%202.297.382c.67.671.56%201.64.383%202.297c-.199.742-.611%201.596-1.152%202.489c-1.09%201.8-2.828%203.964-4.926%206.062c-.591.591-1.5%201.516-2.552%201.994a4%204%200%200%201-.753.253a4.5%204.5%200%200%201-1.3%203.57c-1.018%201.02-2.473%201.935-4.298%202.05c-1.842.115-3.885-.594-6.04-2.477a1.004%201.004%200%200%201%20.208-1.648c1.313-.661%201.84-1.306%202.21-1.914c.238-.39.34-.627.608-1.097c.232-.408.52-.85.948-1.278a4.5%204.5%200%200%201%203.568-1.301a4%204%200%200%201%20.255-.752c.478-1.053%201.403-1.96%201.994-2.552c2.098-2.098%204.26-3.836%206.061-4.927c.893-.54%201.747-.952%202.489-1.151M19%202c1.306%200%202.417.835%202.83%202h1.67A3.5%203.5%200%200%201%2027%207.5v2.134l-.213.052c-.937.251-1.93.745-2.877%201.318c-1.929%201.168-4.186%202.99-6.345%205.148c-.533.534-1.628%201.592-2.25%202.89a5.97%205.97%200%200%200-3.31%201.48l-.25.236a7.3%207.3%200%200%200-1.19%201.596c-.328.575-.588%201.22-1.08%201.68c-.221.206-.558.455-1.11.734a2.5%202.5%200%200%200-1.355%201.92v.002a2.5%202.5%200%200%200%20.834%202.194q.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.53-.625.854c-.149.262-.411.778-.636%201.147a6.3%206.3%200%200%201-1.711%201.867c1.38.932%202.552%201.195%203.497%201.135c1.204-.075%202.226-.682%203.01-1.466a2.5%202.5%200%200%200%200-3.537M13%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-filled.svg?color=%231a73e8&size=48