Fridge 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 { IconFridge } from "@devigner-ui/icons";
<IconFridge className="size-6" />
<script setup>
import { IconFridge } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFridge class="size-6" />
</template>
<script>
import { IconFridge } from "@devigner-ui/icons-svelte";
</script>
<IconFridge class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10c0-3.77 0-5.66 1.17-6.83S8.23 2 12 2s5.66 0 6.83 1.17S20 6.23 20 10v3c0 3.77 0 5.66-1.17 6.83S15.77 21 12 21s-5.66 0-6.83-1.17S4 16.77 4 13z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M17 21v1h-1v-1m-8 0v1H7v-1" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path><path opacity="1" d="M20 11.5H4" stroke="currentColor" stroke-width="1.5"></path><path d="M17 7v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M17 14v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>