Panorama 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 { IconPanorama } from "@devigner-ui/icons";
<IconPanorama className="size-6" />
<script setup>
import { IconPanorama } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPanorama class="size-6" />
</template>
<script>
import { IconPanorama } from "@devigner-ui/icons-svelte";
</script>
<IconPanorama class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 5.86c0-.8-.8-1.53-2.12-2.1-1.17-.52-2.38.46-2.38 1.74v3.22M22 5.86v12.72C22 20.47 17.52 22 12 22S2 20.47 2 18.58V5.86m20 0c0 1.2-1.79 2.25-4.5 2.86M2 5.86c0-.8.8-1.53 2.12-2.1 1.17-.52 2.38.46 2.38 1.74v3.22M2 5.86c0 1.2 1.79 2.25 4.5 2.86m0 0c1.58.36 3.47.56 5.5.56s3.92-.2 5.5-.56" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m21 20-2.5-2.15c-.8-.7-2-.76-2.88-.16l-.24.15a1.6 1.6 0 0 1-1.98-.16l-3.32-3.18a1.84 1.84 0 0 0-2.43-.08l-1.36 1.14L2.5 19.1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>