flood warning icon
flood-warning from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- flood-warning
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the flood warning 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-2Z"/><path fill="none" d="M23.75 11h-1.5V7h1.5ZM23 12a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 14.936L23.628 3.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 16h12.56a.72.72 0 0 0 .631-1.065M22.25 7h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M28 21v-3h-2v3h-1a3.44 3.44 0 0 1-3.051-2.316a1 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-2.185V12.06l10-7.79l2.533 1.976l.968-1.782l-2.889-2.251a1.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-2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonFloodWarning(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-2Z"/><path fill="none" d="M23.75 11h-1.5V7h1.5ZM23 12a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 14.936L23.628 3.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 16h12.56a.72.72 0 0 0 .631-1.065M22.25 7h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M28 21v-3h-2v3h-1a3.44 3.44 0 0 1-3.051-2.316a1 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-2.185V12.06l10-7.79l2.533 1.976l.968-1.782l-2.889-2.251a1.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-2Z"/></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-2Z"/><path fill="none" d="M23.75 11h-1.5V7h1.5ZM23 12a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/><path fill="currentColor" d="M29.912 14.936L23.628 3.37a.718.718 0 0 0-1.256 0l-6.283 11.564A.72.72 0 0 0 16.72 16h12.56a.72.72 0 0 0 .631-1.065M22.25 7h1.5v4h-1.5Zm.75 7a1 1 0 1 1 1-1a1 1 0 0 1-1 1"/><path fill="currentColor" d="M28 21v-3h-2v3h-1a3.44 3.44 0 0 1-3.051-2.316a1 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-2.185V12.06l10-7.79l2.533 1.976l.968-1.782l-2.889-2.251a1.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-2Z"/></svg> </template>
CSS
.icon-flood-warning {
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-2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M23.75%2011h-1.5V7h1.5ZM23%2012a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.912%2014.936L23.628%203.37a.718.718%200%200%200-1.256%200l-6.283%2011.564A.72.72%200%200%200%2016.72%2016h12.56a.72.72%200%200%200%20.631-1.065M22.25%207h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2021v-3h-2v3h-1a3.44%203.44%200%200%201-3.051-2.316a1%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-2.185V12.06l10-7.79l2.533%201.976l.968-1.782l-2.889-2.251a1.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-2Z%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-2Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M23.75%2011h-1.5V7h1.5ZM23%2012a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.912%2014.936L23.628%203.37a.718.718%200%200%200-1.256%200l-6.283%2011.564A.72.72%200%200%200%2016.72%2016h12.56a.72.72%200%200%200%20.631-1.065M22.25%207h1.5v4h-1.5Zm.75%207a1%201%200%201%201%201-1a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2021v-3h-2v3h-1a3.44%203.44%200%200%201-3.051-2.316a1%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-2.185V12.06l10-7.79l2.533%201.976l.968-1.782l-2.889-2.251a1.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-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/flood-warning.svg?color=%231a73e8&size=48