stretch horizontal icon

stretch-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
stretch-horizontal
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the stretch horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M1.992 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.594 4 4.06 4 4.992 4h14c.932 0 1.398 0 1.766.152a2 2 0 0 1 1.082 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.082 1.083c-.368.152-.834.152-1.766.152h-14c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.594 14 4.06 14 4.992 14h14c.932 0 1.398 0 1.766.152a2 2 0 0 1 1.082 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.082 1.083c-.368.152-.834.152-1.766.152h-14c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStretchHorizontal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M1.992 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.594 4 4.06 4 4.992 4h14c.932 0 1.398 0 1.766.152a2 2 0 0 1 1.082 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.082 1.083c-.368.152-.834.152-1.766.152h-14c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.594 14 4.06 14 4.992 14h14c.932 0 1.398 0 1.766.152a2 2 0 0 1 1.082 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.082 1.083c-.368.152-.834.152-1.766.152h-14c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M1.992 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.594 4 4.06 4 4.992 4h14c.932 0 1.398 0 1.766.152a2 2 0 0 1 1.082 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.082 1.083c-.368.152-.834.152-1.766.152h-14c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.594 14 4.06 14 4.992 14h14c.932 0 1.398 0 1.766.152a2 2 0 0 1 1.082 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.082 1.083c-.368.152-.834.152-1.766.152h-14c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z"/></svg>
</template>

CSS

.icon-stretch-horizontal {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M1.992%207c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.594%204%204.06%204%204.992%204h14c.932%200%201.398%200%201.766.152a2%202%200%200%201%201.082%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.082%201.083c-.368.152-.834.152-1.766.152h-14c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0%2010c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.594%2014%204.06%2014%204.992%2014h14c.932%200%201.398%200%201.766.152a2%202%200%200%201%201.082%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.082%201.083c-.368.152-.834.152-1.766.152h-14c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M1.992%207c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.594%204%204.06%204%204.992%204h14c.932%200%201.398%200%201.766.152a2%202%200%200%201%201.082%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.082%201.083c-.368.152-.834.152-1.766.152h-14c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0%2010c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.594%2014%204.06%2014%204.992%2014h14c.932%200%201.398%200%201.766.152a2%202%200%200%201%201.082%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.082%201.083c-.368.152-.834.152-1.766.152h-14c-.932%200-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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