clipboard-brush-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
clipboard-brush-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.594q-.278.145-.552.31c-1.158.7-2.514 1.793-3.81 3.09c-.33.33-1.013.99-1.38 1.797q-.05.11-.093.23a3.5 3.5 0 0 0-1.976.854l-.164.154a3.7 3.7 0 0 0-.73 1.05c-.102.212-.174.497-.38.637c-.12.081-.364.208-.84.35a1.5 1.5 0 0 0-1.004.979v.002c-.15.472-.058.989.245 1.379l.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 FluentClipboardBrush20Filled(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.594q-.278.145-.552.31c-1.158.7-2.514 1.793-3.81 3.09c-.33.33-1.013.99-1.38 1.797q-.05.11-.093.23a3.5 3.5 0 0 0-1.976.854l-.164.154a3.7 3.7 0 0 0-.73 1.05c-.102.212-.174.497-.38.637c-.12.081-.364.208-.84.35a1.5 1.5 0 0 0-1.004.979v.002c-.15.472-.058.989.245 1.379l.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.594q-.278.145-.552.31c-1.158.7-2.514 1.793-3.81 3.09c-.33.33-1.013.99-1.38 1.797q-.05.11-.093.23a3.5 3.5 0 0 0-1.976.854l-.164.154a3.7 3.7 0 0 0-.73 1.05c-.102.212-.174.497-.38.637c-.12.081-.364.208-.84.35a1.5 1.5 0 0 0-1.004.979v.002c-.15.472-.058.989.245 1.379l.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-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%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.594q-.278.145-.552.31c-1.158.7-2.514%201.793-3.81%203.09c-.33.33-1.013.99-1.38%201.797q-.05.11-.093.23a3.5%203.5%200%200%200-1.976.854l-.164.154a3.7%203.7%200%200%200-.73%201.05c-.102.212-.174.497-.38.637c-.12.081-.364.208-.84.35a1.5%201.5%200%200%200-1.004.979v.002c-.15.472-.058.989.245%201.379l.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.594q-.278.145-.552.31c-1.158.7-2.514%201.793-3.81%203.09c-.33.33-1.013.99-1.38%201.797q-.05.11-.093.23a3.5%203.5%200%200%200-1.976.854l-.164.154a3.7%203.7%200%200%200-.73%201.05c-.102.212-.174.497-.38.637c-.12.081-.364.208-.84.35a1.5%201.5%200%200%200-1.004.979v.002c-.15.472-.058.989.245%201.379l.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-filled.svg?color=%231a73e8&size=48