tighten-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.

Name
tighten-solid
Set
Dither Icons
Style
Solid
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

Use the tighten 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-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M3.2 5.5v11"/><path stroke-width="1.5" d="M20.8 5.5v11"/><path stroke-width="1.25" d="M4 8h2.3"/><path stroke-width="1.25" d="M7.1 8h1.4"/><path stroke-width="1.25" d="M9.5 8h3.2"/><path stroke-width="1.25" d="M13.5 8h2.6"/><path stroke-width="1.25" d="M17 8h1.6"/><path stroke-width="1.25" d="M4 14h3.5"/><path stroke-width="1.25" d="M8.3 14h2.1"/><path stroke-width="1.25" d="M11.4 14h4.8"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherTightenSolid(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" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="1.5" d="M3.2 5.5v11"/><path strokeWidth="1.5" d="M20.8 5.5v11"/><path strokeWidth="1.25" d="M4 8h2.3"/><path strokeWidth="1.25" d="M7.1 8h1.4"/><path strokeWidth="1.25" d="M9.5 8h3.2"/><path strokeWidth="1.25" d="M13.5 8h2.6"/><path strokeWidth="1.25" d="M17 8h1.6"/><path strokeWidth="1.25" d="M4 14h3.5"/><path strokeWidth="1.25" d="M8.3 14h2.1"/><path strokeWidth="1.25" d="M11.4 14h4.8"/></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-linecap="round" stroke-linejoin="round"><path stroke-width="1.5" d="M3.2 5.5v11"/><path stroke-width="1.5" d="M20.8 5.5v11"/><path stroke-width="1.25" d="M4 8h2.3"/><path stroke-width="1.25" d="M7.1 8h1.4"/><path stroke-width="1.25" d="M9.5 8h3.2"/><path stroke-width="1.25" d="M13.5 8h2.6"/><path stroke-width="1.25" d="M17 8h1.6"/><path stroke-width="1.25" d="M4 14h3.5"/><path stroke-width="1.25" d="M8.3 14h2.1"/><path stroke-width="1.25" d="M11.4 14h4.8"/></g></svg>
</template>

CSS

.icon-tighten-solid {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M3.2%205.5v11%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M20.8%205.5v11%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M4%208h2.3%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.1%208h1.4%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9.5%208h3.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M13.5%208h2.6%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M17%208h1.6%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M4%2014h3.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M8.3%2014h2.1%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M11.4%2014h4.8%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M3.2%205.5v11%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M20.8%205.5v11%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M4%208h2.3%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M7.1%208h1.4%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M9.5%208h3.2%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M13.5%208h2.6%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M17%208h1.6%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M4%2014h3.5%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M8.3%2014h2.1%22%2F%3E%3Cpath%20stroke-width%3D%221.25%22%20d%3D%22M11.4%2014h4.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/tighten-solid.svg?color=%231a73e8&size=48