paint brush arrow down icon

paint-brush-arrow-down-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
paint-brush-arrow-down-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the paint brush arrow down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 4v3.5a.5.5 0 0 1-.5.5H7a1 1 0 0 0-1 1v1h8V9a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1-.5-.5V4a1 1 0 1 0-2 0m6 5v3.085a1.5 1.5 0 0 0-1 0V11H6v.5A13.6 13.6 0 0 1 4.811 17h1.373l.017-.038c.091-.197.213-.47.334-.773s.24-.63.327-.936c.09-.313.137-.573.137-.753a.5.5 0 0 1 1 0c0 .32-.078.685-.175 1.028c-.1.35-.232.711-.36 1.033q-.095.235-.184.439h1.237a9 9 0 0 0 .182-.416c.168-.412.297-.83.297-1.084a.5.5 0 0 1 1 0c0 .471-.205 1.053-.37 1.46L9.61 17h1.475c.073.205.19.397.354.56l.44.44H4a.5.5 0 0 1-.43-.756l.003-.004l.01-.017l.042-.076a8 8 0 0 0 .16-.311A12.6 12.6 0 0 0 5 11.5V9a2 2 0 0 1 2-2h1V4a2 2 0 0 1 4 0v3h1a2 2 0 0 1 2 2m0 4.5a.5.5 0 0 0-1 0v3.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L15 17.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBrushArrowDown20Regular(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="M9 4v3.5a.5.5 0 0 1-.5.5H7a1 1 0 0 0-1 1v1h8V9a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1-.5-.5V4a1 1 0 1 0-2 0m6 5v3.085a1.5 1.5 0 0 0-1 0V11H6v.5A13.6 13.6 0 0 1 4.811 17h1.373l.017-.038c.091-.197.213-.47.334-.773s.24-.63.327-.936c.09-.313.137-.573.137-.753a.5.5 0 0 1 1 0c0 .32-.078.685-.175 1.028c-.1.35-.232.711-.36 1.033q-.095.235-.184.439h1.237a9 9 0 0 0 .182-.416c.168-.412.297-.83.297-1.084a.5.5 0 0 1 1 0c0 .471-.205 1.053-.37 1.46L9.61 17h1.475c.073.205.19.397.354.56l.44.44H4a.5.5 0 0 1-.43-.756l.003-.004l.01-.017l.042-.076a8 8 0 0 0 .16-.311A12.6 12.6 0 0 0 5 11.5V9a2 2 0 0 1 2-2h1V4a2 2 0 0 1 4 0v3h1a2 2 0 0 1 2 2m0 4.5a.5.5 0 0 0-1 0v3.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L15 17.293z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9 4v3.5a.5.5 0 0 1-.5.5H7a1 1 0 0 0-1 1v1h8V9a1 1 0 0 0-1-1h-1.5a.5.5 0 0 1-.5-.5V4a1 1 0 1 0-2 0m6 5v3.085a1.5 1.5 0 0 0-1 0V11H6v.5A13.6 13.6 0 0 1 4.811 17h1.373l.017-.038c.091-.197.213-.47.334-.773s.24-.63.327-.936c.09-.313.137-.573.137-.753a.5.5 0 0 1 1 0c0 .32-.078.685-.175 1.028c-.1.35-.232.711-.36 1.033q-.095.235-.184.439h1.237a9 9 0 0 0 .182-.416c.168-.412.297-.83.297-1.084a.5.5 0 0 1 1 0c0 .471-.205 1.053-.37 1.46L9.61 17h1.475c.073.205.19.397.354.56l.44.44H4a.5.5 0 0 1-.43-.756l.003-.004l.01-.017l.042-.076a8 8 0 0 0 .16-.311A12.6 12.6 0 0 0 5 11.5V9a2 2 0 0 1 2-2h1V4a2 2 0 0 1 4 0v3h1a2 2 0 0 1 2 2m0 4.5a.5.5 0 0 0-1 0v3.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L15 17.293z"/></svg>
</template>

CSS

.icon-paint-brush-arrow-down-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%22M9%204v3.5a.5.5%200%200%201-.5.5H7a1%201%200%200%200-1%201v1h8V9a1%201%200%200%200-1-1h-1.5a.5.5%200%200%201-.5-.5V4a1%201%200%201%200-2%200m6%205v3.085a1.5%201.5%200%200%200-1%200V11H6v.5A13.6%2013.6%200%200%201%204.811%2017h1.373l.017-.038c.091-.197.213-.47.334-.773s.24-.63.327-.936c.09-.313.137-.573.137-.753a.5.5%200%200%201%201%200c0%20.32-.078.685-.175%201.028c-.1.35-.232.711-.36%201.033q-.095.235-.184.439h1.237a9%209%200%200%200%20.182-.416c.168-.412.297-.83.297-1.084a.5.5%200%200%201%201%200c0%20.471-.205%201.053-.37%201.46L9.61%2017h1.475c.073.205.19.397.354.56l.44.44H4a.5.5%200%200%201-.43-.756l.003-.004l.01-.017l.042-.076a8%208%200%200%200%20.16-.311A12.6%2012.6%200%200%200%205%2011.5V9a2%202%200%200%201%202-2h1V4a2%202%200%200%201%204%200v3h1a2%202%200%200%201%202%202m0%204.5a.5.5%200%200%200-1%200v3.793l-1.146-1.147a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l2-2a.5.5%200%200%200-.708-.708L15%2017.293z%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%22M9%204v3.5a.5.5%200%200%201-.5.5H7a1%201%200%200%200-1%201v1h8V9a1%201%200%200%200-1-1h-1.5a.5.5%200%200%201-.5-.5V4a1%201%200%201%200-2%200m6%205v3.085a1.5%201.5%200%200%200-1%200V11H6v.5A13.6%2013.6%200%200%201%204.811%2017h1.373l.017-.038c.091-.197.213-.47.334-.773s.24-.63.327-.936c.09-.313.137-.573.137-.753a.5.5%200%200%201%201%200c0%20.32-.078.685-.175%201.028c-.1.35-.232.711-.36%201.033q-.095.235-.184.439h1.237a9%209%200%200%200%20.182-.416c.168-.412.297-.83.297-1.084a.5.5%200%200%201%201%200c0%20.471-.205%201.053-.37%201.46L9.61%2017h1.475c.073.205.19.397.354.56l.44.44H4a.5.5%200%200%201-.43-.756l.003-.004l.01-.017l.042-.076a8%208%200%200%200%20.16-.311A12.6%2012.6%200%200%200%205%2011.5V9a2%202%200%200%201%202-2h1V4a2%202%200%200%201%204%200v3h1a2%202%200%200%201%202%202m0%204.5a.5.5%200%200%200-1%200v3.793l-1.146-1.147a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l2-2a.5.5%200%200%200-.708-.708L15%2017.293z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/paint-brush-arrow-down-20-regular.svg?color=%231a73e8&size=48