flood from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
flood
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the flood icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 28a2.9 2.9 0 0 1-1-.182v-.006a3.77 3.77 0 0 1-2.053-2.133A.97.97 0 0 0 25 25a1.01 1.01 0 0 0-.949.684A3.44 3.44 0 0 1 21 28a3.44 3.44 0 0 1-3.053-2.321A.99.99 0 0 0 17 25a1.01 1.01 0 0 0-.949.684A3.44 3.44 0 0 1 13 28a3.44 3.44 0 0 1-3.053-2.321a1 1 0 0 0-1.896.005A3.44 3.44 0 0 1 5 28H2v2h3a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0a5.02 5.02 0 0 0 8 0a5.14 5.14 0 0 0 2.138 1.62A4.8 4.8 0 0 0 29 30h1v-2Zm-1-14.37L29.757 15L31 13.428L16.612 2.214a1.01 1.01 0 0 0-1.242 0L1 13.419l1.243 1.572L4 13.621v5.188a3.7 3.7 0 0 1-2 2.003v2.084a5 5 0 0 0 3-1.883a5.02 5.02 0 0 0 8 0a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 25 23h5v-2h-2Zm-6.051 5.053a1 1 0 0 0-1.896-.005A3.44 3.44 0 0 1 17 21a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 13 18a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 9 21a3.37 3.37 0 0 1-3.002-2.19L6 12.062l9.991-7.79L26 12.072L26.002 21H25a3.44 3.44 0 0 1-3.051-2.316Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFlood(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 28a2.9 2.9 0 0 1-1-.182v-.006a3.77 3.77 0 0 1-2.053-2.133A.97.97 0 0 0 25 25a1.01 1.01 0 0 0-.949.684A3.44 3.44 0 0 1 21 28a3.44 3.44 0 0 1-3.053-2.321A.99.99 0 0 0 17 25a1.01 1.01 0 0 0-.949.684A3.44 3.44 0 0 1 13 28a3.44 3.44 0 0 1-3.053-2.321a1 1 0 0 0-1.896.005A3.44 3.44 0 0 1 5 28H2v2h3a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0a5.02 5.02 0 0 0 8 0a5.14 5.14 0 0 0 2.138 1.62A4.8 4.8 0 0 0 29 30h1v-2Zm-1-14.37L29.757 15L31 13.428L16.612 2.214a1.01 1.01 0 0 0-1.242 0L1 13.419l1.243 1.572L4 13.621v5.188a3.7 3.7 0 0 1-2 2.003v2.084a5 5 0 0 0 3-1.883a5.02 5.02 0 0 0 8 0a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 25 23h5v-2h-2Zm-6.051 5.053a1 1 0 0 0-1.896-.005A3.44 3.44 0 0 1 17 21a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 13 18a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 9 21a3.37 3.37 0 0 1-3.002-2.19L6 12.062l9.991-7.79L26 12.072L26.002 21H25a3.44 3.44 0 0 1-3.051-2.316Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29 28a2.9 2.9 0 0 1-1-.182v-.006a3.77 3.77 0 0 1-2.053-2.133A.97.97 0 0 0 25 25a1.01 1.01 0 0 0-.949.684A3.44 3.44 0 0 1 21 28a3.44 3.44 0 0 1-3.053-2.321A.99.99 0 0 0 17 25a1.01 1.01 0 0 0-.949.684A3.44 3.44 0 0 1 13 28a3.44 3.44 0 0 1-3.053-2.321a1 1 0 0 0-1.896.005A3.44 3.44 0 0 1 5 28H2v2h3a4.93 4.93 0 0 0 4-1.987a5.02 5.02 0 0 0 8 0a5.02 5.02 0 0 0 8 0a5.14 5.14 0 0 0 2.138 1.62A4.8 4.8 0 0 0 29 30h1v-2Zm-1-14.37L29.757 15L31 13.428L16.612 2.214a1.01 1.01 0 0 0-1.242 0L1 13.419l1.243 1.572L4 13.621v5.188a3.7 3.7 0 0 1-2 2.003v2.084a5 5 0 0 0 3-1.883a5.02 5.02 0 0 0 8 0a5.02 5.02 0 0 0 8 0A4.93 4.93 0 0 0 25 23h5v-2h-2Zm-6.051 5.053a1 1 0 0 0-1.896-.005A3.44 3.44 0 0 1 17 21a3.44 3.44 0 0 1-3.051-2.316A1.01 1.01 0 0 0 13 18a.99.99 0 0 0-.947.679A3.44 3.44 0 0 1 9 21a3.37 3.37 0 0 1-3.002-2.19L6 12.062l9.991-7.79L26 12.072L26.002 21H25a3.44 3.44 0 0 1-3.051-2.316Z"/></svg>
</template>

CSS

.icon-flood {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2028a2.9%202.9%200%200%201-1-.182v-.006a3.77%203.77%200%200%201-2.053-2.133A.97.97%200%200%200%2025%2025a1.01%201.01%200%200%200-.949.684A3.44%203.44%200%200%201%2021%2028a3.44%203.44%200%200%201-3.053-2.321A.99.99%200%200%200%2017%2025a1.01%201.01%200%200%200-.949.684A3.44%203.44%200%200%201%2013%2028a3.44%203.44%200%200%201-3.053-2.321a1%201%200%200%200-1.896.005A3.44%203.44%200%200%201%205%2028H2v2h3a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200a5.02%205.02%200%200%200%208%200a5.14%205.14%200%200%200%202.138%201.62A4.8%204.8%200%200%200%2029%2030h1v-2Zm-1-14.37L29.757%2015L31%2013.428L16.612%202.214a1.01%201.01%200%200%200-1.242%200L1%2013.419l1.243%201.572L4%2013.621v5.188a3.7%203.7%200%200%201-2%202.003v2.084a5%205%200%200%200%203-1.883a5.02%205.02%200%200%200%208%200a5.02%205.02%200%200%200%208%200A4.93%204.93%200%200%200%2025%2023h5v-2h-2Zm-6.051%205.053a1%201%200%200%200-1.896-.005A3.44%203.44%200%200%201%2017%2021a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2013%2018a.99.99%200%200%200-.947.679A3.44%203.44%200%200%201%209%2021a3.37%203.37%200%200%201-3.002-2.19L6%2012.062l9.991-7.79L26%2012.072L26.002%2021H25a3.44%203.44%200%200%201-3.051-2.316Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2028a2.9%202.9%200%200%201-1-.182v-.006a3.77%203.77%200%200%201-2.053-2.133A.97.97%200%200%200%2025%2025a1.01%201.01%200%200%200-.949.684A3.44%203.44%200%200%201%2021%2028a3.44%203.44%200%200%201-3.053-2.321A.99.99%200%200%200%2017%2025a1.01%201.01%200%200%200-.949.684A3.44%203.44%200%200%201%2013%2028a3.44%203.44%200%200%201-3.053-2.321a1%201%200%200%200-1.896.005A3.44%203.44%200%200%201%205%2028H2v2h3a4.93%204.93%200%200%200%204-1.987a5.02%205.02%200%200%200%208%200a5.02%205.02%200%200%200%208%200a5.14%205.14%200%200%200%202.138%201.62A4.8%204.8%200%200%200%2029%2030h1v-2Zm-1-14.37L29.757%2015L31%2013.428L16.612%202.214a1.01%201.01%200%200%200-1.242%200L1%2013.419l1.243%201.572L4%2013.621v5.188a3.7%203.7%200%200%201-2%202.003v2.084a5%205%200%200%200%203-1.883a5.02%205.02%200%200%200%208%200a5.02%205.02%200%200%200%208%200A4.93%204.93%200%200%200%2025%2023h5v-2h-2Zm-6.051%205.053a1%201%200%200%200-1.896-.005A3.44%203.44%200%200%201%2017%2021a3.44%203.44%200%200%201-3.051-2.316A1.01%201.01%200%200%200%2013%2018a.99.99%200%200%200-.947.679A3.44%203.44%200%200%201%209%2021a3.37%203.37%200%200%201-3.002-2.19L6%2012.062l9.991-7.79L26%2012.072L26.002%2021H25a3.44%203.44%200%200%201-3.051-2.316Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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