Conditioner Idle icon in outline, twotone, bold and bulk. Free in all four styles, for interiors, smart home, real estate, city. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconConditionerIdle } from "@devigner-ui/icons";
<IconConditionerIdle className="size-6" />
<script setup>
import { IconConditionerIdle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconConditionerIdle class="size-6" />
</template>
<script>
import { IconConditionerIdle } from "@devigner-ui/icons-svelte";
</script>
<IconConditionerIdle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 11c0-2.83 0-4.24.88-5.12S5.18 5 8 5h8c2.83 0 4.24 0 5.12.88S22 8.18 22 11c0 3.77 0 5.66-1.17 6.83S17.77 19 14 19h-4c-3.77 0-5.66 0-6.83-1.17S2 14.77 2 11" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M18 18.5c0-1.4 0-2.1-.34-2.61a2 2 0 0 0-.55-.55c-.5-.34-1.2-.34-2.61-.34h-5c-1.4 0-2.1 0-2.61.34a2 2 0 0 0-.55.55C6 16.39 6 17.09 6 18.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 11.5h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M6 9h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>