lower branch icon

lower-branch from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.

Name
lower-branch
Set
IconPark
Style
Color
Category
Connect
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More connect icons from IconPark

Use the lower branch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 23C6 21.5 7.99903 17.5 13.0614 16.4286C18.1786 15.3455 22.8477 10.8571 24 9"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M41.9999 23C42.0118 21.5 40.0009 17.5 34.9385 16.4286C29.8213 15.3455 25.1522 10.8571 24 9"/><circle r="4" fill="#000" transform="matrix(0 1 1 0 24 9)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 9L24 23"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5 33H11"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5 41H11"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M37 33H43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M37 41H43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 33H27"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 41H27"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkLowerBranch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 23C6 21.5 7.99903 17.5 13.0614 16.4286C18.1786 15.3455 22.8477 10.8571 24 9"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M41.9999 23C42.0118 21.5 40.0009 17.5 34.9385 16.4286C29.8213 15.3455 25.1522 10.8571 24 9"/><circle r="4" fill="#000" transform="matrix(0 1 1 0 24 9)"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 9L24 23"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M5 33H11"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M5 41H11"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M37 33H43"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M37 41H43"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M21 33H27"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M21 41H27"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 23C6 21.5 7.99903 17.5 13.0614 16.4286C18.1786 15.3455 22.8477 10.8571 24 9"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M41.9999 23C42.0118 21.5 40.0009 17.5 34.9385 16.4286C29.8213 15.3455 25.1522 10.8571 24 9"/><circle r="4" fill="#000" transform="matrix(0 1 1 0 24 9)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 9L24 23"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5 33H11"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5 41H11"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M37 33H43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M37 41H43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 33H27"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 41H27"/></g></svg>
</template>

CSS

.icon-lower-branch {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2023C6%2021.5%207.99903%2017.5%2013.0614%2016.4286C18.1786%2015.3455%2022.8477%2010.8571%2024%209%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41.9999%2023C42.0118%2021.5%2040.0009%2017.5%2034.9385%2016.4286C29.8213%2015.3455%2025.1522%2010.8571%2024%209%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22%23000%22%20transform%3D%22matrix(0%201%201%200%2024%209)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%209L24%2023%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2033H11%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2041H11%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M37%2033H43%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M37%2041H43%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2033H27%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2041H27%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2023C6%2021.5%207.99903%2017.5%2013.0614%2016.4286C18.1786%2015.3455%2022.8477%2010.8571%2024%209%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41.9999%2023C42.0118%2021.5%2040.0009%2017.5%2034.9385%2016.4286C29.8213%2015.3455%2025.1522%2010.8571%2024%209%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22%23000%22%20transform%3D%22matrix(0%201%201%200%2024%209)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%209L24%2023%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2033H11%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2041H11%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M37%2033H43%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M37%2041H43%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2033H27%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2041H27%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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