water from Font Awesome 6 Solid by Dave Gandy · Regular · Energy · CC-BY-4.0 Attribution required.

Name
water
Set
Font Awesome 6 Solid
Style
Regular
Category
Energy
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More energy icons from Font Awesome 6 Solid

Use the water icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18-4.3 36.2-13.4 50.5-25.3c11.1-9.5 27.3-10.1 39.2-1.7C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1m37 288c22.5 15.5 50 26.1 77.5 26.1c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c22.1 15.2 50.5 26 77.4 26c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0m0-144c22.5 15.5 50 26.1 77.5 26.1c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7c22.1 15.2 50.5 26 77.4 26c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWater(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18-4.3 36.2-13.4 50.5-25.3c11.1-9.5 27.3-10.1 39.2-1.7C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1m37 288c22.5 15.5 50 26.1 77.5 26.1c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c22.1 15.2 50.5 26 77.4 26c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0m0-144c22.5 15.5 50 26.1 77.5 26.1c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7c22.1 15.2 50.5 26 77.4 26c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18-4.3 36.2-13.4 50.5-25.3c11.1-9.5 27.3-10.1 39.2-1.7C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1m37 288c22.5 15.5 50 26.1 77.5 26.1c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7c22.1 15.2 50.5 26 77.4 26c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0m0-144c22.5 15.5 50 26.1 77.5 26.1c26.9 0 55.4-10.8 77.4-26.1c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25c-29 15.6-61.5 25.9-94.5 25.9c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7c22.1 15.2 50.5 26 77.4 26c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0"/></svg>
</template>

CSS

.icon-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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M269.5%2069.9c11.1-7.9%2025.9-7.9%2037%200C329%2085.4%20356.5%2096%20384%2096c26.9%200%2055.4-10.8%2077.4-26.1c11.9-8.5%2028.1-7.8%2039.2%201.7c14.4%2011.9%2032.5%2021%2050.6%2025.2c17.2%204%2027.9%2021.2%2023.9%2038.4s-21.2%2027.9-38.4%2023.9c-24.5-5.7-44.9-16.5-58.2-25c-29%2015.6-61.5%2025.9-94.5%2025.9c-31.9%200-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5%202.4-9.7%205.1-15.6%207.7c-19.8%209-48.5%2018.9-80.4%2018.9c-33%200-65.5-10.3-94.5-25.8c-13.4%208.4-33.7%2019.3-58.2%2025c-17.2%204-34.4-6.7-38.4-23.9s6.7-34.4%2023.9-38.4c18-4.3%2036.2-13.4%2050.5-25.3c11.1-9.5%2027.3-10.1%2039.2-1.7C136.7%2085.2%20165.1%2096%20192%2096c27.5%200%2055-10.6%2077.5-26.1m37%20288c22.5%2015.5%2050%2026.1%2077.5%2026.1c26.9%200%2055.4-10.8%2077.4-26.1c11.9-8.5%2028.1-7.8%2039.2%201.7c14.4%2011.9%2032.5%2021%2050.6%2025.2c17.2%204%2027.9%2021.2%2023.9%2038.4s-21.2%2027.9-38.4%2023.9c-24.5-5.7-44.9-16.5-58.2-25c-29%2015.6-61.5%2025.9-94.5%2025.9c-31.9%200-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5%202.4-9.7%205.1-15.6%207.7c-19.8%209-48.5%2018.9-80.4%2018.9c-33%200-65.5-10.3-94.5-25.8c-13.4%208.4-33.7%2019.3-58.2%2025c-17.2%204-34.4-6.7-38.4-23.9s6.7-34.4%2023.9-38.4c18.1-4.2%2036.2-13.3%2050.6-25.2c11.1-9.4%2027.3-10.1%2039.2-1.7c22.1%2015.2%2050.5%2026%2077.4%2026c27.5%200%2055-10.6%2077.5-26.1c11.1-7.9%2025.9-7.9%2037%200m0-144c22.5%2015.5%2050%2026.1%2077.5%2026.1c26.9%200%2055.4-10.8%2077.4-26.1c11.9-8.5%2028.1-7.8%2039.2%201.7c14.4%2011.9%2032.5%2021%2050.6%2025.2c17.2%204%2027.9%2021.2%2023.9%2038.4s-21.2%2027.9-38.4%2023.9c-24.5-5.7-44.9-16.5-58.2-25c-29%2015.6-61.5%2025.9-94.5%2025.9c-31.9%200-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5%202.4-9.7%205.1-15.6%207.7c-19.8%209-48.5%2018.9-80.4%2018.9c-33%200-65.5-10.3-94.5-25.8c-13.4%208.4-33.7%2019.3-58.2%2025c-17.2%204-34.4-6.7-38.4-23.9s6.7-34.4%2023.9-38.4c18.1-4.2%2036.2-13.3%2050.6-25.2c11.1-9.5%2027.3-10.1%2039.2-1.7c22.1%2015.2%2050.5%2026%2077.4%2026c27.5%200%2055-10.6%2077.5-26.1c11.1-7.9%2025.9-7.9%2037%200%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M269.5%2069.9c11.1-7.9%2025.9-7.9%2037%200C329%2085.4%20356.5%2096%20384%2096c26.9%200%2055.4-10.8%2077.4-26.1c11.9-8.5%2028.1-7.8%2039.2%201.7c14.4%2011.9%2032.5%2021%2050.6%2025.2c17.2%204%2027.9%2021.2%2023.9%2038.4s-21.2%2027.9-38.4%2023.9c-24.5-5.7-44.9-16.5-58.2-25c-29%2015.6-61.5%2025.9-94.5%2025.9c-31.9%200-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5%202.4-9.7%205.1-15.6%207.7c-19.8%209-48.5%2018.9-80.4%2018.9c-33%200-65.5-10.3-94.5-25.8c-13.4%208.4-33.7%2019.3-58.2%2025c-17.2%204-34.4-6.7-38.4-23.9s6.7-34.4%2023.9-38.4c18-4.3%2036.2-13.4%2050.5-25.3c11.1-9.5%2027.3-10.1%2039.2-1.7C136.7%2085.2%20165.1%2096%20192%2096c27.5%200%2055-10.6%2077.5-26.1m37%20288c22.5%2015.5%2050%2026.1%2077.5%2026.1c26.9%200%2055.4-10.8%2077.4-26.1c11.9-8.5%2028.1-7.8%2039.2%201.7c14.4%2011.9%2032.5%2021%2050.6%2025.2c17.2%204%2027.9%2021.2%2023.9%2038.4s-21.2%2027.9-38.4%2023.9c-24.5-5.7-44.9-16.5-58.2-25c-29%2015.6-61.5%2025.9-94.5%2025.9c-31.9%200-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5%202.4-9.7%205.1-15.6%207.7c-19.8%209-48.5%2018.9-80.4%2018.9c-33%200-65.5-10.3-94.5-25.8c-13.4%208.4-33.7%2019.3-58.2%2025c-17.2%204-34.4-6.7-38.4-23.9s6.7-34.4%2023.9-38.4c18.1-4.2%2036.2-13.3%2050.6-25.2c11.1-9.4%2027.3-10.1%2039.2-1.7c22.1%2015.2%2050.5%2026%2077.4%2026c27.5%200%2055-10.6%2077.5-26.1c11.1-7.9%2025.9-7.9%2037%200m0-144c22.5%2015.5%2050%2026.1%2077.5%2026.1c26.9%200%2055.4-10.8%2077.4-26.1c11.9-8.5%2028.1-7.8%2039.2%201.7c14.4%2011.9%2032.5%2021%2050.6%2025.2c17.2%204%2027.9%2021.2%2023.9%2038.4s-21.2%2027.9-38.4%2023.9c-24.5-5.7-44.9-16.5-58.2-25c-29%2015.6-61.5%2025.9-94.5%2025.9c-31.9%200-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5%202.4-9.7%205.1-15.6%207.7c-19.8%209-48.5%2018.9-80.4%2018.9c-33%200-65.5-10.3-94.5-25.8c-13.4%208.4-33.7%2019.3-58.2%2025c-17.2%204-34.4-6.7-38.4-23.9s6.7-34.4%2023.9-38.4c18.1-4.2%2036.2-13.3%2050.6-25.2c11.1-9.5%2027.3-10.1%2039.2-1.7c22.1%2015.2%2050.5%2026%2077.4%2026c27.5%200%2055-10.6%2077.5-26.1c11.1-7.9%2025.9-7.9%2037%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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