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

Name
humidity-mid
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
humidity-mid-rounded, humidity-mid-sharp

1 other variant in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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 21.5q-3.325 0-5.663-2.3T4 13.6q0-1.575.613-3.012T6.35 8.05l4.25-4.175q.3-.275.663-.425T12 3.3t.738.15t.662.425l4.25 4.175q1.125 1.1 1.738 2.538T20 13.6q0 3.3-2.337 5.6T12 21.5m-6-7.9h12q0-1.175-.45-2.237T16.25 9.5L12 5.3L7.75 9.5q-.85.8-1.3 1.863T6 13.6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHumidityMid(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 21.5q-3.325 0-5.663-2.3T4 13.6q0-1.575.613-3.012T6.35 8.05l4.25-4.175q.3-.275.663-.425T12 3.3t.738.15t.662.425l4.25 4.175q1.125 1.1 1.738 2.538T20 13.6q0 3.3-2.337 5.6T12 21.5m-6-7.9h12q0-1.175-.45-2.237T16.25 9.5L12 5.3L7.75 9.5q-.85.8-1.3 1.863T6 13.6"/></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 21.5q-3.325 0-5.663-2.3T4 13.6q0-1.575.613-3.012T6.35 8.05l4.25-4.175q.3-.275.663-.425T12 3.3t.738.15t.662.425l4.25 4.175q1.125 1.1 1.738 2.538T20 13.6q0 3.3-2.337 5.6T12 21.5m-6-7.9h12q0-1.175-.45-2.237T16.25 9.5L12 5.3L7.75 9.5q-.85.8-1.3 1.863T6 13.6"/></svg>
</template>

CSS

.icon-humidity-mid {
  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%2021.5q-3.325%200-5.663-2.3T4%2013.6q0-1.575.613-3.012T6.35%208.05l4.25-4.175q.3-.275.663-.425T12%203.3t.738.15t.662.425l4.25%204.175q1.125%201.1%201.738%202.538T20%2013.6q0%203.3-2.337%205.6T12%2021.5m-6-7.9h12q0-1.175-.45-2.237T16.25%209.5L12%205.3L7.75%209.5q-.85.8-1.3%201.863T6%2013.6%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%2021.5q-3.325%200-5.663-2.3T4%2013.6q0-1.575.613-3.012T6.35%208.05l4.25-4.175q.3-.275.663-.425T12%203.3t.738.15t.662.425l4.25%204.175q1.125%201.1%201.738%202.538T20%2013.6q0%203.3-2.337%205.6T12%2021.5m-6-7.9h12q0-1.175-.45-2.237T16.25%209.5L12%205.3L7.75%209.5q-.85.8-1.3%201.863T6%2013.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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