arrow up from ground water icon
arrow-up-from-ground-water from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- arrow-up-from-ground-water
- 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
arrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-uparrow-circle-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-downarrow-down-1-9arrow-down-9-1arrow-down-a-zarrow-down-longarrow-down-short-widearrow-down-up-across-linearrow-down-up-lockarrow-down-wide-shortarrow-down-z-aarrow-leftarrow-left-longarrow-left-rotatearrow-pointerarrow-rightarrow-right-arrow-left
Use the arrow up from ground water icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M303 71c9.4-9.4 24.6-9.4 33.9 0l88 88c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V145.9l-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9zm-63 185v163.1c-10.6-2.2-21.3-3.2-32-3.1c-32.5.2-64.9 10.7-92.3 31.4c-8.8 6.6-15.9 10.9-21.7 13.5l-.8.4c-3.7 1.7-6.4 2.9-9.8.3c-6-4.5-12.6-8-19.3-10.4L64 304c0-26.5 21.5-48 48-48zm336 48v155.2c-1.1.8-2.2 1.5-3.3 2.4c-4.1 3.1-8.3.8-12.6-1.5c-.6-.3-1.2-.6-1.8-1c-5.2-2.7-11.1-6.6-18-11.7c-28.1-21.1-61.3-31.6-94.4-31.4c-15.5.1-31 2.5-46 7.3V256h128c26.5 0 48 21.5 48 48zM403.4 540.1C379.1 558.3 351.1 576 320 576s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0c-23.8 17.9-54.1 35.5-88.1 35.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5c17.6.1 37.3-9.4 58.9-25.7c38.4-29 90.5-29 129 0c24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0c16.9 12.7 32.9 21.5 47.8 24.6c13.7 2.8 27.4.9 42.3-10.3c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2 0z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidArrowUpFromGroundWater(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="M303 71c9.4-9.4 24.6-9.4 33.9 0l88 88c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V145.9l-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9zm-63 185v163.1c-10.6-2.2-21.3-3.2-32-3.1c-32.5.2-64.9 10.7-92.3 31.4c-8.8 6.6-15.9 10.9-21.7 13.5l-.8.4c-3.7 1.7-6.4 2.9-9.8.3c-6-4.5-12.6-8-19.3-10.4L64 304c0-26.5 21.5-48 48-48zm336 48v155.2c-1.1.8-2.2 1.5-3.3 2.4c-4.1 3.1-8.3.8-12.6-1.5c-.6-.3-1.2-.6-1.8-1c-5.2-2.7-11.1-6.6-18-11.7c-28.1-21.1-61.3-31.6-94.4-31.4c-15.5.1-31 2.5-46 7.3V256h128c26.5 0 48 21.5 48 48zM403.4 540.1C379.1 558.3 351.1 576 320 576s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0c-23.8 17.9-54.1 35.5-88.1 35.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5c17.6.1 37.3-9.4 58.9-25.7c38.4-29 90.5-29 129 0c24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0c16.9 12.7 32.9 21.5 47.8 24.6c13.7 2.8 27.4.9 42.3-10.3c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.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="M303 71c9.4-9.4 24.6-9.4 33.9 0l88 88c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V145.9l-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9zm-63 185v163.1c-10.6-2.2-21.3-3.2-32-3.1c-32.5.2-64.9 10.7-92.3 31.4c-8.8 6.6-15.9 10.9-21.7 13.5l-.8.4c-3.7 1.7-6.4 2.9-9.8.3c-6-4.5-12.6-8-19.3-10.4L64 304c0-26.5 21.5-48 48-48zm336 48v155.2c-1.1.8-2.2 1.5-3.3 2.4c-4.1 3.1-8.3.8-12.6-1.5c-.6-.3-1.2-.6-1.8-1c-5.2-2.7-11.1-6.6-18-11.7c-28.1-21.1-61.3-31.6-94.4-31.4c-15.5.1-31 2.5-46 7.3V256h128c26.5 0 48 21.5 48 48zM403.4 540.1C379.1 558.3 351.1 576 320 576s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2 0c-23.8 17.9-54.1 35.5-88.1 35.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7 33.6-4.7c11.3 8.5 21.6 11.4 31.2 11.5c17.6.1 37.3-9.4 58.9-25.7c38.4-29 90.5-29 129 0c24 18.1 40.7 26.3 54.5 26.3s30.5-8.2 54.5-26.3c38.4-29 90.5-29 129 0c16.9 12.7 32.9 21.5 47.8 24.6c13.7 2.8 27.4.9 42.3-10.3c10.6-8 25.6-5.9 33.6 4.7s5.9 25.6-4.7 33.6c-26.4 19.9-54.2 24.4-80.7 19.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.2 0z"/></svg> </template>
CSS
.icon-arrow-up-from-ground-water {
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%22M303%2071c9.4-9.4%2024.6-9.4%2033.9%200l88%2088c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-47-47V424c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V145.9l-47%2047c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9zm-63%20185v163.1c-10.6-2.2-21.3-3.2-32-3.1c-32.5.2-64.9%2010.7-92.3%2031.4c-8.8%206.6-15.9%2010.9-21.7%2013.5l-.8.4c-3.7%201.7-6.4%202.9-9.8.3c-6-4.5-12.6-8-19.3-10.4L64%20304c0-26.5%2021.5-48%2048-48zm336%2048v155.2c-1.1.8-2.2%201.5-3.3%202.4c-4.1%203.1-8.3.8-12.6-1.5c-.6-.3-1.2-.6-1.8-1c-5.2-2.7-11.1-6.6-18-11.7c-28.1-21.1-61.3-31.6-94.4-31.4c-15.5.1-31%202.5-46%207.3V256h128c26.5%200%2048%2021.5%2048%2048zM403.4%20540.1C379.1%20558.3%20351.1%20576%20320%20576s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2%200c-23.8%2017.9-54.1%2035.5-88.1%2035.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7%2033.6-4.7c11.3%208.5%2021.6%2011.4%2031.2%2011.5c17.6.1%2037.3-9.4%2058.9-25.7c38.4-29%2090.5-29%20129%200c24%2018.1%2040.7%2026.3%2054.5%2026.3s30.5-8.2%2054.5-26.3c38.4-29%2090.5-29%20129%200c16.9%2012.7%2032.9%2021.5%2047.8%2024.6c13.7%202.8%2027.4.9%2042.3-10.3c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-26.4%2019.9-54.2%2024.4-80.7%2019.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.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%22M303%2071c9.4-9.4%2024.6-9.4%2033.9%200l88%2088c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-47-47V424c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V145.9l-47%2047c-9.4%209.4-24.6%209.4-33.9%200s-9.4-24.6%200-33.9zm-63%20185v163.1c-10.6-2.2-21.3-3.2-32-3.1c-32.5.2-64.9%2010.7-92.3%2031.4c-8.8%206.6-15.9%2010.9-21.7%2013.5l-.8.4c-3.7%201.7-6.4%202.9-9.8.3c-6-4.5-12.6-8-19.3-10.4L64%20304c0-26.5%2021.5-48%2048-48zm336%2048v155.2c-1.1.8-2.2%201.5-3.3%202.4c-4.1%203.1-8.3.8-12.6-1.5c-.6-.3-1.2-.6-1.8-1c-5.2-2.7-11.1-6.6-18-11.7c-28.1-21.1-61.3-31.6-94.4-31.4c-15.5.1-31%202.5-46%207.3V256h128c26.5%200%2048%2021.5%2048%2048zM403.4%20540.1C379.1%20558.3%20351.1%20576%20320%20576s-59.1-17.7-83.4-35.9c-21.3-16.1-49.9-16.1-71.2%200c-23.8%2017.9-54.1%2035.5-88.1%2035.3c-20.4-.1-40.7-6.7-59.8-21.1c-10.6-8-12.7-23-4.7-33.6s23-12.7%2033.6-4.7c11.3%208.5%2021.6%2011.4%2031.2%2011.5c17.6.1%2037.3-9.4%2058.9-25.7c38.4-29%2090.5-29%20129%200c24%2018.1%2040.7%2026.3%2054.5%2026.3s30.5-8.2%2054.5-26.3c38.4-29%2090.5-29%20129%200c16.9%2012.7%2032.9%2021.5%2047.8%2024.6c13.7%202.8%2027.4.9%2042.3-10.3c10.6-8%2025.6-5.9%2033.6%204.7s5.9%2025.6-4.7%2033.6c-26.4%2019.9-54.2%2024.4-80.7%2019.1c-25.3-5.1-48.1-18.9-67.2-33.3c-21.3-16.1-49.9-16.1-71.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-ground-water.svg?color=%231a73e8&size=48