Slider Horizontal2 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 { IconSliderHorizontal2 } from "@devigner-ui/icons";
<IconSliderHorizontal2 className="size-6" />
<script setup>
import { IconSliderHorizontal2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSliderHorizontal2 class="size-6" />
</template>
<script>
import { IconSliderHorizontal2 } from "@devigner-ui/icons-svelte";
</script>
<IconSliderHorizontal2 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.67 16.5v-9q0-.93.09-1.66c.29-2.63 1.53-3.34 4.91-3.34h4c3.38 0 4.62.71 4.91 3.34q.1.73.09 1.66v9q0 .93-.09 1.66c-.29 2.63-1.53 3.34-4.91 3.34h-4c-3.38 0-4.62-.71-4.91-3.34q-.1-.73-.09-1.66" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 19.5v-15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 19V4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>