left and right branch icon
left-and-right-branch from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- left-and-right-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 left and right 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="M13 8C14.5 8.00004 17.05 7.99905 18.0143 13.0614C18.989 18.1786 19.3286 22.8477 21 24"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35 40C33.5 40 30.95 40.001 29.9857 34.9386C29.011 29.8214 28.6714 25.1523 27 24.0001"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 40C14.5 40 17.05 40.001 18.0143 34.9386C18.989 29.8214 19.3286 25.1523 21 24.0001"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35 8C33.5 8.00004 30.95 7.99905 29.9857 13.0614C29.011 18.1786 28.6714 22.8477 27 24"/><circle r="4" fill="#000" transform="matrix(-1 0 0 1 21 24)"/><circle r="4" fill="#000" transform="matrix(-1 0 0 1 27 24)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 24H13"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M27 24L35 24"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 24H5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 24H41"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 8H5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 8H41"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 40H5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 40H41"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkLeftAndRightBranch(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="M13 8C14.5 8.00004 17.05 7.99905 18.0143 13.0614C18.989 18.1786 19.3286 22.8477 21 24"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M35 40C33.5 40 30.95 40.001 29.9857 34.9386C29.011 29.8214 28.6714 25.1523 27 24.0001"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 40C14.5 40 17.05 40.001 18.0143 34.9386C18.989 29.8214 19.3286 25.1523 21 24.0001"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M35 8C33.5 8.00004 30.95 7.99905 29.9857 13.0614C29.011 18.1786 28.6714 22.8477 27 24"/><circle r="4" fill="#000" transform="matrix(-1 0 0 1 21 24)"/><circle r="4" fill="#000" transform="matrix(-1 0 0 1 27 24)"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M21 24H13"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M27 24L35 24"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M7 24H5"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M43 24H41"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M7 8H5"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M43 8H41"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M7 40H5"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M43 40H41"/></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="M13 8C14.5 8.00004 17.05 7.99905 18.0143 13.0614C18.989 18.1786 19.3286 22.8477 21 24"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35 40C33.5 40 30.95 40.001 29.9857 34.9386C29.011 29.8214 28.6714 25.1523 27 24.0001"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 40C14.5 40 17.05 40.001 18.0143 34.9386C18.989 29.8214 19.3286 25.1523 21 24.0001"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M35 8C33.5 8.00004 30.95 7.99905 29.9857 13.0614C29.011 18.1786 28.6714 22.8477 27 24"/><circle r="4" fill="#000" transform="matrix(-1 0 0 1 21 24)"/><circle r="4" fill="#000" transform="matrix(-1 0 0 1 27 24)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 24H13"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M27 24L35 24"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 24H5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 24H41"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 8H5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 8H41"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 40H5"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 40H41"/></g></svg> </template>
CSS
.icon-left-and-right-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%22M13%208C14.5%208.00004%2017.05%207.99905%2018.0143%2013.0614C18.989%2018.1786%2019.3286%2022.8477%2021%2024%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%22M35%2040C33.5%2040%2030.95%2040.001%2029.9857%2034.9386C29.011%2029.8214%2028.6714%2025.1523%2027%2024.0001%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%22M13%2040C14.5%2040%2017.05%2040.001%2018.0143%2034.9386C18.989%2029.8214%2019.3286%2025.1523%2021%2024.0001%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%22M35%208C33.5%208.00004%2030.95%207.99905%2029.9857%2013.0614C29.011%2018.1786%2028.6714%2022.8477%2027%2024%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22%23000%22%20transform%3D%22matrix(-1%200%200%201%2021%2024)%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22%23000%22%20transform%3D%22matrix(-1%200%200%201%2027%2024)%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%2024H13%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%22M27%2024L35%2024%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%22M7%2024H5%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%22M43%2024H41%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%22M7%208H5%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%22M43%208H41%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%22M7%2040H5%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%22M43%2040H41%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%22M13%208C14.5%208.00004%2017.05%207.99905%2018.0143%2013.0614C18.989%2018.1786%2019.3286%2022.8477%2021%2024%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%22M35%2040C33.5%2040%2030.95%2040.001%2029.9857%2034.9386C29.011%2029.8214%2028.6714%2025.1523%2027%2024.0001%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%22M13%2040C14.5%2040%2017.05%2040.001%2018.0143%2034.9386C18.989%2029.8214%2019.3286%2025.1523%2021%2024.0001%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%22M35%208C33.5%208.00004%2030.95%207.99905%2029.9857%2013.0614C29.011%2018.1786%2028.6714%2022.8477%2027%2024%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22%23000%22%20transform%3D%22matrix(-1%200%200%201%2021%2024)%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22%23000%22%20transform%3D%22matrix(-1%200%200%201%2027%2024)%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%2024H13%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%22M27%2024L35%2024%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%22M7%2024H5%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%22M43%2024H41%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%22M7%208H5%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%22M43%208H41%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%22M7%2040H5%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%22M43%2040H41%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/left-and-right-branch.svg?color=%231a73e8&size=48