slider horizontal icon
slider-horizontal from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- slider-horizontal
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the slider horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 7v10c0 .62-.02 1.17-.09 1.66C17.62 21.29 16.38 22 13 22h-2c-3.38 0-4.62-.71-4.91-3.34C6.02 18.17 6 17.62 6 17V7c0-.62.02-1.17.09-1.66C6.38 2.71 7.62 2 11 2h2c3.38 0 4.62.71 4.91 3.34c.07.49.09 1.04.09 1.66"/><path d="M6 17c0 .62.02 1.17.09 1.66c-.14.01-.27.01-.42.01h-.34C2.67 18.67 2 18 2 15.33V8.67C2 6 2.67 5.33 5.33 5.33h.34c.15 0 .28 0 .42.01C6.02 5.83 6 6.38 6 7zm16-8.33v6.66c0 2.67-.67 3.34-3.33 3.34h-.34c-.15 0-.28 0-.42-.01c.07-.49.09-1.04.09-1.66V7c0-.62-.02-1.17-.09-1.66c.14-.01.27-.01.42-.01h.34C21.33 5.33 22 6 22 8.67"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSliderHorizontal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18 7v10c0 .62-.02 1.17-.09 1.66C17.62 21.29 16.38 22 13 22h-2c-3.38 0-4.62-.71-4.91-3.34C6.02 18.17 6 17.62 6 17V7c0-.62.02-1.17.09-1.66C6.38 2.71 7.62 2 11 2h2c3.38 0 4.62.71 4.91 3.34c.07.49.09 1.04.09 1.66"/><path d="M6 17c0 .62.02 1.17.09 1.66c-.14.01-.27.01-.42.01h-.34C2.67 18.67 2 18 2 15.33V8.67C2 6 2.67 5.33 5.33 5.33h.34c.15 0 .28 0 .42.01C6.02 5.83 6 6.38 6 7zm16-8.33v6.66c0 2.67-.67 3.34-3.33 3.34h-.34c-.15 0-.28 0-.42-.01c.07-.49.09-1.04.09-1.66V7c0-.62-.02-1.17-.09-1.66c.14-.01.27-.01.42-.01h.34C21.33 5.33 22 6 22 8.67"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18 7v10c0 .62-.02 1.17-.09 1.66C17.62 21.29 16.38 22 13 22h-2c-3.38 0-4.62-.71-4.91-3.34C6.02 18.17 6 17.62 6 17V7c0-.62.02-1.17.09-1.66C6.38 2.71 7.62 2 11 2h2c3.38 0 4.62.71 4.91 3.34c.07.49.09 1.04.09 1.66"/><path d="M6 17c0 .62.02 1.17.09 1.66c-.14.01-.27.01-.42.01h-.34C2.67 18.67 2 18 2 15.33V8.67C2 6 2.67 5.33 5.33 5.33h.34c.15 0 .28 0 .42.01C6.02 5.83 6 6.38 6 7zm16-8.33v6.66c0 2.67-.67 3.34-3.33 3.34h-.34c-.15 0-.28 0-.42-.01c.07-.49.09-1.04.09-1.66V7c0-.62-.02-1.17-.09-1.66c.14-.01.27-.01.42-.01h.34C21.33 5.33 22 6 22 8.67"/></g></svg> </template>
CSS
.icon-slider-horizontal {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%207v10c0%20.62-.02%201.17-.09%201.66C17.62%2021.29%2016.38%2022%2013%2022h-2c-3.38%200-4.62-.71-4.91-3.34C6.02%2018.17%206%2017.62%206%2017V7c0-.62.02-1.17.09-1.66C6.38%202.71%207.62%202%2011%202h2c3.38%200%204.62.71%204.91%203.34c.07.49.09%201.04.09%201.66%22%2F%3E%3Cpath%20d%3D%22M6%2017c0%20.62.02%201.17.09%201.66c-.14.01-.27.01-.42.01h-.34C2.67%2018.67%202%2018%202%2015.33V8.67C2%206%202.67%205.33%205.33%205.33h.34c.15%200%20.28%200%20.42.01C6.02%205.83%206%206.38%206%207zm16-8.33v6.66c0%202.67-.67%203.34-3.33%203.34h-.34c-.15%200-.28%200-.42-.01c.07-.49.09-1.04.09-1.66V7c0-.62-.02-1.17-.09-1.66c.14-.01.27-.01.42-.01h.34C21.33%205.33%2022%206%2022%208.67%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18%207v10c0%20.62-.02%201.17-.09%201.66C17.62%2021.29%2016.38%2022%2013%2022h-2c-3.38%200-4.62-.71-4.91-3.34C6.02%2018.17%206%2017.62%206%2017V7c0-.62.02-1.17.09-1.66C6.38%202.71%207.62%202%2011%202h2c3.38%200%204.62.71%204.91%203.34c.07.49.09%201.04.09%201.66%22%2F%3E%3Cpath%20d%3D%22M6%2017c0%20.62.02%201.17.09%201.66c-.14.01-.27.01-.42.01h-.34C2.67%2018.67%202%2018%202%2015.33V8.67C2%206%202.67%205.33%205.33%205.33h.34c.15%200%20.28%200%20.42.01C6.02%205.83%206%206.38%206%207zm16-8.33v6.66c0%202.67-.67%203.34-3.33%203.34h-.34c-.15%200-.28%200-.42-.01c.07-.49.09-1.04.09-1.66V7c0-.62-.02-1.17-.09-1.66c.14-.01.27-.01.42-.01h.34C21.33%205.33%2022%206%2022%208.67%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/slider-horizontal.svg?color=%231a73e8&size=48