between vertical start icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the between vertical start 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="M21 18.5v-7c0-.93 0-1.396-.122-1.773a2.5 2.5 0 0 0-1.605-1.605C18.896 8 18.43 8 17.5 8s-1.396 0-1.773.122a2.5 2.5 0 0 0-1.605 1.605C14 10.104 14 10.57 14 11.5v7c0 .93 0 1.396.122 1.773a2.5 2.5 0 0 0 1.605 1.605c.377.122.842.122 1.773.122s1.396 0 1.773-.122a2.5 2.5 0 0 0 1.605-1.605C21 19.896 21 19.43 21 18.5m-11 0v-7c0-.93 0-1.396-.122-1.773a2.5 2.5 0 0 0-1.605-1.605C7.896 8 7.43 8 6.5 8s-1.396 0-1.773.122a2.5 2.5 0 0 0-1.605 1.605C3 10.104 3 10.57 3 11.5v7c0 .93 0 1.396.122 1.773a2.5 2.5 0 0 0 1.605 1.605C5.104 22 5.57 22 6.5 22s1.396 0 1.773-.122a2.5 2.5 0 0 0 1.605-1.605C10 19.896 10 19.43 10 18.5M9 2s2.21 3 3 3s3-3 3-3"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBetweenVerticalStart(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="M21 18.5v-7c0-.93 0-1.396-.122-1.773a2.5 2.5 0 0 0-1.605-1.605C18.896 8 18.43 8 17.5 8s-1.396 0-1.773.122a2.5 2.5 0 0 0-1.605 1.605C14 10.104 14 10.57 14 11.5v7c0 .93 0 1.396.122 1.773a2.5 2.5 0 0 0 1.605 1.605c.377.122.842.122 1.773.122s1.396 0 1.773-.122a2.5 2.5 0 0 0 1.605-1.605C21 19.896 21 19.43 21 18.5m-11 0v-7c0-.93 0-1.396-.122-1.773a2.5 2.5 0 0 0-1.605-1.605C7.896 8 7.43 8 6.5 8s-1.396 0-1.773.122a2.5 2.5 0 0 0-1.605 1.605C3 10.104 3 10.57 3 11.5v7c0 .93 0 1.396.122 1.773a2.5 2.5 0 0 0 1.605 1.605C5.104 22 5.57 22 6.5 22s1.396 0 1.773-.122a2.5 2.5 0 0 0 1.605-1.605C10 19.896 10 19.43 10 18.5M9 2s2.21 3 3 3s3-3 3-3"/></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="M21 18.5v-7c0-.93 0-1.396-.122-1.773a2.5 2.5 0 0 0-1.605-1.605C18.896 8 18.43 8 17.5 8s-1.396 0-1.773.122a2.5 2.5 0 0 0-1.605 1.605C14 10.104 14 10.57 14 11.5v7c0 .93 0 1.396.122 1.773a2.5 2.5 0 0 0 1.605 1.605c.377.122.842.122 1.773.122s1.396 0 1.773-.122a2.5 2.5 0 0 0 1.605-1.605C21 19.896 21 19.43 21 18.5m-11 0v-7c0-.93 0-1.396-.122-1.773a2.5 2.5 0 0 0-1.605-1.605C7.896 8 7.43 8 6.5 8s-1.396 0-1.773.122a2.5 2.5 0 0 0-1.605 1.605C3 10.104 3 10.57 3 11.5v7c0 .93 0 1.396.122 1.773a2.5 2.5 0 0 0 1.605 1.605C5.104 22 5.57 22 6.5 22s1.396 0 1.773-.122a2.5 2.5 0 0 0 1.605-1.605C10 19.896 10 19.43 10 18.5M9 2s2.21 3 3 3s3-3 3-3"/></svg>
</template>

CSS

.icon-between-vertical-start {
  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%22M21%2018.5v-7c0-.93%200-1.396-.122-1.773a2.5%202.5%200%200%200-1.605-1.605C18.896%208%2018.43%208%2017.5%208s-1.396%200-1.773.122a2.5%202.5%200%200%200-1.605%201.605C14%2010.104%2014%2010.57%2014%2011.5v7c0%20.93%200%201.396.122%201.773a2.5%202.5%200%200%200%201.605%201.605c.377.122.842.122%201.773.122s1.396%200%201.773-.122a2.5%202.5%200%200%200%201.605-1.605C21%2019.896%2021%2019.43%2021%2018.5m-11%200v-7c0-.93%200-1.396-.122-1.773a2.5%202.5%200%200%200-1.605-1.605C7.896%208%207.43%208%206.5%208s-1.396%200-1.773.122a2.5%202.5%200%200%200-1.605%201.605C3%2010.104%203%2010.57%203%2011.5v7c0%20.93%200%201.396.122%201.773a2.5%202.5%200%200%200%201.605%201.605C5.104%2022%205.57%2022%206.5%2022s1.396%200%201.773-.122a2.5%202.5%200%200%200%201.605-1.605C10%2019.896%2010%2019.43%2010%2018.5M9%202s2.21%203%203%203s3-3%203-3%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%22M21%2018.5v-7c0-.93%200-1.396-.122-1.773a2.5%202.5%200%200%200-1.605-1.605C18.896%208%2018.43%208%2017.5%208s-1.396%200-1.773.122a2.5%202.5%200%200%200-1.605%201.605C14%2010.104%2014%2010.57%2014%2011.5v7c0%20.93%200%201.396.122%201.773a2.5%202.5%200%200%200%201.605%201.605c.377.122.842.122%201.773.122s1.396%200%201.773-.122a2.5%202.5%200%200%200%201.605-1.605C21%2019.896%2021%2019.43%2021%2018.5m-11%200v-7c0-.93%200-1.396-.122-1.773a2.5%202.5%200%200%200-1.605-1.605C7.896%208%207.43%208%206.5%208s-1.396%200-1.773.122a2.5%202.5%200%200%200-1.605%201.605C3%2010.104%203%2010.57%203%2011.5v7c0%20.93%200%201.396.122%201.773a2.5%202.5%200%200%200%201.605%201.605C5.104%2022%205.57%2022%206.5%2022s1.396%200%201.773-.122a2.5%202.5%200%200%200%201.605-1.605C10%2019.896%2010%2019.43%2010%2018.5M9%202s2.21%203%203%203s3-3%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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