slider vertical minimalistic icon

slider-vertical-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.

Name
slider-vertical-minimalistic-line-duotone
Set
Solar
Style
Line Duotone
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

Use the slider vertical minimalistic 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-width="1.5"><path d="M6 8C6 5.17157 6 3.75736 6.87868 2.87868C7.75736 2 9.17157 2 12 2C14.8284 2 16.2426 2 17.1213 2.87868C18 3.75736 18 5.17157 18 8V16C18 18.8284 18 20.2426 17.1213 21.1213C16.2426 22 14.8284 22 12 22C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V8Z"/><path stroke-linecap="round" d="M21 4.5L21 19.5" opacity=".5"/><path stroke-linecap="round" d="M3 4.5L3 19.5" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSliderVerticalMinimalisticLineDuotone(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" strokeWidth="1.5"><path d="M6 8C6 5.17157 6 3.75736 6.87868 2.87868C7.75736 2 9.17157 2 12 2C14.8284 2 16.2426 2 17.1213 2.87868C18 3.75736 18 5.17157 18 8V16C18 18.8284 18 20.2426 17.1213 21.1213C16.2426 22 14.8284 22 12 22C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V8Z"/><path strokeLinecap="round" d="M21 4.5L21 19.5" opacity=".5"/><path strokeLinecap="round" d="M3 4.5L3 19.5" 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="none" stroke="currentColor" stroke-width="1.5"><path d="M6 8C6 5.17157 6 3.75736 6.87868 2.87868C7.75736 2 9.17157 2 12 2C14.8284 2 16.2426 2 17.1213 2.87868C18 3.75736 18 5.17157 18 8V16C18 18.8284 18 20.2426 17.1213 21.1213C16.2426 22 14.8284 22 12 22C9.17157 22 7.75736 22 6.87868 21.1213C6 20.2426 6 18.8284 6 16V8Z"/><path stroke-linecap="round" d="M21 4.5L21 19.5" opacity=".5"/><path stroke-linecap="round" d="M3 4.5L3 19.5" opacity=".5"/></g></svg>
</template>

CSS

.icon-slider-vertical-minimalistic-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%208C6%205.17157%206%203.75736%206.87868%202.87868C7.75736%202%209.17157%202%2012%202C14.8284%202%2016.2426%202%2017.1213%202.87868C18%203.75736%2018%205.17157%2018%208V16C18%2018.8284%2018%2020.2426%2017.1213%2021.1213C16.2426%2022%2014.8284%2022%2012%2022C9.17157%2022%207.75736%2022%206.87868%2021.1213C6%2020.2426%206%2018.8284%206%2016V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%204.5L21%2019.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%204.5L3%2019.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%208C6%205.17157%206%203.75736%206.87868%202.87868C7.75736%202%209.17157%202%2012%202C14.8284%202%2016.2426%202%2017.1213%202.87868C18%203.75736%2018%205.17157%2018%208V16C18%2018.8284%2018%2020.2426%2017.1213%2021.1213C16.2426%2022%2014.8284%2022%2012%2022C9.17157%2022%207.75736%2022%206.87868%2021.1213C6%2020.2426%206%2018.8284%206%2016V8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21%204.5L21%2019.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%204.5L3%2019.5%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/solar/slider-vertical-minimalistic-line-duotone.svg?color=%231a73e8&size=48