slider vertical icon
slider-vertical-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- slider-vertical-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M22 15V9c0-1.66-1.34-3-3-3H5C3.34 6 2 7.34 2 9v6c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3M5.93 19.5h12.14a.5.5 0 0 1 .49.6c-.27 1.48-1.14 1.9-3.23 1.9H8.67c-2.1 0-2.96-.42-3.23-1.9a.5.5 0 0 1 .49-.6M8.67 2h6.66c2.1 0 2.96.42 3.23 1.9c.06.31-.18.6-.49.6H5.93a.5.5 0 0 1-.49-.6C5.71 2.42 6.57 2 8.67 2"/></svg>
React
import type { SVGProps } from "react";
export function ReiconSliderVerticalFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 15V9c0-1.66-1.34-3-3-3H5C3.34 6 2 7.34 2 9v6c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3M5.93 19.5h12.14a.5.5 0 0 1 .49.6c-.27 1.48-1.14 1.9-3.23 1.9H8.67c-2.1 0-2.96-.42-3.23-1.9a.5.5 0 0 1 .49-.6M8.67 2h6.66c2.1 0 2.96.42 3.23 1.9c.06.31-.18.6-.49.6H5.93a.5.5 0 0 1-.49-.6C5.71 2.42 6.57 2 8.67 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 15V9c0-1.66-1.34-3-3-3H5C3.34 6 2 7.34 2 9v6c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3M5.93 19.5h12.14a.5.5 0 0 1 .49.6c-.27 1.48-1.14 1.9-3.23 1.9H8.67c-2.1 0-2.96-.42-3.23-1.9a.5.5 0 0 1 .49-.6M8.67 2h6.66c2.1 0 2.96.42 3.23 1.9c.06.31-.18.6-.49.6H5.93a.5.5 0 0 1-.49-.6C5.71 2.42 6.57 2 8.67 2"/></svg> </template>
CSS
.icon-slider-vertical-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2015V9c0-1.66-1.34-3-3-3H5C3.34%206%202%207.34%202%209v6c0%201.66%201.34%203%203%203h14c1.66%200%203-1.34%203-3M5.93%2019.5h12.14a.5.5%200%200%201%20.49.6c-.27%201.48-1.14%201.9-3.23%201.9H8.67c-2.1%200-2.96-.42-3.23-1.9a.5.5%200%200%201%20.49-.6M8.67%202h6.66c2.1%200%202.96.42%203.23%201.9c.06.31-.18.6-.49.6H5.93a.5.5%200%200%201-.49-.6C5.71%202.42%206.57%202%208.67%202%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2015V9c0-1.66-1.34-3-3-3H5C3.34%206%202%207.34%202%209v6c0%201.66%201.34%203%203%203h14c1.66%200%203-1.34%203-3M5.93%2019.5h12.14a.5.5%200%200%201%20.49.6c-.27%201.48-1.14%201.9-3.23%201.9H8.67c-2.1%200-2.96-.42-3.23-1.9a.5.5%200%200%201%20.49-.6M8.67%202h6.66c2.1%200%202.96.42%203.23%201.9c.06.31-.18.6-.49.6H5.93a.5.5%200%200%201-.49-.6C5.71%202.42%206.57%202%208.67%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/slider-vertical-filled.svg?color=%231a73e8&size=48