paint brush arrow down icon

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

Name
paint-brush-arrow-down-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2a2.5 2.5 0 0 0-2.5 2.5v3H7.112c-1.174 0-2.077.993-2.04 2.131c.043 1.292.045 3.356-.217 5.483c-.265 2.148-.787 4.264-1.735 5.729A.75.75 0 0 0 3.75 22h11.775l-1.012-1.013a1.8 1.8 0 0 1-.345-.487H11.13l.353-1.587a.75.75 0 0 0-1.464-.326L9.593 20.5H8.28l.079-.21c.23-.623.497-1.49.632-2.434a.75.75 0 0 0-1.485-.212a10.7 10.7 0 0 1-.555 2.128c-.103.28-.198.507-.267.663l-.029.065H5.01c.722-1.574 1.117-3.445 1.334-5.202A33 33 0 0 0 6.541 13H17.5v1.193a1.74 1.74 0 0 1 1.5-.047V9.75a2.25 2.25 0 0 0-2.25-2.25H14.5v-3A2.5 2.5 0 0 0 12 2m5.5 9.5H6.59c.01-.736-.001-1.39-.019-1.918A.557.557 0 0 1 7.111 9h3.139a.75.75 0 0 0 .75-.75V4.5a1 1 0 1 1 2 0v3.75c0 .414.336.75.75.75h3a.75.75 0 0 1 .75.75zm-2.28 7.72a.75.75 0 0 1 1.06 0l1.27 1.27v-4.74a.75.75 0 0 1 1.5 0v4.64l1.17-1.17a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBrushArrowDown24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a2.5 2.5 0 0 0-2.5 2.5v3H7.112c-1.174 0-2.077.993-2.04 2.131c.043 1.292.045 3.356-.217 5.483c-.265 2.148-.787 4.264-1.735 5.729A.75.75 0 0 0 3.75 22h11.775l-1.012-1.013a1.8 1.8 0 0 1-.345-.487H11.13l.353-1.587a.75.75 0 0 0-1.464-.326L9.593 20.5H8.28l.079-.21c.23-.623.497-1.49.632-2.434a.75.75 0 0 0-1.485-.212a10.7 10.7 0 0 1-.555 2.128c-.103.28-.198.507-.267.663l-.029.065H5.01c.722-1.574 1.117-3.445 1.334-5.202A33 33 0 0 0 6.541 13H17.5v1.193a1.74 1.74 0 0 1 1.5-.047V9.75a2.25 2.25 0 0 0-2.25-2.25H14.5v-3A2.5 2.5 0 0 0 12 2m5.5 9.5H6.59c.01-.736-.001-1.39-.019-1.918A.557.557 0 0 1 7.111 9h3.139a.75.75 0 0 0 .75-.75V4.5a1 1 0 1 1 2 0v3.75c0 .414.336.75.75.75h3a.75.75 0 0 1 .75.75zm-2.28 7.72a.75.75 0 0 1 1.06 0l1.27 1.27v-4.74a.75.75 0 0 1 1.5 0v4.64l1.17-1.17a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a2.5 2.5 0 0 0-2.5 2.5v3H7.112c-1.174 0-2.077.993-2.04 2.131c.043 1.292.045 3.356-.217 5.483c-.265 2.148-.787 4.264-1.735 5.729A.75.75 0 0 0 3.75 22h11.775l-1.012-1.013a1.8 1.8 0 0 1-.345-.487H11.13l.353-1.587a.75.75 0 0 0-1.464-.326L9.593 20.5H8.28l.079-.21c.23-.623.497-1.49.632-2.434a.75.75 0 0 0-1.485-.212a10.7 10.7 0 0 1-.555 2.128c-.103.28-.198.507-.267.663l-.029.065H5.01c.722-1.574 1.117-3.445 1.334-5.202A33 33 0 0 0 6.541 13H17.5v1.193a1.74 1.74 0 0 1 1.5-.047V9.75a2.25 2.25 0 0 0-2.25-2.25H14.5v-3A2.5 2.5 0 0 0 12 2m5.5 9.5H6.59c.01-.736-.001-1.39-.019-1.918A.557.557 0 0 1 7.111 9h3.139a.75.75 0 0 0 .75-.75V4.5a1 1 0 1 1 2 0v3.75c0 .414.336.75.75.75h3a.75.75 0 0 1 .75.75zm-2.28 7.72a.75.75 0 0 1 1.06 0l1.27 1.27v-4.74a.75.75 0 0 1 1.5 0v4.64l1.17-1.17a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 0-1.06"/></svg>
</template>

CSS

.icon-paint-brush-arrow-down-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a2.5%202.5%200%200%200-2.5%202.5v3H7.112c-1.174%200-2.077.993-2.04%202.131c.043%201.292.045%203.356-.217%205.483c-.265%202.148-.787%204.264-1.735%205.729A.75.75%200%200%200%203.75%2022h11.775l-1.012-1.013a1.8%201.8%200%200%201-.345-.487H11.13l.353-1.587a.75.75%200%200%200-1.464-.326L9.593%2020.5H8.28l.079-.21c.23-.623.497-1.49.632-2.434a.75.75%200%200%200-1.485-.212a10.7%2010.7%200%200%201-.555%202.128c-.103.28-.198.507-.267.663l-.029.065H5.01c.722-1.574%201.117-3.445%201.334-5.202A33%2033%200%200%200%206.541%2013H17.5v1.193a1.74%201.74%200%200%201%201.5-.047V9.75a2.25%202.25%200%200%200-2.25-2.25H14.5v-3A2.5%202.5%200%200%200%2012%202m5.5%209.5H6.59c.01-.736-.001-1.39-.019-1.918A.557.557%200%200%201%207.111%209h3.139a.75.75%200%200%200%20.75-.75V4.5a1%201%200%201%201%202%200v3.75c0%20.414.336.75.75.75h3a.75.75%200%200%201%20.75.75zm-2.28%207.72a.75.75%200%200%201%201.06%200l1.27%201.27v-4.74a.75.75%200%200%201%201.5%200v4.64l1.17-1.17a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%200%201%200-1.06%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a2.5%202.5%200%200%200-2.5%202.5v3H7.112c-1.174%200-2.077.993-2.04%202.131c.043%201.292.045%203.356-.217%205.483c-.265%202.148-.787%204.264-1.735%205.729A.75.75%200%200%200%203.75%2022h11.775l-1.012-1.013a1.8%201.8%200%200%201-.345-.487H11.13l.353-1.587a.75.75%200%200%200-1.464-.326L9.593%2020.5H8.28l.079-.21c.23-.623.497-1.49.632-2.434a.75.75%200%200%200-1.485-.212a10.7%2010.7%200%200%201-.555%202.128c-.103.28-.198.507-.267.663l-.029.065H5.01c.722-1.574%201.117-3.445%201.334-5.202A33%2033%200%200%200%206.541%2013H17.5v1.193a1.74%201.74%200%200%201%201.5-.047V9.75a2.25%202.25%200%200%200-2.25-2.25H14.5v-3A2.5%202.5%200%200%200%2012%202m5.5%209.5H6.59c.01-.736-.001-1.39-.019-1.918A.557.557%200%200%201%207.111%209h3.139a.75.75%200%200%200%20.75-.75V4.5a1%201%200%201%201%202%200v3.75c0%20.414.336.75.75.75h3a.75.75%200%200%201%20.75.75zm-2.28%207.72a.75.75%200%200%201%201.06%200l1.27%201.27v-4.74a.75.75%200%200%201%201.5%200v4.64l1.17-1.17a.75.75%200%201%201%201.06%201.06l-2.5%202.5a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%200%201%200-1.06%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-24-regular.svg?color=%231a73e8&size=48