paint brush arrow up icon

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

Name
paint-brush-arrow-up-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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 up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m3.573 17.24l-.002.003A.501.501 0 0 0 4 18h1.707l.016-.034c.261-.54.548-1.133.787-1.71c.302-.729.49-1.348.49-1.756a.5.5 0 0 1 1 0c0 .627-.265 1.412-.566 2.138c-.19.458-.409.927-.617 1.362h1.188c.204-.386.423-.8.607-1.21c.243-.541.385-.989.385-1.29a.5.5 0 0 1 1 0c0 .533-.227 1.152-.473 1.699c-.12.27-.256.541-.39.801H13v-1.085a1.5 1.5 0 0 1-1.56-2.476l2-2a1.5 1.5 0 0 1 1.559-.354V11h-10v.5a12.6 12.6 0 0 1-1.215 5.336a8 8 0 0 1-.201.387zM4.999 10h10V9a2 2 0 0 0-2-2h-1V4a2 2 0 1 0-4 0v3h-1a2 2 0 0 0-2 2zM15 14.707V18.5a.5.5 0 0 1-1 0v-3.793l-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBrushArrowUp20Filled(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="m3.573 17.24l-.002.003A.501.501 0 0 0 4 18h1.707l.016-.034c.261-.54.548-1.133.787-1.71c.302-.729.49-1.348.49-1.756a.5.5 0 0 1 1 0c0 .627-.265 1.412-.566 2.138c-.19.458-.409.927-.617 1.362h1.188c.204-.386.423-.8.607-1.21c.243-.541.385-.989.385-1.29a.5.5 0 0 1 1 0c0 .533-.227 1.152-.473 1.699c-.12.27-.256.541-.39.801H13v-1.085a1.5 1.5 0 0 1-1.56-2.476l2-2a1.5 1.5 0 0 1 1.559-.354V11h-10v.5a12.6 12.6 0 0 1-1.215 5.336a8 8 0 0 1-.201.387zM4.999 10h10V9a2 2 0 0 0-2-2h-1V4a2 2 0 1 0-4 0v3h-1a2 2 0 0 0-2 2zM15 14.707V18.5a.5.5 0 0 1-1 0v-3.793l-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m3.573 17.24l-.002.003A.501.501 0 0 0 4 18h1.707l.016-.034c.261-.54.548-1.133.787-1.71c.302-.729.49-1.348.49-1.756a.5.5 0 0 1 1 0c0 .627-.265 1.412-.566 2.138c-.19.458-.409.927-.617 1.362h1.188c.204-.386.423-.8.607-1.21c.243-.541.385-.989.385-1.29a.5.5 0 0 1 1 0c0 .533-.227 1.152-.473 1.699c-.12.27-.256.541-.39.801H13v-1.085a1.5 1.5 0 0 1-1.56-2.476l2-2a1.5 1.5 0 0 1 1.559-.354V11h-10v.5a12.6 12.6 0 0 1-1.215 5.336a8 8 0 0 1-.201.387zM4.999 10h10V9a2 2 0 0 0-2-2h-1V4a2 2 0 1 0-4 0v3h-1a2 2 0 0 0-2 2zM15 14.707V18.5a.5.5 0 0 1-1 0v-3.793l-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708z"/></svg>
</template>

CSS

.icon-paint-brush-arrow-up-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%22m3.573%2017.24l-.002.003A.501.501%200%200%200%204%2018h1.707l.016-.034c.261-.54.548-1.133.787-1.71c.302-.729.49-1.348.49-1.756a.5.5%200%200%201%201%200c0%20.627-.265%201.412-.566%202.138c-.19.458-.409.927-.617%201.362h1.188c.204-.386.423-.8.607-1.21c.243-.541.385-.989.385-1.29a.5.5%200%200%201%201%200c0%20.533-.227%201.152-.473%201.699c-.12.27-.256.541-.39.801H13v-1.085a1.5%201.5%200%200%201-1.56-2.476l2-2a1.5%201.5%200%200%201%201.559-.354V11h-10v.5a12.6%2012.6%200%200%201-1.215%205.336a8%208%200%200%201-.201.387zM4.999%2010h10V9a2%202%200%200%200-2-2h-1V4a2%202%200%201%200-4%200v3h-1a2%202%200%200%200-2%202zM15%2014.707V18.5a.5.5%200%200%201-1%200v-3.793l-1.146%201.147a.5.5%200%200%201-.708-.708l2-2a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201-.708.708z%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%22m3.573%2017.24l-.002.003A.501.501%200%200%200%204%2018h1.707l.016-.034c.261-.54.548-1.133.787-1.71c.302-.729.49-1.348.49-1.756a.5.5%200%200%201%201%200c0%20.627-.265%201.412-.566%202.138c-.19.458-.409.927-.617%201.362h1.188c.204-.386.423-.8.607-1.21c.243-.541.385-.989.385-1.29a.5.5%200%200%201%201%200c0%20.533-.227%201.152-.473%201.699c-.12.27-.256.541-.39.801H13v-1.085a1.5%201.5%200%200%201-1.56-2.476l2-2a1.5%201.5%200%200%201%201.559-.354V11h-10v.5a12.6%2012.6%200%200%201-1.215%205.336a8%208%200%200%201-.201.387zM4.999%2010h10V9a2%202%200%200%200-2-2h-1V4a2%202%200%201%200-4%200v3h-1a2%202%200%200%200-2%202zM15%2014.707V18.5a.5.5%200%200%201-1%200v-3.793l-1.146%201.147a.5.5%200%200%201-.708-.708l2-2a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201-.708.708z%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-up-20-filled.svg?color=%231a73e8&size=48