expand horizontal icon

expand-horizontal from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
expand-horizontal
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-expand-horizontal

The same icon in other sets

Related icons in BoxIcons v2

Use the expand horizontal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.29 5.64L1.93 12l6.36 6.36l1.42-1.41L4.76 12l4.95-4.95zm6 1.41L19.24 12l-4.95 4.95l1.42 1.41L22.07 12l-6.36-6.36z"/></svg>

React

import type { SVGProps } from "react";

export function BxExpandHorizontal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.29 5.64L1.93 12l6.36 6.36l1.42-1.41L4.76 12l4.95-4.95zm6 1.41L19.24 12l-4.95 4.95l1.42 1.41L22.07 12l-6.36-6.36z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.29 5.64L1.93 12l6.36 6.36l1.42-1.41L4.76 12l4.95-4.95zm6 1.41L19.24 12l-4.95 4.95l1.42 1.41L22.07 12l-6.36-6.36z"/></svg>
</template>

CSS

.icon-expand-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%22currentColor%22%20d%3D%22M8.29%205.64L1.93%2012l6.36%206.36l1.42-1.41L4.76%2012l4.95-4.95zm6%201.41L19.24%2012l-4.95%204.95l1.42%201.41L22.07%2012l-6.36-6.36z%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%22currentColor%22%20d%3D%22M8.29%205.64L1.93%2012l6.36%206.36l1.42-1.41L4.76%2012l4.95-4.95zm6%201.41L19.24%2012l-4.95%204.95l1.42%201.41L22.07%2012l-6.36-6.36z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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