humidity-low-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.

Name
humidity-low-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
humidity-low-outline-rounded, humidity-low-outline-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the humidity low icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20.5q-2.91 0-4.955-2.006T5 13.61q0-1.373.555-2.628t1.487-2.24L12 3.884l4.958 4.858q.933.985 1.487 2.24T19 13.615q0 2.882-2.045 4.884T12 20.5m4.25-2.703Q18 16.094 18 13.615q0-1.177-.45-2.242t-1.3-1.865L12 5.3L7.75 9.508q-.85.801-1.3 1.865T6 13.615q0 2.48 1.75 4.182T12 19.5t4.25-1.703"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHumidityLowOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20.5q-2.91 0-4.955-2.006T5 13.61q0-1.373.555-2.628t1.487-2.24L12 3.884l4.958 4.858q.933.985 1.487 2.24T19 13.615q0 2.882-2.045 4.884T12 20.5m4.25-2.703Q18 16.094 18 13.615q0-1.177-.45-2.242t-1.3-1.865L12 5.3L7.75 9.508q-.85.801-1.3 1.865T6 13.615q0 2.48 1.75 4.182T12 19.5t4.25-1.703"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20.5q-2.91 0-4.955-2.006T5 13.61q0-1.373.555-2.628t1.487-2.24L12 3.884l4.958 4.858q.933.985 1.487 2.24T19 13.615q0 2.882-2.045 4.884T12 20.5m4.25-2.703Q18 16.094 18 13.615q0-1.177-.45-2.242t-1.3-1.865L12 5.3L7.75 9.508q-.85.801-1.3 1.865T6 13.615q0 2.48 1.75 4.182T12 19.5t4.25-1.703"/></svg>
</template>

CSS

.icon-humidity-low-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.5q-2.91%200-4.955-2.006T5%2013.61q0-1.373.555-2.628t1.487-2.24L12%203.884l4.958%204.858q.933.985%201.487%202.24T19%2013.615q0%202.882-2.045%204.884T12%2020.5m4.25-2.703Q18%2016.094%2018%2013.615q0-1.177-.45-2.242t-1.3-1.865L12%205.3L7.75%209.508q-.85.801-1.3%201.865T6%2013.615q0%202.48%201.75%204.182T12%2019.5t4.25-1.703%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.5q-2.91%200-4.955-2.006T5%2013.61q0-1.373.555-2.628t1.487-2.24L12%203.884l4.958%204.858q.933.985%201.487%202.24T19%2013.615q0%202.882-2.045%204.884T12%2020.5m4.25-2.703Q18%2016.094%2018%2013.615q0-1.177-.45-2.242t-1.3-1.865L12%205.3L7.75%209.508q-.85.801-1.3%201.865T6%2013.615q0%202.48%201.75%204.182T12%2019.5t4.25-1.703%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/humidity-low-outline.svg?color=%231a73e8&size=48