align vertical space between icon

align-vertical-space-between from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
align-vertical-space-between
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the align vertical space between 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 5H2m20 14H2m5.5 0h8.997c.465 0 .697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572c-.193-.038-.425-.038-.89-.038H7.5c-.465 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572C5 15.803 5 16.035 5 16.5s0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038m3-9h2.997c.465 0 .697 0 .89-.038A2 2 0 0 0 15.96 8.39c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C14.194 5 13.962 5 13.497 5H10.5c-.465 0-.697 0-.89.038A2 2 0 0 0 8.038 6.61C8 6.803 8 7.035 8 7.5s0 .697.038.89A2 2 0 0 0 9.61 9.962c.193.038.425.038.89.038"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsAlignVerticalSpaceBetween(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 5H2m20 14H2m5.5 0h8.997c.465 0 .697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572c-.193-.038-.425-.038-.89-.038H7.5c-.465 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572C5 15.803 5 16.035 5 16.5s0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038m3-9h2.997c.465 0 .697 0 .89-.038A2 2 0 0 0 15.96 8.39c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C14.194 5 13.962 5 13.497 5H10.5c-.465 0-.697 0-.89.038A2 2 0 0 0 8.038 6.61C8 6.803 8 7.035 8 7.5s0 .697.038.89A2 2 0 0 0 9.61 9.962c.193.038.425.038.89.038"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 5H2m20 14H2m5.5 0h8.997c.465 0 .697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572c-.193-.038-.425-.038-.89-.038H7.5c-.465 0-.697 0-.89.038a2 2 0 0 0-1.572 1.572C5 15.803 5 16.035 5 16.5s0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038m3-9h2.997c.465 0 .697 0 .89-.038A2 2 0 0 0 15.96 8.39c.038-.193.038-.425.038-.89s0-.697-.038-.89a2 2 0 0 0-1.572-1.572C14.194 5 13.962 5 13.497 5H10.5c-.465 0-.697 0-.89.038A2 2 0 0 0 8.038 6.61C8 6.803 8 7.035 8 7.5s0 .697.038.89A2 2 0 0 0 9.61 9.962c.193.038.425.038.89.038"/></svg>
</template>

CSS

.icon-align-vertical-space-between {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%205H2m20%2014H2m5.5%200h8.997c.465%200%20.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2%202%200%200%200-1.572-1.572c-.193-.038-.425-.038-.89-.038H7.5c-.465%200-.697%200-.89.038a2%202%200%200%200-1.572%201.572C5%2015.803%205%2016.035%205%2016.5s0%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038m3-9h2.997c.465%200%20.697%200%20.89-.038A2%202%200%200%200%2015.96%208.39c.038-.193.038-.425.038-.89s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C14.194%205%2013.962%205%2013.497%205H10.5c-.465%200-.697%200-.89.038A2%202%200%200%200%208.038%206.61C8%206.803%208%207.035%208%207.5s0%20.697.038.89A2%202%200%200%200%209.61%209.962c.193.038.425.038.89.038%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%205H2m20%2014H2m5.5%200h8.997c.465%200%20.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89s0-.697-.038-.89a2%202%200%200%200-1.572-1.572c-.193-.038-.425-.038-.89-.038H7.5c-.465%200-.697%200-.89.038a2%202%200%200%200-1.572%201.572C5%2015.803%205%2016.035%205%2016.5s0%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038m3-9h2.997c.465%200%20.697%200%20.89-.038A2%202%200%200%200%2015.96%208.39c.038-.193.038-.425.038-.89s0-.697-.038-.89a2%202%200%200%200-1.572-1.572C14.194%205%2013.962%205%2013.497%205H10.5c-.465%200-.697%200-.89.038A2%202%200%200%200%208.038%206.61C8%206.803%208%207.035%208%207.5s0%20.697.038.89A2%202%200%200%200%209.61%209.962c.193.038.425.038.89.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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