humidity indoor icon

humidity-indoor-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

Name
humidity-indoor-outline
Set
Material Symbols
Style
Outline
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
humidity-indoor-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the humidity indoor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 16.5q1.65 0 2.813-1.15T16 12.55q0-.8-.3-1.513t-.875-1.262L12 7L9.175 9.775q-.575.55-.875 1.263T8 12.55q0 1.65 1.188 2.8t2.837 1.15M10 12.5q0-.375.15-.7t.425-.6L12 9.8l1.425 1.4q.275.275.425.6t.15.7zM4 20V8l8-6l8 6v12zm2-2h12V9l-6-4.5L6 9zm6-6.75"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHumidityIndoorOutline(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.025 16.5q1.65 0 2.813-1.15T16 12.55q0-.8-.3-1.513t-.875-1.262L12 7L9.175 9.775q-.575.55-.875 1.263T8 12.55q0 1.65 1.188 2.8t2.837 1.15M10 12.5q0-.375.15-.7t.425-.6L12 9.8l1.425 1.4q.275.275.425.6t.15.7zM4 20V8l8-6l8 6v12zm2-2h12V9l-6-4.5L6 9zm6-6.75"/></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.025 16.5q1.65 0 2.813-1.15T16 12.55q0-.8-.3-1.513t-.875-1.262L12 7L9.175 9.775q-.575.55-.875 1.263T8 12.55q0 1.65 1.188 2.8t2.837 1.15M10 12.5q0-.375.15-.7t.425-.6L12 9.8l1.425 1.4q.275.275.425.6t.15.7zM4 20V8l8-6l8 6v12zm2-2h12V9l-6-4.5L6 9zm6-6.75"/></svg>
</template>

CSS

.icon-humidity-indoor-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.025%2016.5q1.65%200%202.813-1.15T16%2012.55q0-.8-.3-1.513t-.875-1.262L12%207L9.175%209.775q-.575.55-.875%201.263T8%2012.55q0%201.65%201.188%202.8t2.837%201.15M10%2012.5q0-.375.15-.7t.425-.6L12%209.8l1.425%201.4q.275.275.425.6t.15.7zM4%2020V8l8-6l8%206v12zm2-2h12V9l-6-4.5L6%209zm6-6.75%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.025%2016.5q1.65%200%202.813-1.15T16%2012.55q0-.8-.3-1.513t-.875-1.262L12%207L9.175%209.775q-.575.55-.875%201.263T8%2012.55q0%201.65%201.188%202.8t2.837%201.15M10%2012.5q0-.375.15-.7t.425-.6L12%209.8l1.425%201.4q.275.275.425.6t.15.7zM4%2020V8l8-6l8%206v12zm2-2h12V9l-6-4.5L6%209zm6-6.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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