drought icon
drought from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- drought
- 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 drought icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 18h3v-3a4.005 4.005 0 0 0-4-4h-1V9.5A3.504 3.504 0 0 0 21.5 6a3.46 3.46 0 0 0-1.5.351V5.41a3.41 3.41 0 0 0-6.545-1.343L11.341 9H9a5.006 5.006 0 0 0-5 5v4h4a5.006 5.006 0 0 0 5-5v-2.795l2.293-5.35A1.41 1.41 0 0 1 18 5.41V22h-3.388L11 25.294L7.388 22H2v2h4.612L11 28l4.388-4H30v-2H20V9.5a1.5 1.5 0 0 1 3 0V14a4.005 4.005 0 0 0 4 4m-2-5h1a2 2 0 0 1 2 2v1h-1a2 2 0 0 1-2-2Zm-14 0a3.003 3.003 0 0 1-3 3H6v-2a3.003 3.003 0 0 1 3-3h2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDrought(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="M27 18h3v-3a4.005 4.005 0 0 0-4-4h-1V9.5A3.504 3.504 0 0 0 21.5 6a3.46 3.46 0 0 0-1.5.351V5.41a3.41 3.41 0 0 0-6.545-1.343L11.341 9H9a5.006 5.006 0 0 0-5 5v4h4a5.006 5.006 0 0 0 5-5v-2.795l2.293-5.35A1.41 1.41 0 0 1 18 5.41V22h-3.388L11 25.294L7.388 22H2v2h4.612L11 28l4.388-4H30v-2H20V9.5a1.5 1.5 0 0 1 3 0V14a4.005 4.005 0 0 0 4 4m-2-5h1a2 2 0 0 1 2 2v1h-1a2 2 0 0 1-2-2Zm-14 0a3.003 3.003 0 0 1-3 3H6v-2a3.003 3.003 0 0 1 3-3h2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27 18h3v-3a4.005 4.005 0 0 0-4-4h-1V9.5A3.504 3.504 0 0 0 21.5 6a3.46 3.46 0 0 0-1.5.351V5.41a3.41 3.41 0 0 0-6.545-1.343L11.341 9H9a5.006 5.006 0 0 0-5 5v4h4a5.006 5.006 0 0 0 5-5v-2.795l2.293-5.35A1.41 1.41 0 0 1 18 5.41V22h-3.388L11 25.294L7.388 22H2v2h4.612L11 28l4.388-4H30v-2H20V9.5a1.5 1.5 0 0 1 3 0V14a4.005 4.005 0 0 0 4 4m-2-5h1a2 2 0 0 1 2 2v1h-1a2 2 0 0 1-2-2Zm-14 0a3.003 3.003 0 0 1-3 3H6v-2a3.003 3.003 0 0 1 3-3h2Z"/></svg> </template>
CSS
.icon-drought {
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%22M27%2018h3v-3a4.005%204.005%200%200%200-4-4h-1V9.5A3.504%203.504%200%200%200%2021.5%206a3.46%203.46%200%200%200-1.5.351V5.41a3.41%203.41%200%200%200-6.545-1.343L11.341%209H9a5.006%205.006%200%200%200-5%205v4h4a5.006%205.006%200%200%200%205-5v-2.795l2.293-5.35A1.41%201.41%200%200%201%2018%205.41V22h-3.388L11%2025.294L7.388%2022H2v2h4.612L11%2028l4.388-4H30v-2H20V9.5a1.5%201.5%200%200%201%203%200V14a4.005%204.005%200%200%200%204%204m-2-5h1a2%202%200%200%201%202%202v1h-1a2%202%200%200%201-2-2Zm-14%200a3.003%203.003%200%200%201-3%203H6v-2a3.003%203.003%200%200%201%203-3h2Z%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%22M27%2018h3v-3a4.005%204.005%200%200%200-4-4h-1V9.5A3.504%203.504%200%200%200%2021.5%206a3.46%203.46%200%200%200-1.5.351V5.41a3.41%203.41%200%200%200-6.545-1.343L11.341%209H9a5.006%205.006%200%200%200-5%205v4h4a5.006%205.006%200%200%200%205-5v-2.795l2.293-5.35A1.41%201.41%200%200%201%2018%205.41V22h-3.388L11%2025.294L7.388%2022H2v2h4.612L11%2028l4.388-4H30v-2H20V9.5a1.5%201.5%200%200%201%203%200V14a4.005%204.005%200%200%200%204%204m-2-5h1a2%202%200%200%201%202%202v1h-1a2%202%200%200%201-2-2Zm-14%200a3.003%203.003%200%200%201-3%203H6v-2a3.003%203.003%200%200%201%203-3h2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/drought.svg?color=%231a73e8&size=48