slider horizontal 3 icon
slider-horizontal-3 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- slider-horizontal-3
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the slider horizontal 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.402 19.316A5.65 5.65 0 0 0 41.7 15.59h8.11c.96 0 1.804-.844 1.804-1.899c0-1.054-.843-1.875-1.804-1.875h-8.086c-.797-2.18-2.883-3.773-5.32-3.773s-4.524 1.594-5.298 3.773H6.285c-1.055 0-1.898.82-1.898 1.875a1.89 1.89 0 0 0 1.898 1.899h24.82a5.65 5.65 0 0 0 5.297 3.726m0-2.882c-1.523 0-2.742-1.22-2.742-2.766a2.716 2.716 0 0 1 2.742-2.742c1.547 0 2.742 1.195 2.742 2.742s-1.195 2.766-2.742 2.766m-30.21 9.68c-.962 0-1.805.843-1.805 1.898s.843 1.875 1.804 1.875h8.368c.773 2.203 2.859 3.773 5.296 3.773a5.63 5.63 0 0 0 5.32-3.773h24.54c1.054 0 1.898-.82 1.898-1.875a1.89 1.89 0 0 0-1.898-1.899h-24.54c-.796-2.156-2.882-3.726-5.32-3.726c-2.414 0-4.5 1.57-5.296 3.726Zm13.663 4.64a2.73 2.73 0 0 1-2.742-2.742a2.716 2.716 0 0 1 2.742-2.742c1.57 0 2.743 1.195 2.743 2.742c0 1.523-1.172 2.742-2.743 2.742m16.547 17.203c2.438 0 4.524-1.57 5.297-3.75h8.11c.96 0 1.804-.82 1.804-1.875s-.843-1.898-1.804-1.898h-8.11a5.62 5.62 0 0 0-5.297-3.727a5.62 5.62 0 0 0-5.297 3.727H6.285a1.89 1.89 0 0 0-1.898 1.898c0 1.055.843 1.875 1.898 1.875h24.82c.774 2.18 2.86 3.75 5.297 3.75m0-2.883a2.73 2.73 0 0 1-2.742-2.742c0-1.57 1.219-2.742 2.742-2.742c1.547 0 2.742 1.172 2.742 2.742a2.716 2.716 0 0 1-2.742 2.742"/></svg>
React
import type { SVGProps } from "react";
export function F7SliderHorizontal3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.402 19.316A5.65 5.65 0 0 0 41.7 15.59h8.11c.96 0 1.804-.844 1.804-1.899c0-1.054-.843-1.875-1.804-1.875h-8.086c-.797-2.18-2.883-3.773-5.32-3.773s-4.524 1.594-5.298 3.773H6.285c-1.055 0-1.898.82-1.898 1.875a1.89 1.89 0 0 0 1.898 1.899h24.82a5.65 5.65 0 0 0 5.297 3.726m0-2.882c-1.523 0-2.742-1.22-2.742-2.766a2.716 2.716 0 0 1 2.742-2.742c1.547 0 2.742 1.195 2.742 2.742s-1.195 2.766-2.742 2.766m-30.21 9.68c-.962 0-1.805.843-1.805 1.898s.843 1.875 1.804 1.875h8.368c.773 2.203 2.859 3.773 5.296 3.773a5.63 5.63 0 0 0 5.32-3.773h24.54c1.054 0 1.898-.82 1.898-1.875a1.89 1.89 0 0 0-1.898-1.899h-24.54c-.796-2.156-2.882-3.726-5.32-3.726c-2.414 0-4.5 1.57-5.296 3.726Zm13.663 4.64a2.73 2.73 0 0 1-2.742-2.742a2.716 2.716 0 0 1 2.742-2.742c1.57 0 2.743 1.195 2.743 2.742c0 1.523-1.172 2.742-2.743 2.742m16.547 17.203c2.438 0 4.524-1.57 5.297-3.75h8.11c.96 0 1.804-.82 1.804-1.875s-.843-1.898-1.804-1.898h-8.11a5.62 5.62 0 0 0-5.297-3.727a5.62 5.62 0 0 0-5.297 3.727H6.285a1.89 1.89 0 0 0-1.898 1.898c0 1.055.843 1.875 1.898 1.875h24.82c.774 2.18 2.86 3.75 5.297 3.75m0-2.883a2.73 2.73 0 0 1-2.742-2.742c0-1.57 1.219-2.742 2.742-2.742c1.547 0 2.742 1.172 2.742 2.742a2.716 2.716 0 0 1-2.742 2.742"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M36.402 19.316A5.65 5.65 0 0 0 41.7 15.59h8.11c.96 0 1.804-.844 1.804-1.899c0-1.054-.843-1.875-1.804-1.875h-8.086c-.797-2.18-2.883-3.773-5.32-3.773s-4.524 1.594-5.298 3.773H6.285c-1.055 0-1.898.82-1.898 1.875a1.89 1.89 0 0 0 1.898 1.899h24.82a5.65 5.65 0 0 0 5.297 3.726m0-2.882c-1.523 0-2.742-1.22-2.742-2.766a2.716 2.716 0 0 1 2.742-2.742c1.547 0 2.742 1.195 2.742 2.742s-1.195 2.766-2.742 2.766m-30.21 9.68c-.962 0-1.805.843-1.805 1.898s.843 1.875 1.804 1.875h8.368c.773 2.203 2.859 3.773 5.296 3.773a5.63 5.63 0 0 0 5.32-3.773h24.54c1.054 0 1.898-.82 1.898-1.875a1.89 1.89 0 0 0-1.898-1.899h-24.54c-.796-2.156-2.882-3.726-5.32-3.726c-2.414 0-4.5 1.57-5.296 3.726Zm13.663 4.64a2.73 2.73 0 0 1-2.742-2.742a2.716 2.716 0 0 1 2.742-2.742c1.57 0 2.743 1.195 2.743 2.742c0 1.523-1.172 2.742-2.743 2.742m16.547 17.203c2.438 0 4.524-1.57 5.297-3.75h8.11c.96 0 1.804-.82 1.804-1.875s-.843-1.898-1.804-1.898h-8.11a5.62 5.62 0 0 0-5.297-3.727a5.62 5.62 0 0 0-5.297 3.727H6.285a1.89 1.89 0 0 0-1.898 1.898c0 1.055.843 1.875 1.898 1.875h24.82c.774 2.18 2.86 3.75 5.297 3.75m0-2.883a2.73 2.73 0 0 1-2.742-2.742c0-1.57 1.219-2.742 2.742-2.742c1.547 0 2.742 1.172 2.742 2.742a2.716 2.716 0 0 1-2.742 2.742"/></svg> </template>
CSS
.icon-slider-horizontal-3 {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M36.402%2019.316A5.65%205.65%200%200%200%2041.7%2015.59h8.11c.96%200%201.804-.844%201.804-1.899c0-1.054-.843-1.875-1.804-1.875h-8.086c-.797-2.18-2.883-3.773-5.32-3.773s-4.524%201.594-5.298%203.773H6.285c-1.055%200-1.898.82-1.898%201.875a1.89%201.89%200%200%200%201.898%201.899h24.82a5.65%205.65%200%200%200%205.297%203.726m0-2.882c-1.523%200-2.742-1.22-2.742-2.766a2.716%202.716%200%200%201%202.742-2.742c1.547%200%202.742%201.195%202.742%202.742s-1.195%202.766-2.742%202.766m-30.21%209.68c-.962%200-1.805.843-1.805%201.898s.843%201.875%201.804%201.875h8.368c.773%202.203%202.859%203.773%205.296%203.773a5.63%205.63%200%200%200%205.32-3.773h24.54c1.054%200%201.898-.82%201.898-1.875a1.89%201.89%200%200%200-1.898-1.899h-24.54c-.796-2.156-2.882-3.726-5.32-3.726c-2.414%200-4.5%201.57-5.296%203.726Zm13.663%204.64a2.73%202.73%200%200%201-2.742-2.742a2.716%202.716%200%200%201%202.742-2.742c1.57%200%202.743%201.195%202.743%202.742c0%201.523-1.172%202.742-2.743%202.742m16.547%2017.203c2.438%200%204.524-1.57%205.297-3.75h8.11c.96%200%201.804-.82%201.804-1.875s-.843-1.898-1.804-1.898h-8.11a5.62%205.62%200%200%200-5.297-3.727a5.62%205.62%200%200%200-5.297%203.727H6.285a1.89%201.89%200%200%200-1.898%201.898c0%201.055.843%201.875%201.898%201.875h24.82c.774%202.18%202.86%203.75%205.297%203.75m0-2.883a2.73%202.73%200%200%201-2.742-2.742c0-1.57%201.219-2.742%202.742-2.742c1.547%200%202.742%201.172%202.742%202.742a2.716%202.716%200%200%201-2.742%202.742%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M36.402%2019.316A5.65%205.65%200%200%200%2041.7%2015.59h8.11c.96%200%201.804-.844%201.804-1.899c0-1.054-.843-1.875-1.804-1.875h-8.086c-.797-2.18-2.883-3.773-5.32-3.773s-4.524%201.594-5.298%203.773H6.285c-1.055%200-1.898.82-1.898%201.875a1.89%201.89%200%200%200%201.898%201.899h24.82a5.65%205.65%200%200%200%205.297%203.726m0-2.882c-1.523%200-2.742-1.22-2.742-2.766a2.716%202.716%200%200%201%202.742-2.742c1.547%200%202.742%201.195%202.742%202.742s-1.195%202.766-2.742%202.766m-30.21%209.68c-.962%200-1.805.843-1.805%201.898s.843%201.875%201.804%201.875h8.368c.773%202.203%202.859%203.773%205.296%203.773a5.63%205.63%200%200%200%205.32-3.773h24.54c1.054%200%201.898-.82%201.898-1.875a1.89%201.89%200%200%200-1.898-1.899h-24.54c-.796-2.156-2.882-3.726-5.32-3.726c-2.414%200-4.5%201.57-5.296%203.726Zm13.663%204.64a2.73%202.73%200%200%201-2.742-2.742a2.716%202.716%200%200%201%202.742-2.742c1.57%200%202.743%201.195%202.743%202.742c0%201.523-1.172%202.742-2.743%202.742m16.547%2017.203c2.438%200%204.524-1.57%205.297-3.75h8.11c.96%200%201.804-.82%201.804-1.875s-.843-1.898-1.804-1.898h-8.11a5.62%205.62%200%200%200-5.297-3.727a5.62%205.62%200%200%200-5.297%203.727H6.285a1.89%201.89%200%200%200-1.898%201.898c0%201.055.843%201.875%201.898%201.875h24.82c.774%202.18%202.86%203.75%205.297%203.75m0-2.883a2.73%202.73%200%200%201-2.742-2.742c0-1.57%201.219-2.742%202.742-2.742c1.547%200%202.742%201.172%202.742%202.742a2.716%202.716%200%200%201-2.742%202.742%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/slider-horizontal-3.svg?color=%231a73e8&size=48