Image 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 { IconImage } from "@devigner-ui/icons";
<IconImage className="size-6" />
<script setup>
import { IconImage } from "@devigner-ui/icons-vue";
</script>
<template>
<IconImage class="size-6" />
</template>
<script>
import { IconImage } from "@devigner-ui/icons-svelte";
</script>
<IconImage 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.35 16.96-3.13-7.31c-1.06-2.48-3.01-2.58-4.32-.22l-1.89 3.41c-.96 1.73-2.75 1.88-3.99.33l-.22-.28c-1.29-1.62-3.11-1.42-4.04.43l-1.72 3.45A3.6 3.6 0 0 0 6.26 22h12.76c2.6 0 4.35-2.65 3.33-5.04" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.64 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>