slider minimalistic horizontal icon

slider-minimalistic-horizontal-bold-duotone from Solar by 480 Design · Bold Duotone · UI · CC-BY-4.0 Attribution required.

Name
slider-minimalistic-horizontal-bold-duotone
Set
Solar
Style
Bold Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

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 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" opacity=".5"/><path d="M16 5.84619C18.8284 5.84619 20.2426 5.84619 21.1213 6.7474C22 7.64861 22 9.09909 22 12C22 14.901 22 16.3515 21.1213 17.2527C20.2426 18.1539 18.8284 18.1539 16 18.1539L8 18.1539C5.17157 18.1539 3.75736 18.1539 2.87868 17.2527C2 16.3515 2 14.901 2 12C2 9.09909 2 7.64861 2.87868 6.7474C3.75736 5.84619 5.17157 5.84619 8 5.84619L16 5.84619Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSliderMinimalisticHorizontalBoldDuotone(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 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" opacity=".5"/><path d="M16 5.84619C18.8284 5.84619 20.2426 5.84619 21.1213 6.7474C22 7.64861 22 9.09909 22 12C22 14.901 22 16.3515 21.1213 17.2527C20.2426 18.1539 18.8284 18.1539 16 18.1539L8 18.1539C5.17157 18.1539 3.75736 18.1539 2.87868 17.2527C2 16.3515 2 14.901 2 12C2 9.09909 2 7.64861 2.87868 6.7474C3.75736 5.84619 5.17157 5.84619 8 5.84619L16 5.84619Z"/></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 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" opacity=".5"/><path d="M16 5.84619C18.8284 5.84619 20.2426 5.84619 21.1213 6.7474C22 7.64861 22 9.09909 22 12C22 14.901 22 16.3515 21.1213 17.2527C20.2426 18.1539 18.8284 18.1539 16 18.1539L8 18.1539C5.17157 18.1539 3.75736 18.1539 2.87868 17.2527C2 16.3515 2 14.901 2 12C2 9.09909 2 7.64861 2.87868 6.7474C3.75736 5.84619 5.17157 5.84619 8 5.84619L16 5.84619Z"/></g></svg>
</template>

CSS

.icon-slider-minimalistic-horizontal-bold-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%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%205.84619C18.8284%205.84619%2020.2426%205.84619%2021.1213%206.7474C22%207.64861%2022%209.09909%2022%2012C22%2014.901%2022%2016.3515%2021.1213%2017.2527C20.2426%2018.1539%2018.8284%2018.1539%2016%2018.1539L8%2018.1539C5.17157%2018.1539%203.75736%2018.1539%202.87868%2017.2527C2%2016.3515%202%2014.901%202%2012C2%209.09909%202%207.64861%202.87868%206.7474C3.75736%205.84619%205.17157%205.84619%208%205.84619L16%205.84619Z%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%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%205.84619C18.8284%205.84619%2020.2426%205.84619%2021.1213%206.7474C22%207.64861%2022%209.09909%2022%2012C22%2014.901%2022%2016.3515%2021.1213%2017.2527C20.2426%2018.1539%2018.8284%2018.1539%2016%2018.1539L8%2018.1539C5.17157%2018.1539%203.75736%2018.1539%202.87868%2017.2527C2%2016.3515%202%2014.901%202%2012C2%209.09909%202%207.64861%202.87868%206.7474C3.75736%205.84619%205.17157%205.84619%208%205.84619L16%205.84619Z%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-duotone.svg?color=%231a73e8&size=48