clipboard-brush-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
clipboard-brush-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M14.567 5.568c.337-.09.827-.145 1.166.194s.284.828.194 1.165c-.102.378-.313.816-.59 1.273c-.559.922-1.45 2.031-2.525 3.107c-.304.303-.768.775-1.304 1.02a2 2 0 0 1-.518.15a2.16 2.16 0 0 1-.617 1.718l-.133.13c-1.399 1.295-3.713 1.308-5.135-.516a.502.502 0 0 1 .252-.786c.885-.262 1.124-.533 1.25-.738c.087-.143.125-.255.233-.48c.098-.204.23-.44.462-.67a2.16 2.16 0 0 1 1.713-.623a2 2 0 0 1 .153-.525c.244-.536.716-1 1.02-1.304c1.075-1.076 2.185-1.967 3.107-2.526c.457-.277.894-.487 1.272-.589M9.5 1a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v1.674q-.112.063-.222.128q-.376.228-.778.514V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10l.003.03c.011.607.416 1.074.835 1.47H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585A1.5 1.5 0 0 1 6.5 1zm.16 10.843a1.17 1.17 0 0 0-1.65-.001a1.4 1.4 0 0 0-.269.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.064.892c1.053.837 2.425.66 3.261-.202l.005-.005a1.17 1.17 0 0 0 0-1.65M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClipboardBrush16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.567 5.568c.337-.09.827-.145 1.166.194s.284.828.194 1.165c-.102.378-.313.816-.59 1.273c-.559.922-1.45 2.031-2.525 3.107c-.304.303-.768.775-1.304 1.02a2 2 0 0 1-.518.15a2.16 2.16 0 0 1-.617 1.718l-.133.13c-1.399 1.295-3.713 1.308-5.135-.516a.502.502 0 0 1 .252-.786c.885-.262 1.124-.533 1.25-.738c.087-.143.125-.255.233-.48c.098-.204.23-.44.462-.67a2.16 2.16 0 0 1 1.713-.623a2 2 0 0 1 .153-.525c.244-.536.716-1 1.02-1.304c1.075-1.076 2.185-1.967 3.107-2.526c.457-.277.894-.487 1.272-.589M9.5 1a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v1.674q-.112.063-.222.128q-.376.228-.778.514V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10l.003.03c.011.607.416 1.074.835 1.47H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585A1.5 1.5 0 0 1 6.5 1zm.16 10.843a1.17 1.17 0 0 0-1.65-.001a1.4 1.4 0 0 0-.269.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.064.892c1.053.837 2.425.66 3.261-.202l.005-.005a1.17 1.17 0 0 0 0-1.65M6.5 2a.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 16 16"><path fill="currentColor" d="M14.567 5.568c.337-.09.827-.145 1.166.194s.284.828.194 1.165c-.102.378-.313.816-.59 1.273c-.559.922-1.45 2.031-2.525 3.107c-.304.303-.768.775-1.304 1.02a2 2 0 0 1-.518.15a2.16 2.16 0 0 1-.617 1.718l-.133.13c-1.399 1.295-3.713 1.308-5.135-.516a.502.502 0 0 1 .252-.786c.885-.262 1.124-.533 1.25-.738c.087-.143.125-.255.233-.48c.098-.204.23-.44.462-.67a2.16 2.16 0 0 1 1.713-.623a2 2 0 0 1 .153-.525c.244-.536.716-1 1.02-1.304c1.075-1.076 2.185-1.967 3.107-2.526c.457-.277.894-.487 1.272-.589M9.5 1a1.5 1.5 0 0 1 1.415 1h.585A1.5 1.5 0 0 1 13 3.5v1.674q-.112.063-.222.128q-.376.228-.778.514V3.5a.5.5 0 0 0-.5-.5h-.585A1.5 1.5 0 0 1 9.5 4h-3a1.5 1.5 0 0 1-1.415-1H4.5a.5.5 0 0 0-.5.5v10l.003.03c.011.607.416 1.074.835 1.47H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2h.585A1.5 1.5 0 0 1 6.5 1zm.16 10.843a1.17 1.17 0 0 0-1.65-.001a1.4 1.4 0 0 0-.269.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.064.892c1.053.837 2.425.66 3.261-.202l.005-.005a1.17 1.17 0 0 0 0-1.65M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
</template>

CSS

.icon-clipboard-brush-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.567%205.568c.337-.09.827-.145%201.166.194s.284.828.194%201.165c-.102.378-.313.816-.59%201.273c-.559.922-1.45%202.031-2.525%203.107c-.304.303-.768.775-1.304%201.02a2%202%200%200%201-.518.15a2.16%202.16%200%200%201-.617%201.718l-.133.13c-1.399%201.295-3.713%201.308-5.135-.516a.502.502%200%200%201%20.252-.786c.885-.262%201.124-.533%201.25-.738c.087-.143.125-.255.233-.48c.098-.204.23-.44.462-.67a2.16%202.16%200%200%201%201.713-.623a2%202%200%200%201%20.153-.525c.244-.536.716-1%201.02-1.304c1.075-1.076%202.185-1.967%203.107-2.526c.457-.277.894-.487%201.272-.589M9.5%201a1.5%201.5%200%200%201%201.415%201h.585A1.5%201.5%200%200%201%2013%203.5v1.674q-.112.063-.222.128q-.376.228-.778.514V3.5a.5.5%200%200%200-.5-.5h-.585A1.5%201.5%200%200%201%209.5%204h-3a1.5%201.5%200%200%201-1.415-1H4.5a.5.5%200%200%200-.5.5v10l.003.03c.011.607.416%201.074.835%201.47H4.5A1.5%201.5%200%200%201%203%2013.5v-10A1.5%201.5%200%200%201%204.5%202h.585A1.5%201.5%200%200%201%206.5%201zm.16%2010.843a1.17%201.17%200%200%200-1.65-.001a1.4%201.4%200%200%200-.269.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.064.892c1.053.837%202.425.66%203.261-.202l.005-.005a1.17%201.17%200%200%200%200-1.65M6.5%202a.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.567%205.568c.337-.09.827-.145%201.166.194s.284.828.194%201.165c-.102.378-.313.816-.59%201.273c-.559.922-1.45%202.031-2.525%203.107c-.304.303-.768.775-1.304%201.02a2%202%200%200%201-.518.15a2.16%202.16%200%200%201-.617%201.718l-.133.13c-1.399%201.295-3.713%201.308-5.135-.516a.502.502%200%200%201%20.252-.786c.885-.262%201.124-.533%201.25-.738c.087-.143.125-.255.233-.48c.098-.204.23-.44.462-.67a2.16%202.16%200%200%201%201.713-.623a2%202%200%200%201%20.153-.525c.244-.536.716-1%201.02-1.304c1.075-1.076%202.185-1.967%203.107-2.526c.457-.277.894-.487%201.272-.589M9.5%201a1.5%201.5%200%200%201%201.415%201h.585A1.5%201.5%200%200%201%2013%203.5v1.674q-.112.063-.222.128q-.376.228-.778.514V3.5a.5.5%200%200%200-.5-.5h-.585A1.5%201.5%200%200%201%209.5%204h-3a1.5%201.5%200%200%201-1.415-1H4.5a.5.5%200%200%200-.5.5v10l.003.03c.011.607.416%201.074.835%201.47H4.5A1.5%201.5%200%200%201%203%2013.5v-10A1.5%201.5%200%200%201%204.5%202h.585A1.5%201.5%200%200%201%206.5%201zm.16%2010.843a1.17%201.17%200%200%200-1.65-.001a1.4%201.4%200%200%200-.269.396c-.062.13-.16.37-.283.57c-.212.347-.525.64-1.064.892c1.053.837%202.425.66%203.261-.202l.005-.005a1.17%201.17%200%200%200%200-1.65M6.5%202a.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-16-regular.svg?color=%231a73e8&size=48