arrow up from water pump icon

arrow-up-from-water-pump from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
arrow-up-from-water-pump
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the arrow up from water pump icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M144 96c-26.5 0-48 21.5-48 48v176H80c-26.5 0-48 21.5-48 48v79.6c17.6-2 36 2.5 51.3 14c3.4 2.6 6.1 1.4 9.8-.3l.8-.4c5.7-2.6 12.9-6.9 21.7-13.5c27.5-20.7 59.9-31.2 92.3-31.4c33.1-.2 66.3 10.2 94.4 31.4c22.1 16.6 29.1 16.6 51.2 0c27.5-20.7 59.9-31.2 92.4-31.4c33.1-.2 66.3 10.2 94.4 31.4c6.9 5.2 12.8 9 18 11.7c.6.3 1.2.6 1.8 1c4.2 2.3 8.5 4.6 12.6 1.5c10.7-8.1 22.9-12.7 35.3-14.1V368c0-26.5-21.5-48-48-48h-56V177.9l47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L497 103c-9.4-9.4-24.6-9.4-33.9 0l-88 88c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47V320H320V144c0-26.5-21.5-48-48-48zm330.6 444.1c19 14.4 41.9 28.2 67.2 33.3c26.5 5.4 54.3.8 80.7-19.1c10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129 0c-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0c-21.6 16.3-41.3 25.8-58.9 25.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6 4.7s-5.8 25.7 4.8 33.7c19.1 14.4 39.4 21 59.8 21.1c33.9.2 64.3-17.4 88.1-35.3c21.3-16.1 49.9-16.1 71.2 0c24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9c21.3-16.1 49.9-16.1 71.2 0z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidArrowUpFromWaterPump(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M144 96c-26.5 0-48 21.5-48 48v176H80c-26.5 0-48 21.5-48 48v79.6c17.6-2 36 2.5 51.3 14c3.4 2.6 6.1 1.4 9.8-.3l.8-.4c5.7-2.6 12.9-6.9 21.7-13.5c27.5-20.7 59.9-31.2 92.3-31.4c33.1-.2 66.3 10.2 94.4 31.4c22.1 16.6 29.1 16.6 51.2 0c27.5-20.7 59.9-31.2 92.4-31.4c33.1-.2 66.3 10.2 94.4 31.4c6.9 5.2 12.8 9 18 11.7c.6.3 1.2.6 1.8 1c4.2 2.3 8.5 4.6 12.6 1.5c10.7-8.1 22.9-12.7 35.3-14.1V368c0-26.5-21.5-48-48-48h-56V177.9l47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L497 103c-9.4-9.4-24.6-9.4-33.9 0l-88 88c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47V320H320V144c0-26.5-21.5-48-48-48zm330.6 444.1c19 14.4 41.9 28.2 67.2 33.3c26.5 5.4 54.3.8 80.7-19.1c10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129 0c-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0c-21.6 16.3-41.3 25.8-58.9 25.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6 4.7s-5.8 25.7 4.8 33.7c19.1 14.4 39.4 21 59.8 21.1c33.9.2 64.3-17.4 88.1-35.3c21.3-16.1 49.9-16.1 71.2 0c24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9c21.3-16.1 49.9-16.1 71.2 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M144 96c-26.5 0-48 21.5-48 48v176H80c-26.5 0-48 21.5-48 48v79.6c17.6-2 36 2.5 51.3 14c3.4 2.6 6.1 1.4 9.8-.3l.8-.4c5.7-2.6 12.9-6.9 21.7-13.5c27.5-20.7 59.9-31.2 92.3-31.4c33.1-.2 66.3 10.2 94.4 31.4c22.1 16.6 29.1 16.6 51.2 0c27.5-20.7 59.9-31.2 92.4-31.4c33.1-.2 66.3 10.2 94.4 31.4c6.9 5.2 12.8 9 18 11.7c.6.3 1.2.6 1.8 1c4.2 2.3 8.5 4.6 12.6 1.5c10.7-8.1 22.9-12.7 35.3-14.1V368c0-26.5-21.5-48-48-48h-56V177.9l47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L497 103c-9.4-9.4-24.6-9.4-33.9 0l-88 88c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47V320H320V144c0-26.5-21.5-48-48-48zm330.6 444.1c19 14.4 41.9 28.2 67.2 33.3c26.5 5.4 54.3.8 80.7-19.1c10.6-8 12.7-23 4.7-33.6s-23-12.7-33.6-4.7c-14.9 11.2-28.6 13.1-42.3 10.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129 0c-24 18.1-40.7 26.3-54.5 26.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129 0c-21.6 16.3-41.3 25.8-58.9 25.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6 4.7s-5.8 25.7 4.8 33.7c19.1 14.4 39.4 21 59.8 21.1c33.9.2 64.3-17.4 88.1-35.3c21.3-16.1 49.9-16.1 71.2 0c24.2 18.3 52.3 35.9 83.4 35.9s59.1-17.7 83.4-35.9c21.3-16.1 49.9-16.1 71.2 0z"/></svg>
</template>

CSS

.icon-arrow-up-from-water-pump {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2096c-26.5%200-48%2021.5-48%2048v176H80c-26.5%200-48%2021.5-48%2048v79.6c17.6-2%2036%202.5%2051.3%2014c3.4%202.6%206.1%201.4%209.8-.3l.8-.4c5.7-2.6%2012.9-6.9%2021.7-13.5c27.5-20.7%2059.9-31.2%2092.3-31.4c33.1-.2%2066.3%2010.2%2094.4%2031.4c22.1%2016.6%2029.1%2016.6%2051.2%200c27.5-20.7%2059.9-31.2%2092.4-31.4c33.1-.2%2066.3%2010.2%2094.4%2031.4c6.9%205.2%2012.8%209%2018%2011.7c.6.3%201.2.6%201.8%201c4.2%202.3%208.5%204.6%2012.6%201.5c10.7-8.1%2022.9-12.7%2035.3-14.1V368c0-26.5-21.5-48-48-48h-56V177.9l47%2047c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L497%20103c-9.4-9.4-24.6-9.4-33.9%200l-88%2088c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l47-47V320H320V144c0-26.5-21.5-48-48-48zm330.6%20444.1c19%2014.4%2041.9%2028.2%2067.2%2033.3c26.5%205.4%2054.3.8%2080.7-19.1c10.6-8%2012.7-23%204.7-33.6s-23-12.7-33.6-4.7c-14.9%2011.2-28.6%2013.1-42.3%2010.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129%200c-24%2018.1-40.7%2026.3-54.5%2026.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129%200c-21.6%2016.3-41.3%2025.8-58.9%2025.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6%204.7s-5.8%2025.7%204.8%2033.7c19.1%2014.4%2039.4%2021%2059.8%2021.1c33.9.2%2064.3-17.4%2088.1-35.3c21.3-16.1%2049.9-16.1%2071.2%200c24.2%2018.3%2052.3%2035.9%2083.4%2035.9s59.1-17.7%2083.4-35.9c21.3-16.1%2049.9-16.1%2071.2%200z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%2096c-26.5%200-48%2021.5-48%2048v176H80c-26.5%200-48%2021.5-48%2048v79.6c17.6-2%2036%202.5%2051.3%2014c3.4%202.6%206.1%201.4%209.8-.3l.8-.4c5.7-2.6%2012.9-6.9%2021.7-13.5c27.5-20.7%2059.9-31.2%2092.3-31.4c33.1-.2%2066.3%2010.2%2094.4%2031.4c22.1%2016.6%2029.1%2016.6%2051.2%200c27.5-20.7%2059.9-31.2%2092.4-31.4c33.1-.2%2066.3%2010.2%2094.4%2031.4c6.9%205.2%2012.8%209%2018%2011.7c.6.3%201.2.6%201.8%201c4.2%202.3%208.5%204.6%2012.6%201.5c10.7-8.1%2022.9-12.7%2035.3-14.1V368c0-26.5-21.5-48-48-48h-56V177.9l47%2047c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L497%20103c-9.4-9.4-24.6-9.4-33.9%200l-88%2088c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l47-47V320H320V144c0-26.5-21.5-48-48-48zm330.6%20444.1c19%2014.4%2041.9%2028.2%2067.2%2033.3c26.5%205.4%2054.3.8%2080.7-19.1c10.6-8%2012.7-23%204.7-33.6s-23-12.7-33.6-4.7c-14.9%2011.2-28.6%2013.1-42.3%2010.3c-14.9-3-30.9-11.9-47.8-24.6c-38.4-29-90.5-29-129%200c-24%2018.1-40.7%2026.3-54.5%2026.3s-30.5-8.2-54.5-26.3c-38.4-29-90.5-29-129%200c-21.6%2016.3-41.3%2025.8-58.9%2025.7c-9.6-.1-19.9-3-31.2-11.5c-10.6-8-25.6-5.9-33.6%204.7s-5.8%2025.7%204.8%2033.7c19.1%2014.4%2039.4%2021%2059.8%2021.1c33.9.2%2064.3-17.4%2088.1-35.3c21.3-16.1%2049.9-16.1%2071.2%200c24.2%2018.3%2052.3%2035.9%2083.4%2035.9s59.1-17.7%2083.4-35.9c21.3-16.1%2049.9-16.1%2071.2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/arrow-up-from-water-pump.svg?color=%231a73e8&size=48