slider minimalistic horizontal icon
slider-minimalistic-horizontal-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.
- Name
- slider-minimalistic-horizontal-bold
- Set
- Solar
- Style
- Bold
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the slider minimalistic 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="M16 5.84615C18.8284 5.84615 20.2426 5.84615 21.1213 6.74736C22 7.64857 22 9.09905 22 12C22 14.901 22 16.3514 21.1213 17.2526C20.2426 18.1538 18.8284 18.1538 16 18.1538L8 18.1538C5.17157 18.1538 3.75736 18.1538 2.87868 17.2526C2 16.3514 2 14.901 2 12C2 9.09905 2 7.64857 2.87868 6.74736C3.75736 5.84615 5.17157 5.84615 8 5.84615L16 5.84615Z"/><path fill-rule="evenodd" d="M20.25 2.76923C20.25 3.19407 19.9142 3.53846 19.5 3.53846L4.5 3.53846C4.08579 3.53846 3.75 3.19406 3.75 2.76923C3.75 2.3444 4.08579 2 4.5 2L19.5 2C19.9142 2 20.25 2.3444 20.25 2.76923ZM20.25 21.2308C20.25 21.6556 19.9142 22 19.5 22L4.5 22C4.08579 22 3.75 21.6556 3.75 21.2308C3.75 20.8059 4.08579 20.4615 4.5 20.4615L19.5 20.4615C19.9142 20.4615 20.25 20.8059 20.25 21.2308Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSliderMinimalisticHorizontalBold(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="M16 5.84615C18.8284 5.84615 20.2426 5.84615 21.1213 6.74736C22 7.64857 22 9.09905 22 12C22 14.901 22 16.3514 21.1213 17.2526C20.2426 18.1538 18.8284 18.1538 16 18.1538L8 18.1538C5.17157 18.1538 3.75736 18.1538 2.87868 17.2526C2 16.3514 2 14.901 2 12C2 9.09905 2 7.64857 2.87868 6.74736C3.75736 5.84615 5.17157 5.84615 8 5.84615L16 5.84615Z"/><path fillRule="evenodd" d="M20.25 2.76923C20.25 3.19407 19.9142 3.53846 19.5 3.53846L4.5 3.53846C4.08579 3.53846 3.75 3.19406 3.75 2.76923C3.75 2.3444 4.08579 2 4.5 2L19.5 2C19.9142 2 20.25 2.3444 20.25 2.76923ZM20.25 21.2308C20.25 21.6556 19.9142 22 19.5 22L4.5 22C4.08579 22 3.75 21.6556 3.75 21.2308C3.75 20.8059 4.08579 20.4615 4.5 20.4615L19.5 20.4615C19.9142 20.4615 20.25 20.8059 20.25 21.2308Z" clipRule="evenodd"/></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="M16 5.84615C18.8284 5.84615 20.2426 5.84615 21.1213 6.74736C22 7.64857 22 9.09905 22 12C22 14.901 22 16.3514 21.1213 17.2526C20.2426 18.1538 18.8284 18.1538 16 18.1538L8 18.1538C5.17157 18.1538 3.75736 18.1538 2.87868 17.2526C2 16.3514 2 14.901 2 12C2 9.09905 2 7.64857 2.87868 6.74736C3.75736 5.84615 5.17157 5.84615 8 5.84615L16 5.84615Z"/><path fill-rule="evenodd" d="M20.25 2.76923C20.25 3.19407 19.9142 3.53846 19.5 3.53846L4.5 3.53846C4.08579 3.53846 3.75 3.19406 3.75 2.76923C3.75 2.3444 4.08579 2 4.5 2L19.5 2C19.9142 2 20.25 2.3444 20.25 2.76923ZM20.25 21.2308C20.25 21.6556 19.9142 22 19.5 22L4.5 22C4.08579 22 3.75 21.6556 3.75 21.2308C3.75 20.8059 4.08579 20.4615 4.5 20.4615L19.5 20.4615C19.9142 20.4615 20.25 20.8059 20.25 21.2308Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-slider-minimalistic-horizontal-bold {
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%22M16%205.84615C18.8284%205.84615%2020.2426%205.84615%2021.1213%206.74736C22%207.64857%2022%209.09905%2022%2012C22%2014.901%2022%2016.3514%2021.1213%2017.2526C20.2426%2018.1538%2018.8284%2018.1538%2016%2018.1538L8%2018.1538C5.17157%2018.1538%203.75736%2018.1538%202.87868%2017.2526C2%2016.3514%202%2014.901%202%2012C2%209.09905%202%207.64857%202.87868%206.74736C3.75736%205.84615%205.17157%205.84615%208%205.84615L16%205.84615Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.25%202.76923C20.25%203.19407%2019.9142%203.53846%2019.5%203.53846L4.5%203.53846C4.08579%203.53846%203.75%203.19406%203.75%202.76923C3.75%202.3444%204.08579%202%204.5%202L19.5%202C19.9142%202%2020.25%202.3444%2020.25%202.76923ZM20.25%2021.2308C20.25%2021.6556%2019.9142%2022%2019.5%2022L4.5%2022C4.08579%2022%203.75%2021.6556%203.75%2021.2308C3.75%2020.8059%204.08579%2020.4615%204.5%2020.4615L19.5%2020.4615C19.9142%2020.4615%2020.25%2020.8059%2020.25%2021.2308Z%22%20clip-rule%3D%22evenodd%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%22M16%205.84615C18.8284%205.84615%2020.2426%205.84615%2021.1213%206.74736C22%207.64857%2022%209.09905%2022%2012C22%2014.901%2022%2016.3514%2021.1213%2017.2526C20.2426%2018.1538%2018.8284%2018.1538%2016%2018.1538L8%2018.1538C5.17157%2018.1538%203.75736%2018.1538%202.87868%2017.2526C2%2016.3514%202%2014.901%202%2012C2%209.09905%202%207.64857%202.87868%206.74736C3.75736%205.84615%205.17157%205.84615%208%205.84615L16%205.84615Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.25%202.76923C20.25%203.19407%2019.9142%203.53846%2019.5%203.53846L4.5%203.53846C4.08579%203.53846%203.75%203.19406%203.75%202.76923C3.75%202.3444%204.08579%202%204.5%202L19.5%202C19.9142%202%2020.25%202.3444%2020.25%202.76923ZM20.25%2021.2308C20.25%2021.6556%2019.9142%2022%2019.5%2022L4.5%2022C4.08579%2022%203.75%2021.6556%203.75%2021.2308C3.75%2020.8059%204.08579%2020.4615%204.5%2020.4615L19.5%2020.4615C19.9142%2020.4615%2020.25%2020.8059%2020.25%2021.2308Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/slider-minimalistic-horizontal-bold.svg?color=%231a73e8&size=48