slider horizontal below rectangle icon

slider-horizontal-below-rectangle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
slider-horizontal-below-rectangle
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the slider horizontal below rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M12.625 35.5H43.4c4.546 0 6.96-2.32 6.96-6.867v-15.82c0-4.547-2.414-6.868-6.96-6.868H12.624c-4.336 0-6.984 2.32-6.984 6.868v15.82c0 4.547 2.414 6.867 6.984 6.867m-.047-3.516c-2.086 0-3.164-1.101-3.164-3.164V12.625c0-2.062 1.078-3.14 3.164-3.14h30.867c2.063 0 3.141 1.078 3.141 3.14V28.82c0 2.063-1.078 3.164-3.14 3.164Zm23.578 18.07c2.438 0 4.524-1.57 5.297-3.75h7.125c.961 0 1.781-.82 1.781-1.874c0-1.078-.82-1.899-1.781-1.899h-7.125a5.62 5.62 0 0 0-5.297-3.726a5.67 5.67 0 0 0-5.32 3.726H7.539c-1.055 0-1.898.82-1.898 1.899c0 1.054.843 1.875 1.898 1.875h23.297a5.67 5.67 0 0 0 5.32 3.75m0-2.882a2.716 2.716 0 0 1-2.742-2.742c0-1.57 1.195-2.766 2.742-2.766s2.742 1.195 2.742 2.766a2.716 2.716 0 0 1-2.742 2.742"/></svg>

React

import type { SVGProps } from "react";

export function F7SliderHorizontalBelowRectangle(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="M12.625 35.5H43.4c4.546 0 6.96-2.32 6.96-6.867v-15.82c0-4.547-2.414-6.868-6.96-6.868H12.624c-4.336 0-6.984 2.32-6.984 6.868v15.82c0 4.547 2.414 6.867 6.984 6.867m-.047-3.516c-2.086 0-3.164-1.101-3.164-3.164V12.625c0-2.062 1.078-3.14 3.164-3.14h30.867c2.063 0 3.141 1.078 3.141 3.14V28.82c0 2.063-1.078 3.164-3.14 3.164Zm23.578 18.07c2.438 0 4.524-1.57 5.297-3.75h7.125c.961 0 1.781-.82 1.781-1.874c0-1.078-.82-1.899-1.781-1.899h-7.125a5.62 5.62 0 0 0-5.297-3.726a5.67 5.67 0 0 0-5.32 3.726H7.539c-1.055 0-1.898.82-1.898 1.899c0 1.054.843 1.875 1.898 1.875h23.297a5.67 5.67 0 0 0 5.32 3.75m0-2.882a2.716 2.716 0 0 1-2.742-2.742c0-1.57 1.195-2.766 2.742-2.766s2.742 1.195 2.742 2.766a2.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="M12.625 35.5H43.4c4.546 0 6.96-2.32 6.96-6.867v-15.82c0-4.547-2.414-6.868-6.96-6.868H12.624c-4.336 0-6.984 2.32-6.984 6.868v15.82c0 4.547 2.414 6.867 6.984 6.867m-.047-3.516c-2.086 0-3.164-1.101-3.164-3.164V12.625c0-2.062 1.078-3.14 3.164-3.14h30.867c2.063 0 3.141 1.078 3.141 3.14V28.82c0 2.063-1.078 3.164-3.14 3.164Zm23.578 18.07c2.438 0 4.524-1.57 5.297-3.75h7.125c.961 0 1.781-.82 1.781-1.874c0-1.078-.82-1.899-1.781-1.899h-7.125a5.62 5.62 0 0 0-5.297-3.726a5.67 5.67 0 0 0-5.32 3.726H7.539c-1.055 0-1.898.82-1.898 1.899c0 1.054.843 1.875 1.898 1.875h23.297a5.67 5.67 0 0 0 5.32 3.75m0-2.882a2.716 2.716 0 0 1-2.742-2.742c0-1.57 1.195-2.766 2.742-2.766s2.742 1.195 2.742 2.766a2.716 2.716 0 0 1-2.742 2.742"/></svg>
</template>

CSS

.icon-slider-horizontal-below-rectangle {
  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%22M12.625%2035.5H43.4c4.546%200%206.96-2.32%206.96-6.867v-15.82c0-4.547-2.414-6.868-6.96-6.868H12.624c-4.336%200-6.984%202.32-6.984%206.868v15.82c0%204.547%202.414%206.867%206.984%206.867m-.047-3.516c-2.086%200-3.164-1.101-3.164-3.164V12.625c0-2.062%201.078-3.14%203.164-3.14h30.867c2.063%200%203.141%201.078%203.141%203.14V28.82c0%202.063-1.078%203.164-3.14%203.164Zm23.578%2018.07c2.438%200%204.524-1.57%205.297-3.75h7.125c.961%200%201.781-.82%201.781-1.874c0-1.078-.82-1.899-1.781-1.899h-7.125a5.62%205.62%200%200%200-5.297-3.726a5.67%205.67%200%200%200-5.32%203.726H7.539c-1.055%200-1.898.82-1.898%201.899c0%201.054.843%201.875%201.898%201.875h23.297a5.67%205.67%200%200%200%205.32%203.75m0-2.882a2.716%202.716%200%200%201-2.742-2.742c0-1.57%201.195-2.766%202.742-2.766s2.742%201.195%202.742%202.766a2.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%22M12.625%2035.5H43.4c4.546%200%206.96-2.32%206.96-6.867v-15.82c0-4.547-2.414-6.868-6.96-6.868H12.624c-4.336%200-6.984%202.32-6.984%206.868v15.82c0%204.547%202.414%206.867%206.984%206.867m-.047-3.516c-2.086%200-3.164-1.101-3.164-3.164V12.625c0-2.062%201.078-3.14%203.164-3.14h30.867c2.063%200%203.141%201.078%203.141%203.14V28.82c0%202.063-1.078%203.164-3.14%203.164Zm23.578%2018.07c2.438%200%204.524-1.57%205.297-3.75h7.125c.961%200%201.781-.82%201.781-1.874c0-1.078-.82-1.899-1.781-1.899h-7.125a5.62%205.62%200%200%200-5.297-3.726a5.67%205.67%200%200%200-5.32%203.726H7.539c-1.055%200-1.898.82-1.898%201.899c0%201.054.843%201.875%201.898%201.875h23.297a5.67%205.67%200%200%200%205.32%203.75m0-2.882a2.716%202.716%200%200%201-2.742-2.742c0-1.57%201.195-2.766%202.742-2.766s2.742%201.195%202.742%202.766a2.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-below-rectangle.svg?color=%231a73e8&size=48