Hanging Banner icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHangingBanner } from "@devigner-ui/icons";
<IconHangingBanner className="size-6" />
<script setup>
import { IconHangingBanner } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHangingBanner class="size-6" />
</template>
<script>
import { IconHangingBanner } from "@devigner-ui/icons-svelte";
</script>
<IconHangingBanner 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 2h20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M4 2h16v10.28c0 1.34 0 2-.27 2.6-.27.59-.77 1.03-1.78 1.91l-2 1.75c-1.88 1.65-2.82 2.47-3.95 2.47s-2.07-.82-3.95-2.47l-2-1.75c-1.01-.88-1.51-1.32-1.78-1.91-.27-.6-.27-1.26-.27-2.6z" stroke="currentColor" stroke-width="1.5"></path><path d="M8.5 13h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8.5 8h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>