line horizontal 3 decrease icon

line-horizontal-3-decrease from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
line-horizontal-3-decrease
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the line horizontal 3 decrease icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.18 17.816h43.64c1.055 0 1.899-.82 1.899-1.875a1.89 1.89 0 0 0-1.899-1.898H6.18a1.89 1.89 0 0 0-1.899 1.898c0 1.055.844 1.875 1.899 1.875m4.922 12.07h33.914c1.054 0 1.875-.82 1.875-1.874s-.82-1.899-1.875-1.899H11.102c-1.055 0-1.875.844-1.875 1.899c0 1.054.82 1.875 1.875 1.875m4.804 12.071h24.305c1.055 0 1.875-.82 1.875-1.875s-.82-1.898-1.875-1.898H15.906c-1.054 0-1.875.843-1.875 1.898s.82 1.875 1.875 1.875"/></svg>

React

import type { SVGProps } from "react";

export function F7LineHorizontal3Decrease(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="M6.18 17.816h43.64c1.055 0 1.899-.82 1.899-1.875a1.89 1.89 0 0 0-1.899-1.898H6.18a1.89 1.89 0 0 0-1.899 1.898c0 1.055.844 1.875 1.899 1.875m4.922 12.07h33.914c1.054 0 1.875-.82 1.875-1.874s-.82-1.899-1.875-1.899H11.102c-1.055 0-1.875.844-1.875 1.899c0 1.054.82 1.875 1.875 1.875m4.804 12.071h24.305c1.055 0 1.875-.82 1.875-1.875s-.82-1.898-1.875-1.898H15.906c-1.054 0-1.875.843-1.875 1.898s.82 1.875 1.875 1.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.18 17.816h43.64c1.055 0 1.899-.82 1.899-1.875a1.89 1.89 0 0 0-1.899-1.898H6.18a1.89 1.89 0 0 0-1.899 1.898c0 1.055.844 1.875 1.899 1.875m4.922 12.07h33.914c1.054 0 1.875-.82 1.875-1.874s-.82-1.899-1.875-1.899H11.102c-1.055 0-1.875.844-1.875 1.899c0 1.054.82 1.875 1.875 1.875m4.804 12.071h24.305c1.055 0 1.875-.82 1.875-1.875s-.82-1.898-1.875-1.898H15.906c-1.054 0-1.875.843-1.875 1.898s.82 1.875 1.875 1.875"/></svg>
</template>

CSS

.icon-line-horizontal-3-decrease {
  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%22M6.18%2017.816h43.64c1.055%200%201.899-.82%201.899-1.875a1.89%201.89%200%200%200-1.899-1.898H6.18a1.89%201.89%200%200%200-1.899%201.898c0%201.055.844%201.875%201.899%201.875m4.922%2012.07h33.914c1.054%200%201.875-.82%201.875-1.874s-.82-1.899-1.875-1.899H11.102c-1.055%200-1.875.844-1.875%201.899c0%201.054.82%201.875%201.875%201.875m4.804%2012.071h24.305c1.055%200%201.875-.82%201.875-1.875s-.82-1.898-1.875-1.898H15.906c-1.054%200-1.875.843-1.875%201.898s.82%201.875%201.875%201.875%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%22M6.18%2017.816h43.64c1.055%200%201.899-.82%201.899-1.875a1.89%201.89%200%200%200-1.899-1.898H6.18a1.89%201.89%200%200%200-1.899%201.898c0%201.055.844%201.875%201.899%201.875m4.922%2012.07h33.914c1.054%200%201.875-.82%201.875-1.874s-.82-1.899-1.875-1.899H11.102c-1.055%200-1.875.844-1.875%201.899c0%201.054.82%201.875%201.875%201.875m4.804%2012.071h24.305c1.055%200%201.875-.82%201.875-1.875s-.82-1.898-1.875-1.898H15.906c-1.054%200-1.875.843-1.875%201.898s.82%201.875%201.875%201.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/line-horizontal-3-decrease.svg?color=%231a73e8&size=48