clipboard brush icon
clipboard-brush-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- clipboard-brush-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M17.436 7.577c.39-.104.92-.158 1.282.203c.361.362.307.894.203 1.283c-.116.432-.357.937-.68 1.47c-.65 1.072-1.688 2.365-2.943 3.62c-.358.358-.891.899-1.503 1.177a2 2 0 0 1-.843.19a2.5 2.5 0 0 1-.679 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.605a.502.502 0 0 1 .253-.788c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.246-.686a2 2 0 0 1 .19-.845c.28-.612.82-1.145 1.178-1.503c1.255-1.255 2.548-2.294 3.62-2.943c.533-.323 1.037-.565 1.47-.68M11.5 2a1.5 1.5 0 0 1 1.415 1H14.5A1.5 1.5 0 0 1 16 4.5v2.594a10 10 0 0 0-1 .593V4.5a.5.5 0 0 0-.5-.5h-1.585A1.5 1.5 0 0 1 11.5 5h-3a1.5 1.5 0 0 1-1.415-1H5.5a.5.5 0 0 0-.5.5V17h.002c0 .331.106.658.314.926l.055.067A1.5 1.5 0 0 1 4 16.5v-12A1.5 1.5 0 0 1 5.5 3h1.585A1.5 1.5 0 0 1 8.5 2zm.06 12.942a1.5 1.5 0 0 0-2.12 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.005a1.5 1.5 0 0 0 0-2.122M8.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClipboardBrush20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.436 7.577c.39-.104.92-.158 1.282.203c.361.362.307.894.203 1.283c-.116.432-.357.937-.68 1.47c-.65 1.072-1.688 2.365-2.943 3.62c-.358.358-.891.899-1.503 1.177a2 2 0 0 1-.843.19a2.5 2.5 0 0 1-.679 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.605a.502.502 0 0 1 .253-.788c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.246-.686a2 2 0 0 1 .19-.845c.28-.612.82-1.145 1.178-1.503c1.255-1.255 2.548-2.294 3.62-2.943c.533-.323 1.037-.565 1.47-.68M11.5 2a1.5 1.5 0 0 1 1.415 1H14.5A1.5 1.5 0 0 1 16 4.5v2.594a10 10 0 0 0-1 .593V4.5a.5.5 0 0 0-.5-.5h-1.585A1.5 1.5 0 0 1 11.5 5h-3a1.5 1.5 0 0 1-1.415-1H5.5a.5.5 0 0 0-.5.5V17h.002c0 .331.106.658.314.926l.055.067A1.5 1.5 0 0 1 4 16.5v-12A1.5 1.5 0 0 1 5.5 3h1.585A1.5 1.5 0 0 1 8.5 2zm.06 12.942a1.5 1.5 0 0 0-2.12 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.005a1.5 1.5 0 0 0 0-2.122M8.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.436 7.577c.39-.104.92-.158 1.282.203c.361.362.307.894.203 1.283c-.116.432-.357.937-.68 1.47c-.65 1.072-1.688 2.365-2.943 3.62c-.358.358-.891.899-1.503 1.177a2 2 0 0 1-.843.19a2.5 2.5 0 0 1-.679 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.605a.502.502 0 0 1 .253-.788c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.246-.686a2 2 0 0 1 .19-.845c.28-.612.82-1.145 1.178-1.503c1.255-1.255 2.548-2.294 3.62-2.943c.533-.323 1.037-.565 1.47-.68M11.5 2a1.5 1.5 0 0 1 1.415 1H14.5A1.5 1.5 0 0 1 16 4.5v2.594a10 10 0 0 0-1 .593V4.5a.5.5 0 0 0-.5-.5h-1.585A1.5 1.5 0 0 1 11.5 5h-3a1.5 1.5 0 0 1-1.415-1H5.5a.5.5 0 0 0-.5.5V17h.002c0 .331.106.658.314.926l.055.067A1.5 1.5 0 0 1 4 16.5v-12A1.5 1.5 0 0 1 5.5 3h1.585A1.5 1.5 0 0 1 8.5 2zm.06 12.942a1.5 1.5 0 0 0-2.12 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.005a1.5 1.5 0 0 0 0-2.122M8.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-clipboard-brush-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.436%207.577c.39-.104.92-.158%201.282.203c.361.362.307.894.203%201.283c-.116.432-.357.937-.68%201.47c-.65%201.072-1.688%202.365-2.943%203.62c-.358.358-.891.899-1.503%201.177a2%202%200%200%201-.843.19a2.5%202.5%200%200%201-.679%202.245l-.155.151c-1.637%201.517-4.346%201.535-6.013-.605a.502.502%200%200%201%20.253-.788c1.075-.318%201.386-.653%201.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5%202.5%200%200%201%202.246-.686a2%202%200%200%201%20.19-.845c.28-.612.82-1.145%201.178-1.503c1.255-1.255%202.548-2.294%203.62-2.943c.533-.323%201.037-.565%201.47-.68M11.5%202a1.5%201.5%200%200%201%201.415%201H14.5A1.5%201.5%200%200%201%2016%204.5v2.594a10%2010%200%200%200-1%20.593V4.5a.5.5%200%200%200-.5-.5h-1.585A1.5%201.5%200%200%201%2011.5%205h-3a1.5%201.5%200%200%201-1.415-1H5.5a.5.5%200%200%200-.5.5V17h.002c0%20.331.106.658.314.926l.055.067A1.5%201.5%200%200%201%204%2016.5v-12A1.5%201.5%200%200%201%205.5%203h1.585A1.5%201.5%200%200%201%208.5%202zm.06%2012.942a1.5%201.5%200%200%200-2.12%200a1.7%201.7%200%200%200-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378%201.097c1.318%201.151%203.096.957%204.168-.147l.005-.005a1.5%201.5%200%200%200%200-2.122M8.5%203a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.436%207.577c.39-.104.92-.158%201.282.203c.361.362.307.894.203%201.283c-.116.432-.357.937-.68%201.47c-.65%201.072-1.688%202.365-2.943%203.62c-.358.358-.891.899-1.503%201.177a2%202%200%200%201-.843.19a2.5%202.5%200%200%201-.679%202.245l-.155.151c-1.637%201.517-4.346%201.535-6.013-.605a.502.502%200%200%201%20.253-.788c1.075-.318%201.386-.653%201.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5%202.5%200%200%201%202.246-.686a2%202%200%200%201%20.19-.845c.28-.612.82-1.145%201.178-1.503c1.255-1.255%202.548-2.294%203.62-2.943c.533-.323%201.037-.565%201.47-.68M11.5%202a1.5%201.5%200%200%201%201.415%201H14.5A1.5%201.5%200%200%201%2016%204.5v2.594a10%2010%200%200%200-1%20.593V4.5a.5.5%200%200%200-.5-.5h-1.585A1.5%201.5%200%200%201%2011.5%205h-3a1.5%201.5%200%200%201-1.415-1H5.5a.5.5%200%200%200-.5.5V17h.002c0%20.331.106.658.314.926l.055.067A1.5%201.5%200%200%201%204%2016.5v-12A1.5%201.5%200%200%201%205.5%203h1.585A1.5%201.5%200%200%201%208.5%202zm.06%2012.942a1.5%201.5%200%200%200-2.12%200a1.7%201.7%200%200%200-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378%201.097c1.318%201.151%203.096.957%204.168-.147l.005-.005a1.5%201.5%200%200%200%200-2.122M8.5%203a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clipboard-brush-20-regular.svg?color=%231a73e8&size=48