left and right branch icon
left-and-right-branch from IconPark Outline by ByteDance · Outline · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- left-and-right-branch
- Set
- IconPark Outline
- Style
- Outline
- Category
- Connect
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More connect icons from IconPark Outline
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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 8c1.5 0 4.05 0 5.014 5.061C18.99 18.18 19.33 22.848 21 24m14 16c-1.5 0-4.05.001-5.014-5.061C29.01 29.82 28.67 25.152 27 24M13 40c1.5 0 4.05.001 5.014-5.061C18.99 29.82 19.33 25.152 21 24M35 8c-1.5 0-4.05 0-5.014 5.061C29.01 18.18 28.67 22.848 27 24"/><circle r="4" fill="currentColor" transform="matrix(-1 0 0 1 21 24)"/><circle r="4" fill="currentColor" transform="matrix(-1 0 0 1 27 24)"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 24h-8m14 0h8M7 24H5m38 0h-2M7 8H5m38 0h-2M7 40H5m38 0h-2"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineLeftAndRightBranch(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="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 8c1.5 0 4.05 0 5.014 5.061C18.99 18.18 19.33 22.848 21 24m14 16c-1.5 0-4.05.001-5.014-5.061C29.01 29.82 28.67 25.152 27 24M13 40c1.5 0 4.05.001 5.014-5.061C18.99 29.82 19.33 25.152 21 24M35 8c-1.5 0-4.05 0-5.014 5.061C29.01 18.18 28.67 22.848 27 24"/><circle r="4" fill="currentColor" transform="matrix(-1 0 0 1 21 24)"/><circle r="4" fill="currentColor" transform="matrix(-1 0 0 1 27 24)"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M21 24h-8m14 0h8M7 24H5m38 0h-2M7 8H5m38 0h-2M7 40H5m38 0h-2"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 8c1.5 0 4.05 0 5.014 5.061C18.99 18.18 19.33 22.848 21 24m14 16c-1.5 0-4.05.001-5.014-5.061C29.01 29.82 28.67 25.152 27 24M13 40c1.5 0 4.05.001 5.014-5.061C18.99 29.82 19.33 25.152 21 24M35 8c-1.5 0-4.05 0-5.014 5.061C29.01 18.18 28.67 22.848 27 24"/><circle r="4" fill="currentColor" transform="matrix(-1 0 0 1 21 24)"/><circle r="4" fill="currentColor" transform="matrix(-1 0 0 1 27 24)"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M21 24h-8m14 0h8M7 24H5m38 0h-2M7 8H5m38 0h-2M7 40H5m38 0h-2"/></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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%208c1.5%200%204.05%200%205.014%205.061C18.99%2018.18%2019.33%2022.848%2021%2024m14%2016c-1.5%200-4.05.001-5.014-5.061C29.01%2029.82%2028.67%2025.152%2027%2024M13%2040c1.5%200%204.05.001%205.014-5.061C18.99%2029.82%2019.33%2025.152%2021%2024M35%208c-1.5%200-4.05%200-5.014%205.061C29.01%2018.18%2028.67%2022.848%2027%2024%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2021%2024)%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2027%2024)%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2024h-8m14%200h8M7%2024H5m38%200h-2M7%208H5m38%200h-2M7%2040H5m38%200h-2%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%208c1.5%200%204.05%200%205.014%205.061C18.99%2018.18%2019.33%2022.848%2021%2024m14%2016c-1.5%200-4.05.001-5.014-5.061C29.01%2029.82%2028.67%2025.152%2027%2024M13%2040c1.5%200%204.05.001%205.014-5.061C18.99%2029.82%2019.33%2025.152%2021%2024M35%208c-1.5%200-4.05%200-5.014%205.061C29.01%2018.18%2028.67%2022.848%2027%2024%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2021%2024)%22%2F%3E%3Ccircle%20r%3D%224%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2027%2024)%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2024h-8m14%200h8M7%2024H5m38%200h-2M7%208H5m38%200h-2M7%2040H5m38%200h-2%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-outline/left-and-right-branch.svg?color=%231a73e8&size=48