humidity alt icon
humidity-alt from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- humidity-alt
- 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 humidity alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064l2.517-3.745a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 30 8.223A3.9 3.9 0 0 1 26 12m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997a2.014 2.014 0 0 0 4 0a2 2 0 0 0-.375-1.047ZM23.5 30h-15a6.496 6.496 0 0 1-1.3-12.862a8.994 8.994 0 0 1 17.6 0A6.496 6.496 0 0 1 23.5 30M16 12a7 7 0 0 0-6.941 6.145l-.1.812l-.815.064A4.496 4.496 0 0 0 8.5 28h15a4.496 4.496 0 0 0 .356-8.979l-.815-.064l-.099-.812A7 7 0 0 0 16 12"/></svg>
React
import type { SVGProps } from "react";
export function CarbonHumidityAlt(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="M26 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064l2.517-3.745a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 30 8.223A3.9 3.9 0 0 1 26 12m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997a2.014 2.014 0 0 0 4 0a2 2 0 0 0-.375-1.047ZM23.5 30h-15a6.496 6.496 0 0 1-1.3-12.862a8.994 8.994 0 0 1 17.6 0A6.496 6.496 0 0 1 23.5 30M16 12a7 7 0 0 0-6.941 6.145l-.1.812l-.815.064A4.496 4.496 0 0 0 8.5 28h15a4.496 4.496 0 0 0 .356-8.979l-.815-.064l-.099-.812A7 7 0 0 0 16 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 12a3.9 3.9 0 0 1-4-3.777a3.9 3.9 0 0 1 .653-2.064l2.517-3.745a1.038 1.038 0 0 1 1.66 0l2.485 3.696A3.97 3.97 0 0 1 30 8.223A3.9 3.9 0 0 1 26 12m0-7.237l-1.656 2.463a1.9 1.9 0 0 0-.344.997a2.014 2.014 0 0 0 4 0a2 2 0 0 0-.375-1.047ZM23.5 30h-15a6.496 6.496 0 0 1-1.3-12.862a8.994 8.994 0 0 1 17.6 0A6.496 6.496 0 0 1 23.5 30M16 12a7 7 0 0 0-6.941 6.145l-.1.812l-.815.064A4.496 4.496 0 0 0 8.5 28h15a4.496 4.496 0 0 0 .356-8.979l-.815-.064l-.099-.812A7 7 0 0 0 16 12"/></svg> </template>
CSS
.icon-humidity-alt {
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%22M26%2012a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064l2.517-3.745a1.038%201.038%200%200%201%201.66%200l2.485%203.696A3.97%203.97%200%200%201%2030%208.223A3.9%203.9%200%200%201%2026%2012m0-7.237l-1.656%202.463a1.9%201.9%200%200%200-.344.997a2.014%202.014%200%200%200%204%200a2%202%200%200%200-.375-1.047ZM23.5%2030h-15a6.496%206.496%200%200%201-1.3-12.862a8.994%208.994%200%200%201%2017.6%200A6.496%206.496%200%200%201%2023.5%2030M16%2012a7%207%200%200%200-6.941%206.145l-.1.812l-.815.064A4.496%204.496%200%200%200%208.5%2028h15a4.496%204.496%200%200%200%20.356-8.979l-.815-.064l-.099-.812A7%207%200%200%200%2016%2012%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%22M26%2012a3.9%203.9%200%200%201-4-3.777a3.9%203.9%200%200%201%20.653-2.064l2.517-3.745a1.038%201.038%200%200%201%201.66%200l2.485%203.696A3.97%203.97%200%200%201%2030%208.223A3.9%203.9%200%200%201%2026%2012m0-7.237l-1.656%202.463a1.9%201.9%200%200%200-.344.997a2.014%202.014%200%200%200%204%200a2%202%200%200%200-.375-1.047ZM23.5%2030h-15a6.496%206.496%200%200%201-1.3-12.862a8.994%208.994%200%200%201%2017.6%200A6.496%206.496%200%200%201%2023.5%2030M16%2012a7%207%200%200%200-6.941%206.145l-.1.812l-.815.064A4.496%204.496%200%200%200%208.5%2028h15a4.496%204.496%200%200%200%20.356-8.979l-.815-.064l-.099-.812A7%207%200%200%200%2016%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/humidity-alt.svg?color=%231a73e8&size=48