heat pump balance icon

heat-pump-balance-sharp from Material Symbols Light by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.

Name
heat-pump-balance-sharp
Set
Material Symbols Light
Style
Sharp
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the heat pump balance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 7.754v9.769h5v-8.77h3v8.77h5v-9.77h3.906l-1.694 1.65l.688.714l2.889-2.863L20.4 4.366l-.688.713l1.675 1.675H16.5v9.769h-3v-8.77h-5v8.77h-3v-8.77zM2 20.6v-8.461h20V20.6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHeatPumpBalanceSharp(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="M4.5 7.754v9.769h5v-8.77h3v8.77h5v-9.77h3.906l-1.694 1.65l.688.714l2.889-2.863L20.4 4.366l-.688.713l1.675 1.675H16.5v9.769h-3v-8.77h-5v8.77h-3v-8.77zM2 20.6v-8.461h20V20.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 7.754v9.769h5v-8.77h3v8.77h5v-9.77h3.906l-1.694 1.65l.688.714l2.889-2.863L20.4 4.366l-.688.713l1.675 1.675H16.5v9.769h-3v-8.77h-5v8.77h-3v-8.77zM2 20.6v-8.461h20V20.6z"/></svg>
</template>

CSS

.icon-heat-pump-balance-sharp {
  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%22M4.5%207.754v9.769h5v-8.77h3v8.77h5v-9.77h3.906l-1.694%201.65l.688.714l2.889-2.863L20.4%204.366l-.688.713l1.675%201.675H16.5v9.769h-3v-8.77h-5v8.77h-3v-8.77zM2%2020.6v-8.461h20V20.6z%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%22M4.5%207.754v9.769h5v-8.77h3v8.77h5v-9.77h3.906l-1.694%201.65l.688.714l2.889-2.863L20.4%204.366l-.688.713l1.675%201.675H16.5v9.769h-3v-8.77h-5v8.77h-3v-8.77zM2%2020.6v-8.461h20V20.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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