slider vertical icon

slider-vertical-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
slider-vertical-broken
Set
Solar
Style
Broken
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More ui icons from Solar

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-width="1.5"><path stroke-linecap="round" d="M18 8C18 5.17157 18 3.75736 17.1213 2.87868C16.2426 2 14.8284 2 12 2C9.17157 2 7.75736 2 6.87868 2.87868C6 3.75736 6 5.17157 6 8V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V12"/><path d="M18 19.5C19.4001 19.5 20.1002 19.5 20.635 19.2275C21.1054 18.9878 21.4878 18.6054 21.7275 18.135C22 17.6002 22 16.9001 22 15.5V8.5C22 7.09987 22 6.3998 21.7275 5.86502C21.4878 5.39462 21.1054 5.01217 20.635 4.77248C20.1002 4.5 19.4001 4.5 18 4.5"/><path d="M6 19.5C4.59987 19.5 3.8998 19.5 3.36502 19.2275C2.89462 18.9878 2.51217 18.6054 2.27248 18.135C2 17.6002 2 16.9001 2 15.5V8.5C2 7.09987 2 6.3998 2.27248 5.86502C2.51217 5.39462 2.89462 5.01217 3.36502 4.77248C3.8998 4.5 4.59987 4.5 6 4.5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSliderVerticalBroken(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 strokeLinecap="round" d="M18 8C18 5.17157 18 3.75736 17.1213 2.87868C16.2426 2 14.8284 2 12 2C9.17157 2 7.75736 2 6.87868 2.87868C6 3.75736 6 5.17157 6 8V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V12"/><path d="M18 19.5C19.4001 19.5 20.1002 19.5 20.635 19.2275C21.1054 18.9878 21.4878 18.6054 21.7275 18.135C22 17.6002 22 16.9001 22 15.5V8.5C22 7.09987 22 6.3998 21.7275 5.86502C21.4878 5.39462 21.1054 5.01217 20.635 4.77248C20.1002 4.5 19.4001 4.5 18 4.5"/><path d="M6 19.5C4.59987 19.5 3.8998 19.5 3.36502 19.2275C2.89462 18.9878 2.51217 18.6054 2.27248 18.135C2 17.6002 2 16.9001 2 15.5V8.5C2 7.09987 2 6.3998 2.27248 5.86502C2.51217 5.39462 2.89462 5.01217 3.36502 4.77248C3.8998 4.5 4.59987 4.5 6 4.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 stroke-linecap="round" d="M18 8C18 5.17157 18 3.75736 17.1213 2.87868C16.2426 2 14.8284 2 12 2C9.17157 2 7.75736 2 6.87868 2.87868C6 3.75736 6 5.17157 6 8V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V12"/><path d="M18 19.5C19.4001 19.5 20.1002 19.5 20.635 19.2275C21.1054 18.9878 21.4878 18.6054 21.7275 18.135C22 17.6002 22 16.9001 22 15.5V8.5C22 7.09987 22 6.3998 21.7275 5.86502C21.4878 5.39462 21.1054 5.01217 20.635 4.77248C20.1002 4.5 19.4001 4.5 18 4.5"/><path d="M6 19.5C4.59987 19.5 3.8998 19.5 3.36502 19.2275C2.89462 18.9878 2.51217 18.6054 2.27248 18.135C2 17.6002 2 16.9001 2 15.5V8.5C2 7.09987 2 6.3998 2.27248 5.86502C2.51217 5.39462 2.89462 5.01217 3.36502 4.77248C3.8998 4.5 4.59987 4.5 6 4.5"/></g></svg>
</template>

CSS

.icon-slider-vertical-broken {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M18%208C18%205.17157%2018%203.75736%2017.1213%202.87868C16.2426%202%2014.8284%202%2012%202C9.17157%202%207.75736%202%206.87868%202.87868C6%203.75736%206%205.17157%206%208V16C6%2018.8284%206%2020.2426%206.87868%2021.1213C7.75736%2022%209.17157%2022%2012%2022C14.8284%2022%2016.2426%2022%2017.1213%2021.1213C18%2020.2426%2018%2018.8284%2018%2016V12%22%2F%3E%3Cpath%20d%3D%22M18%2019.5C19.4001%2019.5%2020.1002%2019.5%2020.635%2019.2275C21.1054%2018.9878%2021.4878%2018.6054%2021.7275%2018.135C22%2017.6002%2022%2016.9001%2022%2015.5V8.5C22%207.09987%2022%206.3998%2021.7275%205.86502C21.4878%205.39462%2021.1054%205.01217%2020.635%204.77248C20.1002%204.5%2019.4001%204.5%2018%204.5%22%2F%3E%3Cpath%20d%3D%22M6%2019.5C4.59987%2019.5%203.8998%2019.5%203.36502%2019.2275C2.89462%2018.9878%202.51217%2018.6054%202.27248%2018.135C2%2017.6002%202%2016.9001%202%2015.5V8.5C2%207.09987%202%206.3998%202.27248%205.86502C2.51217%205.39462%202.89462%205.01217%203.36502%204.77248C3.8998%204.5%204.59987%204.5%206%204.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%20stroke-linecap%3D%22round%22%20d%3D%22M18%208C18%205.17157%2018%203.75736%2017.1213%202.87868C16.2426%202%2014.8284%202%2012%202C9.17157%202%207.75736%202%206.87868%202.87868C6%203.75736%206%205.17157%206%208V16C6%2018.8284%206%2020.2426%206.87868%2021.1213C7.75736%2022%209.17157%2022%2012%2022C14.8284%2022%2016.2426%2022%2017.1213%2021.1213C18%2020.2426%2018%2018.8284%2018%2016V12%22%2F%3E%3Cpath%20d%3D%22M18%2019.5C19.4001%2019.5%2020.1002%2019.5%2020.635%2019.2275C21.1054%2018.9878%2021.4878%2018.6054%2021.7275%2018.135C22%2017.6002%2022%2016.9001%2022%2015.5V8.5C22%207.09987%2022%206.3998%2021.7275%205.86502C21.4878%205.39462%2021.1054%205.01217%2020.635%204.77248C20.1002%204.5%2019.4001%204.5%2018%204.5%22%2F%3E%3Cpath%20d%3D%22M6%2019.5C4.59987%2019.5%203.8998%2019.5%203.36502%2019.2275C2.89462%2018.9878%202.51217%2018.6054%202.27248%2018.135C2%2017.6002%202%2016.9001%202%2015.5V8.5C2%207.09987%202%206.3998%202.27248%205.86502C2.51217%205.39462%202.89462%205.01217%203.36502%204.77248C3.8998%204.5%204.59987%204.5%206%204.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-broken.svg?color=%231a73e8&size=48