slider horizontal icon
slider-horizontal-duotone from Reicon by REICON · Duotone · Newicons · MIT Free for personal and commercial use.
- Name
- slider-horizontal-duotone
- Set
- Reicon
- Style
- Duotone
- 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="currentColor"><path d="M8 18c-2.828 0-4.243 0-5.121-.879C2 16.243 2 14.828 2 12s0-4.243.879-5.121C3.757 6 5.172 6 8 6h8c2.828 0 4.243 0 5.121.879C22 7.757 22 9.172 22 12s0 4.243-.879 5.121C20.243 18 18.828 18 16 18z"/><path d="M4.5 17.859C5.343 18 6.462 18 8 18h8c1.538 0 2.657 0 3.5-.141V18c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C17.6 22 16.9 22 15.5 22h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C4.5 20.1 4.5 19.4 4.5 18zm0-11.718C5.343 6 6.462 6 8 6h8c1.538 0 2.657 0 3.5.141V6c0-1.4 0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C17.6 2 16.9 2 15.5 2h-7c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C4.5 3.9 4.5 4.6 4.5 6z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSliderHorizontalDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 18c-2.828 0-4.243 0-5.121-.879C2 16.243 2 14.828 2 12s0-4.243.879-5.121C3.757 6 5.172 6 8 6h8c2.828 0 4.243 0 5.121.879C22 7.757 22 9.172 22 12s0 4.243-.879 5.121C20.243 18 18.828 18 16 18z"/><path d="M4.5 17.859C5.343 18 6.462 18 8 18h8c1.538 0 2.657 0 3.5-.141V18c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C17.6 22 16.9 22 15.5 22h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C4.5 20.1 4.5 19.4 4.5 18zm0-11.718C5.343 6 6.462 6 8 6h8c1.538 0 2.657 0 3.5.141V6c0-1.4 0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C17.6 2 16.9 2 15.5 2h-7c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C4.5 3.9 4.5 4.6 4.5 6z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 18c-2.828 0-4.243 0-5.121-.879C2 16.243 2 14.828 2 12s0-4.243.879-5.121C3.757 6 5.172 6 8 6h8c2.828 0 4.243 0 5.121.879C22 7.757 22 9.172 22 12s0 4.243-.879 5.121C20.243 18 18.828 18 16 18z"/><path d="M4.5 17.859C5.343 18 6.462 18 8 18h8c1.538 0 2.657 0 3.5-.141V18c0 1.4 0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C17.6 22 16.9 22 15.5 22h-7c-1.4 0-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C4.5 20.1 4.5 19.4 4.5 18zm0-11.718C5.343 6 6.462 6 8 6h8c1.538 0 2.657 0 3.5.141V6c0-1.4 0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.093C17.6 2 16.9 2 15.5 2h-7c-1.4 0-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C4.5 3.9 4.5 4.6 4.5 6z" opacity=".5"/></g></svg> </template>
CSS
.icon-slider-horizontal-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M8%2018c-2.828%200-4.243%200-5.121-.879C2%2016.243%202%2014.828%202%2012s0-4.243.879-5.121C3.757%206%205.172%206%208%206h8c2.828%200%204.243%200%205.121.879C22%207.757%2022%209.172%2022%2012s0%204.243-.879%205.121C20.243%2018%2018.828%2018%2016%2018z%22%2F%3E%3Cpath%20d%3D%22M4.5%2017.859C5.343%2018%206.462%2018%208%2018h8c1.538%200%202.657%200%203.5-.141V18c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C17.6%2022%2016.9%2022%2015.5%2022h-7c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C4.5%2020.1%204.5%2019.4%204.5%2018zm0-11.718C5.343%206%206.462%206%208%206h8c1.538%200%202.657%200%203.5.141V6c0-1.4%200-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C17.6%202%2016.9%202%2015.5%202h-7c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C4.5%203.9%204.5%204.6%204.5%206z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M8%2018c-2.828%200-4.243%200-5.121-.879C2%2016.243%202%2014.828%202%2012s0-4.243.879-5.121C3.757%206%205.172%206%208%206h8c2.828%200%204.243%200%205.121.879C22%207.757%2022%209.172%2022%2012s0%204.243-.879%205.121C20.243%2018%2018.828%2018%2016%2018z%22%2F%3E%3Cpath%20d%3D%22M4.5%2017.859C5.343%2018%206.462%2018%208%2018h8c1.538%200%202.657%200%203.5-.141V18c0%201.4%200%202.1-.273%202.635a2.5%202.5%200%200%201-1.092%201.092C17.6%2022%2016.9%2022%2015.5%2022h-7c-1.4%200-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C4.5%2020.1%204.5%2019.4%204.5%2018zm0-11.718C5.343%206%206.462%206%208%206h8c1.538%200%202.657%200%203.5.141V6c0-1.4%200-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.093C17.6%202%2016.9%202%2015.5%202h-7c-1.4%200-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C4.5%203.9%204.5%204.6%204.5%206z%22%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48