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

Name
humidity-mid-outline
Set
Material Symbols Light
Style
Outline
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
humidity-mid-outline-rounded, humidity-mid-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 mid 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.5m-6-6.88h12q0-1.176-.45-2.245T16.25 9.5L12 5.3L7.75 9.5q-.85.805-1.3 1.875T6 13.619"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHumidityMidOutline(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.5m-6-6.88h12q0-1.176-.45-2.245T16.25 9.5L12 5.3L7.75 9.5q-.85.805-1.3 1.875T6 13.619"/></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.5m-6-6.88h12q0-1.176-.45-2.245T16.25 9.5L12 5.3L7.75 9.5q-.85.805-1.3 1.875T6 13.619"/></svg>
</template>

CSS

.icon-humidity-mid-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.5m-6-6.88h12q0-1.176-.45-2.245T16.25%209.5L12%205.3L7.75%209.5q-.85.805-1.3%201.875T6%2013.619%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.5m-6-6.88h12q0-1.176-.45-2.245T16.25%209.5L12%205.3L7.75%209.5q-.85.805-1.3%201.875T6%2013.619%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-mid-outline.svg?color=%231a73e8&size=48