hvac from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
hvac
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
air-conditioning, heating, ventilation

The same icon in other sets

More home automation icons from Material Design Icons

Use the hvac icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.58 14c-.28-.45-.47-.97-.52-1.5h7.88c-.05.53-.24 1.05-.47 1.5zM12 16c-1.03 0-1.92-.39-2.62-1h5.25c-.71.61-1.6 1-2.63 1m0-8c1.03 0 1.92.39 2.63 1H9.38c.7-.61 1.59-1 2.62-1m-3.42 2h6.84c.28.45.47.97.52 1.5H8.06c.05-.53.24-1.05.52-1.5M3 3v18h18V3zm9 15c-3.33 0-6-2.67-6-6s2.67-6 6-6s6 2.67 6 6s-2.67 6-6 6"/></svg>

React

import type { SVGProps } from "react";

export function MdiHvac(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="M8.58 14c-.28-.45-.47-.97-.52-1.5h7.88c-.05.53-.24 1.05-.47 1.5zM12 16c-1.03 0-1.92-.39-2.62-1h5.25c-.71.61-1.6 1-2.63 1m0-8c1.03 0 1.92.39 2.63 1H9.38c.7-.61 1.59-1 2.62-1m-3.42 2h6.84c.28.45.47.97.52 1.5H8.06c.05-.53.24-1.05.52-1.5M3 3v18h18V3zm9 15c-3.33 0-6-2.67-6-6s2.67-6 6-6s6 2.67 6 6s-2.67 6-6 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="M8.58 14c-.28-.45-.47-.97-.52-1.5h7.88c-.05.53-.24 1.05-.47 1.5zM12 16c-1.03 0-1.92-.39-2.62-1h5.25c-.71.61-1.6 1-2.63 1m0-8c1.03 0 1.92.39 2.63 1H9.38c.7-.61 1.59-1 2.62-1m-3.42 2h6.84c.28.45.47.97.52 1.5H8.06c.05-.53.24-1.05.52-1.5M3 3v18h18V3zm9 15c-3.33 0-6-2.67-6-6s2.67-6 6-6s6 2.67 6 6s-2.67 6-6 6"/></svg>
</template>

CSS

.icon-hvac {
  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%22M8.58%2014c-.28-.45-.47-.97-.52-1.5h7.88c-.05.53-.24%201.05-.47%201.5zM12%2016c-1.03%200-1.92-.39-2.62-1h5.25c-.71.61-1.6%201-2.63%201m0-8c1.03%200%201.92.39%202.63%201H9.38c.7-.61%201.59-1%202.62-1m-3.42%202h6.84c.28.45.47.97.52%201.5H8.06c.05-.53.24-1.05.52-1.5M3%203v18h18V3zm9%2015c-3.33%200-6-2.67-6-6s2.67-6%206-6s6%202.67%206%206s-2.67%206-6%206%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%22M8.58%2014c-.28-.45-.47-.97-.52-1.5h7.88c-.05.53-.24%201.05-.47%201.5zM12%2016c-1.03%200-1.92-.39-2.62-1h5.25c-.71.61-1.6%201-2.63%201m0-8c1.03%200%201.92.39%202.63%201H9.38c.7-.61%201.59-1%202.62-1m-3.42%202h6.84c.28.45.47.97.52%201.5H8.06c.05-.53.24-1.05.52-1.5M3%203v18h18V3zm9%2015c-3.33%200-6-2.67-6-6s2.67-6%206-6s6%202.67%206%206s-2.67%206-6%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hvac.svg?color=%231a73e8&size=48