clipboard brush icon
clipboard-brush-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- clipboard-brush-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M23.744 10.102c.558-.15 1.334-.232 1.865.3c.531.53.45 1.307.3 1.865c-.167.62-.514 1.343-.975 2.104c-.929 1.534-2.411 3.38-4.204 5.174c-.51.51-1.275 1.287-2.156 1.687a3.2 3.2 0 0 1-.59.203a3.74 3.74 0 0 1-1.083 2.965c-.804.805-2.048 1.495-3.628 1.59c-1.587.095-3.444-.413-5.464-1.884a.752.752 0 0 1 .158-1.301c1.577-.642 2.11-1.228 2.409-1.71c.177-.287.272-.527.456-.896c.172-.345.394-.728.767-1.101a3.74 3.74 0 0 1 2.98-1.081a3.3 3.3 0 0 1 .2-.58c.4-.881 1.177-1.646 1.687-2.156c1.793-1.793 3.64-3.276 5.174-4.205c.76-.46 1.483-.808 2.104-.974M16 2a2.5 2.5 0 0 1 2.45 2h1.8A2.75 2.75 0 0 1 23 6.75v2.541c-.488.177-.995.423-1.5.709V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5 2.5 0 0 1 16 7h-4a2.5 2.5 0 0 1-2.292-1.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5q0 .06.006.116a1.75 1.75 0 0 0 .716 1.55c.596.434 1.186.792 1.765 1.084H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.8A2.5 2.5 0 0 1 12 2zm-.16 18.158a2.25 2.25 0 0 0-3.18 0c-.213.212-.348.436-.486.712c-.126.252-.298.65-.522 1.013c-.369.597-.908 1.165-1.868 1.712c1.325.737 2.47.953 3.4.897c1.183-.071 2.09-.585 2.657-1.152a2.25 2.25 0 0 0 0-3.182M12 3.5a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardBrush28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M23.744 10.102c.558-.15 1.334-.232 1.865.3c.531.53.45 1.307.3 1.865c-.167.62-.514 1.343-.975 2.104c-.929 1.534-2.411 3.38-4.204 5.174c-.51.51-1.275 1.287-2.156 1.687a3.2 3.2 0 0 1-.59.203a3.74 3.74 0 0 1-1.083 2.965c-.804.805-2.048 1.495-3.628 1.59c-1.587.095-3.444-.413-5.464-1.884a.752.752 0 0 1 .158-1.301c1.577-.642 2.11-1.228 2.409-1.71c.177-.287.272-.527.456-.896c.172-.345.394-.728.767-1.101a3.74 3.74 0 0 1 2.98-1.081a3.3 3.3 0 0 1 .2-.58c.4-.881 1.177-1.646 1.687-2.156c1.793-1.793 3.64-3.276 5.174-4.205c.76-.46 1.483-.808 2.104-.974M16 2a2.5 2.5 0 0 1 2.45 2h1.8A2.75 2.75 0 0 1 23 6.75v2.541c-.488.177-.995.423-1.5.709V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5 2.5 0 0 1 16 7h-4a2.5 2.5 0 0 1-2.292-1.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5q0 .06.006.116a1.75 1.75 0 0 0 .716 1.55c.596.434 1.186.792 1.765 1.084H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.8A2.5 2.5 0 0 1 12 2zm-.16 18.158a2.25 2.25 0 0 0-3.18 0c-.213.212-.348.436-.486.712c-.126.252-.298.65-.522 1.013c-.369.597-.908 1.165-1.868 1.712c1.325.737 2.47.953 3.4.897c1.183-.071 2.09-.585 2.657-1.152a2.25 2.25 0 0 0 0-3.182M12 3.5a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M23.744 10.102c.558-.15 1.334-.232 1.865.3c.531.53.45 1.307.3 1.865c-.167.62-.514 1.343-.975 2.104c-.929 1.534-2.411 3.38-4.204 5.174c-.51.51-1.275 1.287-2.156 1.687a3.2 3.2 0 0 1-.59.203a3.74 3.74 0 0 1-1.083 2.965c-.804.805-2.048 1.495-3.628 1.59c-1.587.095-3.444-.413-5.464-1.884a.752.752 0 0 1 .158-1.301c1.577-.642 2.11-1.228 2.409-1.71c.177-.287.272-.527.456-.896c.172-.345.394-.728.767-1.101a3.74 3.74 0 0 1 2.98-1.081a3.3 3.3 0 0 1 .2-.58c.4-.881 1.177-1.646 1.687-2.156c1.793-1.793 3.64-3.276 5.174-4.205c.76-.46 1.483-.808 2.104-.974M16 2a2.5 2.5 0 0 1 2.45 2h1.8A2.75 2.75 0 0 1 23 6.75v2.541c-.488.177-.995.423-1.5.709V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5 2.5 0 0 1 16 7h-4a2.5 2.5 0 0 1-2.292-1.5H7.75c-.69 0-1.25.56-1.25 1.25v16.5q0 .06.006.116a1.75 1.75 0 0 0 .716 1.55c.596.434 1.186.792 1.765 1.084H7.75A2.75 2.75 0 0 1 5 23.25V6.75A2.75 2.75 0 0 1 7.75 4h1.8A2.5 2.5 0 0 1 12 2zm-.16 18.158a2.25 2.25 0 0 0-3.18 0c-.213.212-.348.436-.486.712c-.126.252-.298.65-.522 1.013c-.369.597-.908 1.165-1.868 1.712c1.325.737 2.47.953 3.4.897c1.183-.071 2.09-.585 2.657-1.152a2.25 2.25 0 0 0 0-3.182M12 3.5a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/></svg> </template>
CSS
.icon-clipboard-brush-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.744%2010.102c.558-.15%201.334-.232%201.865.3c.531.53.45%201.307.3%201.865c-.167.62-.514%201.343-.975%202.104c-.929%201.534-2.411%203.38-4.204%205.174c-.51.51-1.275%201.287-2.156%201.687a3.2%203.2%200%200%201-.59.203a3.74%203.74%200%200%201-1.083%202.965c-.804.805-2.048%201.495-3.628%201.59c-1.587.095-3.444-.413-5.464-1.884a.752.752%200%200%201%20.158-1.301c1.577-.642%202.11-1.228%202.409-1.71c.177-.287.272-.527.456-.896c.172-.345.394-.728.767-1.101a3.74%203.74%200%200%201%202.98-1.081a3.3%203.3%200%200%201%20.2-.58c.4-.881%201.177-1.646%201.687-2.156c1.793-1.793%203.64-3.276%205.174-4.205c.76-.46%201.483-.808%202.104-.974M16%202a2.5%202.5%200%200%201%202.45%202h1.8A2.75%202.75%200%200%201%2023%206.75v2.541c-.488.177-.995.423-1.5.709V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5%202.5%200%200%201%2016%207h-4a2.5%202.5%200%200%201-2.292-1.5H7.75c-.69%200-1.25.56-1.25%201.25v16.5q0%20.06.006.116a1.75%201.75%200%200%200%20.716%201.55c.596.434%201.186.792%201.765%201.084H7.75A2.75%202.75%200%200%201%205%2023.25V6.75A2.75%202.75%200%200%201%207.75%204h1.8A2.5%202.5%200%200%201%2012%202zm-.16%2018.158a2.25%202.25%200%200%200-3.18%200c-.213.212-.348.436-.486.712c-.126.252-.298.65-.522%201.013c-.369.597-.908%201.165-1.868%201.712c1.325.737%202.47.953%203.4.897c1.183-.071%202.09-.585%202.657-1.152a2.25%202.25%200%200%200%200-3.182M12%203.5a1%201%200%201%200%200%202h4a1%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.744%2010.102c.558-.15%201.334-.232%201.865.3c.531.53.45%201.307.3%201.865c-.167.62-.514%201.343-.975%202.104c-.929%201.534-2.411%203.38-4.204%205.174c-.51.51-1.275%201.287-2.156%201.687a3.2%203.2%200%200%201-.59.203a3.74%203.74%200%200%201-1.083%202.965c-.804.805-2.048%201.495-3.628%201.59c-1.587.095-3.444-.413-5.464-1.884a.752.752%200%200%201%20.158-1.301c1.577-.642%202.11-1.228%202.409-1.71c.177-.287.272-.527.456-.896c.172-.345.394-.728.767-1.101a3.74%203.74%200%200%201%202.98-1.081a3.3%203.3%200%200%201%20.2-.58c.4-.881%201.177-1.646%201.687-2.156c1.793-1.793%203.64-3.276%205.174-4.205c.76-.46%201.483-.808%202.104-.974M16%202a2.5%202.5%200%200%201%202.45%202h1.8A2.75%202.75%200%200%201%2023%206.75v2.541c-.488.177-.995.423-1.5.709V6.75c0-.69-.56-1.25-1.25-1.25h-1.958A2.5%202.5%200%200%201%2016%207h-4a2.5%202.5%200%200%201-2.292-1.5H7.75c-.69%200-1.25.56-1.25%201.25v16.5q0%20.06.006.116a1.75%201.75%200%200%200%20.716%201.55c.596.434%201.186.792%201.765%201.084H7.75A2.75%202.75%200%200%201%205%2023.25V6.75A2.75%202.75%200%200%201%207.75%204h1.8A2.5%202.5%200%200%201%2012%202zm-.16%2018.158a2.25%202.25%200%200%200-3.18%200c-.213.212-.348.436-.486.712c-.126.252-.298.65-.522%201.013c-.369.597-.908%201.165-1.868%201.712c1.325.737%202.47.953%203.4.897c1.183-.071%202.09-.585%202.657-1.152a2.25%202.25%200%200%200%200-3.182M12%203.5a1%201%200%201%200%200%202h4a1%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-28-regular.svg?color=%231a73e8&size=48