Posts Carousel Vertical icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPostsCarouselVertical } from "@devigner-ui/icons";
<IconPostsCarouselVertical className="size-6" />
<script setup>
import { IconPostsCarouselVertical } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPostsCarouselVertical class="size-6" />
</template>
<script>
import { IconPostsCarouselVertical } from "@devigner-ui/icons-svelte";
</script>
<IconPostsCarouselVertical 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 11.5c0-1.89 0-2.83.59-3.41C6.17 7.5 7.1 7.5 9 7.5h6c1.89 0 2.83 0 3.41.59.59.58.59 1.52.59 3.41v1c0 1.89 0 2.83-.59 3.41-.58.59-1.52.59-3.41.59H9c-1.89 0-2.83 0-3.41-.59C5 15.33 5 14.4 5 12.5z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19 2v.5A2.5 2.5 0 0 1 16.5 5h-9A2.5 2.5 0 0 1 5 2.5V2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M19 22v-.5a2.5 2.5 0 0 0-2.5-2.5h-9A2.5 2.5 0 0 0 5 21.5v.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>