Slider 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 { IconSliderVertical } from "@devigner-ui/icons";
<IconSliderVertical className="size-6" />
<script setup>
import { IconSliderVertical } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSliderVertical class="size-6" />
</template>
<script>
import { IconSliderVertical } from "@devigner-ui/icons-svelte";
</script>
<IconSliderVertical class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8c0-2.83 0-4.24.88-5.12S9.18 2 12 2s4.24 0 5.12.88S18 5.18 18 8v8c0 2.83 0 4.24-.88 5.12S14.82 22 12 22s-4.24 0-5.12-.88S6 18.82 6 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M18 19.5c1.4 0 2.1 0 2.64-.27a2.5 2.5 0 0 0 1.09-1.1c.27-.53.27-1.23.27-2.63v-7c0-1.4 0-2.1-.27-2.63a2.5 2.5 0 0 0-1.1-1.1C20.1 4.5 19.4 4.5 18 4.5" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M6 19.5c-1.4 0-2.1 0-2.63-.27a2.5 2.5 0 0 1-1.1-1.1C2 17.6 2 16.9 2 15.5v-7c0-1.4 0-2.1.27-2.63a2.5 2.5 0 0 1 1.1-1.1C3.9 4.5 4.6 4.5 6 4.5" stroke="currentColor" stroke-width="1.5"></path></svg>