Wallpaper icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconWallpaper } from "@devigner-ui/icons";
<IconWallpaper className="size-6" />
<script setup>
import { IconWallpaper } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWallpaper class="size-6" />
</template>
<script>
import { IconWallpaper } from "@devigner-ui/icons-svelte";
</script>
<IconWallpaper class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8c0-2.83 0-4.24.88-5.12S8.18 2 11 2h2c2.83 0 4.24 0 5.12.88S19 5.18 19 8v8c0 2.83 0 4.24-.88 5.12S15.82 22 13 22h-2c-2.83 0-4.24 0-5.12-.88S5 18.82 5 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19 19.5c.46 0 .7 0 .9-.03a2.5 2.5 0 0 0 2.07-2.08c.03-.2.03-.43.03-.89v-9c0-.46 0-.7-.03-.9a2.5 2.5 0 0 0-2.08-2.07c-.2-.03-.43-.03-.89-.03" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M5 19.5c-.46 0-.7 0-.9-.03a2.5 2.5 0 0 1-2.07-2.08C2 17.2 2 16.96 2 16.5v-9c0-.46 0-.7.03-.9a2.5 2.5 0 0 1 2.08-2.07c.2-.03.43-.03.89-.03" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="14.5" cy="6.5" r="1.5" stroke="currentColor" stroke-width="1.5"></circle><path opacity="1" d="m5 14.82 1.3-1.33a1.52 1.52 0 0 1 2.3.1l3.17 3.7c.5.6 1.3.67 1.89.19l.21-.18c.85-.7 1.99-.62 2.75.2l1.9 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>