Slider Vertical2 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 { IconSliderVertical2 } from "@devigner-ui/icons";
<IconSliderVertical2 className="size-6" />
<script setup>
import { IconSliderVertical2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSliderVertical2 class="size-6" />
</template>
<script>
import { IconSliderVertical2 } from "@devigner-ui/icons-svelte";
</script>
<IconSliderVertical2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.17 5h9q.93 0 1.66.09c2.63.29 3.34 1.53 3.34 4.91v4c0 3.38-.71 4.62-3.34 4.91q-.73.1-1.66.09h-9q-.93 0-1.66-.09c-2.63-.29-3.34-1.53-3.34-4.91v-4c0-3.38.71-4.62 3.34-4.91q.73-.1 1.66-.09" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5.17 2h15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5.67 22h15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>