Slider Horizontal 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 { IconSliderHorizontal } from "@devigner-ui/icons";
<IconSliderHorizontal className="size-6" />
<script setup>
import { IconSliderHorizontal } from "@devigner-ui/icons-vue";
</script>
<template>
<IconSliderHorizontal class="size-6" />
</template>
<script>
import { IconSliderHorizontal } from "@devigner-ui/icons-svelte";
</script>
<IconSliderHorizontal 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 18c-2.83 0-4.24 0-5.12-.88S2 14.82 2 12s0-4.24.88-5.12S5.18 6 8 6h8c2.83 0 4.24 0 5.12.88S22 9.18 22 12s0 4.24-.88 5.12-2.3.88-5.12.88z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.5 6c0-1.4 0-2.1-.27-2.63a2.5 2.5 0 0 0-1.1-1.1C17.6 2 16.9 2 15.5 2h-7c-1.4 0-2.1 0-2.63.27a2.5 2.5 0 0 0-1.1 1.1C4.5 3.9 4.5 4.6 4.5 6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.5 18c0 1.4 0 2.1-.27 2.64a2.5 2.5 0 0 1-1.1 1.09c-.53.27-1.23.27-2.63.27h-7c-1.4 0-2.1 0-2.63-.27a2.5 2.5 0 0 1-1.1-1.1C4.5 20.1 4.5 19.4 4.5 18" stroke="currentColor" stroke-width="1.5"></path></svg>