slider vertical icon

slider-vertical from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
slider-vertical
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 vertical 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="M7 6h10c.62 0 1.17.02 1.66.09C21.29 6.38 22 7.62 22 11v2c0 3.38-.71 4.62-3.34 4.91c-.49.07-1.04.09-1.66.09H7c-.62 0-1.17-.02-1.66-.09C2.71 17.62 2 16.38 2 13v-2c0-3.38.71-4.62 3.34-4.91C5.83 6.02 6.38 6 7 6"/><path d="M17 18c.62 0 1.17-.02 1.66-.09c.01.14.01.27.01.42v.34c0 2.66-.67 3.33-3.34 3.33H8.67c-2.67 0-3.34-.67-3.34-3.33v-.34c0-.15 0-.28.01-.42c.49.07 1.04.09 1.66.09zM8.67 2h6.66c2.67 0 3.34.67 3.34 3.33v.34c0 .15 0 .28-.01.42C18.17 6.02 17.62 6 17 6H7c-.62 0-1.17.02-1.66.09c-.01-.14-.01-.27-.01-.42v-.34C5.33 2.67 6 2 8.67 2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSliderVertical(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="M7 6h10c.62 0 1.17.02 1.66.09C21.29 6.38 22 7.62 22 11v2c0 3.38-.71 4.62-3.34 4.91c-.49.07-1.04.09-1.66.09H7c-.62 0-1.17-.02-1.66-.09C2.71 17.62 2 16.38 2 13v-2c0-3.38.71-4.62 3.34-4.91C5.83 6.02 6.38 6 7 6"/><path d="M17 18c.62 0 1.17-.02 1.66-.09c.01.14.01.27.01.42v.34c0 2.66-.67 3.33-3.34 3.33H8.67c-2.67 0-3.34-.67-3.34-3.33v-.34c0-.15 0-.28.01-.42c.49.07 1.04.09 1.66.09zM8.67 2h6.66c2.67 0 3.34.67 3.34 3.33v.34c0 .15 0 .28-.01.42C18.17 6.02 17.62 6 17 6H7c-.62 0-1.17.02-1.66.09c-.01-.14-.01-.27-.01-.42v-.34C5.33 2.67 6 2 8.67 2"/></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="M7 6h10c.62 0 1.17.02 1.66.09C21.29 6.38 22 7.62 22 11v2c0 3.38-.71 4.62-3.34 4.91c-.49.07-1.04.09-1.66.09H7c-.62 0-1.17-.02-1.66-.09C2.71 17.62 2 16.38 2 13v-2c0-3.38.71-4.62 3.34-4.91C5.83 6.02 6.38 6 7 6"/><path d="M17 18c.62 0 1.17-.02 1.66-.09c.01.14.01.27.01.42v.34c0 2.66-.67 3.33-3.34 3.33H8.67c-2.67 0-3.34-.67-3.34-3.33v-.34c0-.15 0-.28.01-.42c.49.07 1.04.09 1.66.09zM8.67 2h6.66c2.67 0 3.34.67 3.34 3.33v.34c0 .15 0 .28-.01.42C18.17 6.02 17.62 6 17 6H7c-.62 0-1.17.02-1.66.09c-.01-.14-.01-.27-.01-.42v-.34C5.33 2.67 6 2 8.67 2"/></g></svg>
</template>

CSS

.icon-slider-vertical {
  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%22M7%206h10c.62%200%201.17.02%201.66.09C21.29%206.38%2022%207.62%2022%2011v2c0%203.38-.71%204.62-3.34%204.91c-.49.07-1.04.09-1.66.09H7c-.62%200-1.17-.02-1.66-.09C2.71%2017.62%202%2016.38%202%2013v-2c0-3.38.71-4.62%203.34-4.91C5.83%206.02%206.38%206%207%206%22%2F%3E%3Cpath%20d%3D%22M17%2018c.62%200%201.17-.02%201.66-.09c.01.14.01.27.01.42v.34c0%202.66-.67%203.33-3.34%203.33H8.67c-2.67%200-3.34-.67-3.34-3.33v-.34c0-.15%200-.28.01-.42c.49.07%201.04.09%201.66.09zM8.67%202h6.66c2.67%200%203.34.67%203.34%203.33v.34c0%20.15%200%20.28-.01.42C18.17%206.02%2017.62%206%2017%206H7c-.62%200-1.17.02-1.66.09c-.01-.14-.01-.27-.01-.42v-.34C5.33%202.67%206%202%208.67%202%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%22M7%206h10c.62%200%201.17.02%201.66.09C21.29%206.38%2022%207.62%2022%2011v2c0%203.38-.71%204.62-3.34%204.91c-.49.07-1.04.09-1.66.09H7c-.62%200-1.17-.02-1.66-.09C2.71%2017.62%202%2016.38%202%2013v-2c0-3.38.71-4.62%203.34-4.91C5.83%206.02%206.38%206%207%206%22%2F%3E%3Cpath%20d%3D%22M17%2018c.62%200%201.17-.02%201.66-.09c.01.14.01.27.01.42v.34c0%202.66-.67%203.33-3.34%203.33H8.67c-2.67%200-3.34-.67-3.34-3.33v-.34c0-.15%200-.28.01-.42c.49.07%201.04.09%201.66.09zM8.67%202h6.66c2.67%200%203.34.67%203.34%203.33v.34c0%20.15%200%20.28-.01.42C18.17%206.02%2017.62%206%2017%206H7c-.62%200-1.17.02-1.66.09c-.01-.14-.01-.27-.01-.42v-.34C5.33%202.67%206%202%208.67%202%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-vertical.svg?color=%231a73e8&size=48