arrows h icon

arrows-h from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
arrows-h
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the arrows h icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M3.423 4.996h13.154L14.04 2.46a1 1 0 1 1 1.415-1.414l4.242 4.243a1 1 0 0 1 0 1.414l-4.242 4.242a1 1 0 0 1-1.415-1.414l2.536-2.535H3.423L5.96 9.53a1 1 0 1 1-1.415 1.414L.302 6.703a.997.997 0 0 1 0-1.414l4.242-4.243A1 1 0 1 1 5.96 2.46z"/></svg>

React

import type { SVGProps } from "react";

export function JamArrowsH(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M3.423 4.996h13.154L14.04 2.46a1 1 0 1 1 1.415-1.414l4.242 4.243a1 1 0 0 1 0 1.414l-4.242 4.242a1 1 0 0 1-1.415-1.414l2.536-2.535H3.423L5.96 9.53a1 1 0 1 1-1.415 1.414L.302 6.703a.997.997 0 0 1 0-1.414l4.242-4.243A1 1 0 1 1 5.96 2.46z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -6 24 24"><path fill="currentColor" d="M3.423 4.996h13.154L14.04 2.46a1 1 0 1 1 1.415-1.414l4.242 4.243a1 1 0 0 1 0 1.414l-4.242 4.242a1 1 0 0 1-1.415-1.414l2.536-2.535H3.423L5.96 9.53a1 1 0 1 1-1.415 1.414L.302 6.703a.997.997 0 0 1 0-1.414l4.242-4.243A1 1 0 1 1 5.96 2.46z"/></svg>
</template>

CSS

.icon-arrows-h {
  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%22-2%20-6%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.423%204.996h13.154L14.04%202.46a1%201%200%201%201%201.415-1.414l4.242%204.243a1%201%200%200%201%200%201.414l-4.242%204.242a1%201%200%200%201-1.415-1.414l2.536-2.535H3.423L5.96%209.53a1%201%200%201%201-1.415%201.414L.302%206.703a.997.997%200%200%201%200-1.414l4.242-4.243A1%201%200%201%201%205.96%202.46z%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%22-2%20-6%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.423%204.996h13.154L14.04%202.46a1%201%200%201%201%201.415-1.414l4.242%204.243a1%201%200%200%201%200%201.414l-4.242%204.242a1%201%200%200%201-1.415-1.414l2.536-2.535H3.423L5.96%209.53a1%201%200%201%201-1.415%201.414L.302%206.703a.997.997%200%200%201%200-1.414l4.242-4.243A1%201%200%201%201%205.96%202.46z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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