climate mini split icon

climate-mini-split from Material Symbols by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
climate-mini-split
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the climate mini split icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12q-.825 0-1.412-.587T2 10V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v6q0 .825-.587 1.413T20 12h-2V8q0-.825-.587-1.412T16 6H8q-.825 0-1.412.588T6 8v4zm3 2h2q0 2.075-1.463 3.538T4 19v-2q1.25 0 2.125-.875T7 14m1-2V8h8v4zm3 8v-6h2v6zm4-6h2q0 1.25.875 2.125T20 17v2q-2.075 0-3.537-1.463T15 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsClimateMiniSplit(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 12q-.825 0-1.412-.587T2 10V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v6q0 .825-.587 1.413T20 12h-2V8q0-.825-.587-1.412T16 6H8q-.825 0-1.412.588T6 8v4zm3 2h2q0 2.075-1.463 3.538T4 19v-2q1.25 0 2.125-.875T7 14m1-2V8h8v4zm3 8v-6h2v6zm4-6h2q0 1.25.875 2.125T20 17v2q-2.075 0-3.537-1.463T15 14"/></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 12q-.825 0-1.412-.587T2 10V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v6q0 .825-.587 1.413T20 12h-2V8q0-.825-.587-1.412T16 6H8q-.825 0-1.412.588T6 8v4zm3 2h2q0 2.075-1.463 3.538T4 19v-2q1.25 0 2.125-.875T7 14m1-2V8h8v4zm3 8v-6h2v6zm4-6h2q0 1.25.875 2.125T20 17v2q-2.075 0-3.537-1.463T15 14"/></svg>
</template>

CSS

.icon-climate-mini-split {
  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%2012q-.825%200-1.412-.587T2%2010V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v6q0%20.825-.587%201.413T20%2012h-2V8q0-.825-.587-1.412T16%206H8q-.825%200-1.412.588T6%208v4zm3%202h2q0%202.075-1.463%203.538T4%2019v-2q1.25%200%202.125-.875T7%2014m1-2V8h8v4zm3%208v-6h2v6zm4-6h2q0%201.25.875%202.125T20%2017v2q-2.075%200-3.537-1.463T15%2014%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%2012q-.825%200-1.412-.587T2%2010V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v6q0%20.825-.587%201.413T20%2012h-2V8q0-.825-.587-1.412T16%206H8q-.825%200-1.412.588T6%208v4zm3%202h2q0%202.075-1.463%203.538T4%2019v-2q1.25%200%202.125-.875T7%2014m1-2V8h8v4zm3%208v-6h2v6zm4-6h2q0%201.25.875%202.125T20%2017v2q-2.075%200-3.537-1.463T15%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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