paint brush arrow up icon

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

Name
paint-brush-arrow-up-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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 up 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 2 0 0 0-2 2v3.5H7.112c-1.174 0-2.077.993-2.04 2.131c.013.392.022 1.355.021 1.869H19V9.75a2.25 2.25 0 0 0-2.25-2.25H14V4a2 2 0 0 0-2-2M4.855 15.114c.089-.72.184-2.114.184-2.114H19v1.169a1.75 1.75 0 0 0-1.988.344l-2.5 2.5a1.75 1.75 0 0 0 2.038 2.794V22h-5.996c.165-.384.36-.872.532-1.388a9.5 9.5 0 0 0 .356-1.341a4 4 0 0 0 .056-.463l.002-.035v-.023s0-.75-.75-.75a.75.75 0 0 0-.75.739l-.003.039q-.005.064-.032.232c-.04.226-.125.597-.302 1.128A17 17 0 0 1 8.91 22H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235 1.02-3.215a.75.75 0 0 0-1.485-.212c-.11.77-.512 1.879-.918 2.847A32 32 0 0 1 5.91 22H3.75a.75.75 0 0 1-.63-1.157c.948-1.465 1.47-3.581 1.735-5.729M16.28 18.78a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L19 17.56v4.69a.75.75 0 0 1-1.5 0v-4.69z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPaintBrushArrowUp24Filled(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 2 0 0 0-2 2v3.5H7.112c-1.174 0-2.077.993-2.04 2.131c.013.392.022 1.355.021 1.869H19V9.75a2.25 2.25 0 0 0-2.25-2.25H14V4a2 2 0 0 0-2-2M4.855 15.114c.089-.72.184-2.114.184-2.114H19v1.169a1.75 1.75 0 0 0-1.988.344l-2.5 2.5a1.75 1.75 0 0 0 2.038 2.794V22h-5.996c.165-.384.36-.872.532-1.388a9.5 9.5 0 0 0 .356-1.341a4 4 0 0 0 .056-.463l.002-.035v-.023s0-.75-.75-.75a.75.75 0 0 0-.75.739l-.003.039q-.005.064-.032.232c-.04.226-.125.597-.302 1.128A17 17 0 0 1 8.91 22H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235 1.02-3.215a.75.75 0 0 0-1.485-.212c-.11.77-.512 1.879-.918 2.847A32 32 0 0 1 5.91 22H3.75a.75.75 0 0 1-.63-1.157c.948-1.465 1.47-3.581 1.735-5.729M16.28 18.78a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L19 17.56v4.69a.75.75 0 0 1-1.5 0v-4.69z"/></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 2 0 0 0-2 2v3.5H7.112c-1.174 0-2.077.993-2.04 2.131c.013.392.022 1.355.021 1.869H19V9.75a2.25 2.25 0 0 0-2.25-2.25H14V4a2 2 0 0 0-2-2M4.855 15.114c.089-.72.184-2.114.184-2.114H19v1.169a1.75 1.75 0 0 0-1.988.344l-2.5 2.5a1.75 1.75 0 0 0 2.038 2.794V22h-5.996c.165-.384.36-.872.532-1.388a9.5 9.5 0 0 0 .356-1.341a4 4 0 0 0 .056-.463l.002-.035v-.023s0-.75-.75-.75a.75.75 0 0 0-.75.739l-.003.039q-.005.064-.032.232c-.04.226-.125.597-.302 1.128A17 17 0 0 1 8.91 22H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235 1.02-3.215a.75.75 0 0 0-1.485-.212c-.11.77-.512 1.879-.918 2.847A32 32 0 0 1 5.91 22H3.75a.75.75 0 0 1-.63-1.157c.948-1.465 1.47-3.581 1.735-5.729M16.28 18.78a.75.75 0 1 1-1.06-1.06l2.5-2.5a.75.75 0 0 1 1.06 0l2.5 2.5a.75.75 0 1 1-1.06 1.06L19 17.56v4.69a.75.75 0 0 1-1.5 0v-4.69z"/></svg>
</template>

CSS

.icon-paint-brush-arrow-up-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a2%202%200%200%200-2%202v3.5H7.112c-1.174%200-2.077.993-2.04%202.131c.013.392.022%201.355.021%201.869H19V9.75a2.25%202.25%200%200%200-2.25-2.25H14V4a2%202%200%200%200-2-2M4.855%2015.114c.089-.72.184-2.114.184-2.114H19v1.169a1.75%201.75%200%200%200-1.988.344l-2.5%202.5a1.75%201.75%200%200%200%202.038%202.794V22h-5.996c.165-.384.36-.872.532-1.388a9.5%209.5%200%200%200%20.356-1.341a4%204%200%200%200%20.056-.463l.002-.035v-.023s0-.75-.75-.75a.75.75%200%200%200-.75.739l-.003.039q-.005.064-.032.232c-.04.226-.125.597-.302%201.128A17%2017%200%200%201%208.91%2022H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235%201.02-3.215a.75.75%200%200%200-1.485-.212c-.11.77-.512%201.879-.918%202.847A32%2032%200%200%201%205.91%2022H3.75a.75.75%200%200%201-.63-1.157c.948-1.465%201.47-3.581%201.735-5.729M16.28%2018.78a.75.75%200%201%201-1.06-1.06l2.5-2.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06L19%2017.56v4.69a.75.75%200%200%201-1.5%200v-4.69z%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%202%200%200%200-2%202v3.5H7.112c-1.174%200-2.077.993-2.04%202.131c.013.392.022%201.355.021%201.869H19V9.75a2.25%202.25%200%200%200-2.25-2.25H14V4a2%202%200%200%200-2-2M4.855%2015.114c.089-.72.184-2.114.184-2.114H19v1.169a1.75%201.75%200%200%200-1.988.344l-2.5%202.5a1.75%201.75%200%200%200%202.038%202.794V22h-5.996c.165-.384.36-.872.532-1.388a9.5%209.5%200%200%200%20.356-1.341a4%204%200%200%200%20.056-.463l.002-.035v-.023s0-.75-.75-.75a.75.75%200%200%200-.75.739l-.003.039q-.005.064-.032.232c-.04.226-.125.597-.302%201.128A17%2017%200%200%201%208.91%2022H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235%201.02-3.215a.75.75%200%200%200-1.485-.212c-.11.77-.512%201.879-.918%202.847A32%2032%200%200%201%205.91%2022H3.75a.75.75%200%200%201-.63-1.157c.948-1.465%201.47-3.581%201.735-5.729M16.28%2018.78a.75.75%200%201%201-1.06-1.06l2.5-2.5a.75.75%200%200%201%201.06%200l2.5%202.5a.75.75%200%201%201-1.06%201.06L19%2017.56v4.69a.75.75%200%200%201-1.5%200v-4.69z%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-24-filled.svg?color=%231a73e8&size=48