branch two icon
branch-two from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- branch-two
- 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 branch two icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" d="M36 12C38.2091 12 40 10.2091 40 8C40 5.79086 38.2091 4 36 4C33.7909 4 32 5.79086 32 8C32 10.2091 33.7909 12 36 12Z" clip-rule="evenodd"/><path fill="#2F88FF" fill-rule="evenodd" d="M14 12C16.2091 12 18 10.2091 18 8C18 5.79086 16.2091 4 14 4C11.7909 4 10 5.79086 10 8C10 10.2091 11.7909 12 14 12Z" clip-rule="evenodd"/><path fill="#2F88FF" fill-rule="evenodd" d="M14 44C16.2091 44 18 42.2091 18 40C18 37.7909 16.2091 36 14 36C11.7909 36 10 37.7909 10 40C10 42.2091 11.7909 44 14 44Z" clip-rule="evenodd"/><path d="M14 12L14 36L14 33C14 25 36 24 36 16V12"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBranchTwo(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" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" fillRule="evenodd" d="M36 12C38.2091 12 40 10.2091 40 8C40 5.79086 38.2091 4 36 4C33.7909 4 32 5.79086 32 8C32 10.2091 33.7909 12 36 12Z" clipRule="evenodd"/><path fill="#2F88FF" fillRule="evenodd" d="M14 12C16.2091 12 18 10.2091 18 8C18 5.79086 16.2091 4 14 4C11.7909 4 10 5.79086 10 8C10 10.2091 11.7909 12 14 12Z" clipRule="evenodd"/><path fill="#2F88FF" fillRule="evenodd" d="M14 44C16.2091 44 18 42.2091 18 40C18 37.7909 16.2091 36 14 36C11.7909 36 10 37.7909 10 40C10 42.2091 11.7909 44 14 44Z" clipRule="evenodd"/><path d="M14 12L14 36L14 33C14 25 36 24 36 16V12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" fill-rule="evenodd" d="M36 12C38.2091 12 40 10.2091 40 8C40 5.79086 38.2091 4 36 4C33.7909 4 32 5.79086 32 8C32 10.2091 33.7909 12 36 12Z" clip-rule="evenodd"/><path fill="#2F88FF" fill-rule="evenodd" d="M14 12C16.2091 12 18 10.2091 18 8C18 5.79086 16.2091 4 14 4C11.7909 4 10 5.79086 10 8C10 10.2091 11.7909 12 14 12Z" clip-rule="evenodd"/><path fill="#2F88FF" fill-rule="evenodd" d="M14 44C16.2091 44 18 42.2091 18 40C18 37.7909 16.2091 36 14 36C11.7909 36 10 37.7909 10 40C10 42.2091 11.7909 44 14 44Z" clip-rule="evenodd"/><path d="M14 12L14 36L14 33C14 25 36 24 36 16V12"/></g></svg> </template>
CSS
.icon-branch-two {
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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2012C38.2091%2012%2040%2010.2091%2040%208C40%205.79086%2038.2091%204%2036%204C33.7909%204%2032%205.79086%2032%208C32%2010.2091%2033.7909%2012%2036%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2012C16.2091%2012%2018%2010.2091%2018%208C18%205.79086%2016.2091%204%2014%204C11.7909%204%2010%205.79086%2010%208C10%2010.2091%2011.7909%2012%2014%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2044C16.2091%2044%2018%2042.2091%2018%2040C18%2037.7909%2016.2091%2036%2014%2036C11.7909%2036%2010%2037.7909%2010%2040C10%2042.2091%2011.7909%2044%2014%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2012L14%2036L14%2033C14%2025%2036%2024%2036%2016V12%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%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2012C38.2091%2012%2040%2010.2091%2040%208C40%205.79086%2038.2091%204%2036%204C33.7909%204%2032%205.79086%2032%208C32%2010.2091%2033.7909%2012%2036%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2012C16.2091%2012%2018%2010.2091%2018%208C18%205.79086%2016.2091%204%2014%204C11.7909%204%2010%205.79086%2010%208C10%2010.2091%2011.7909%2012%2014%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2044C16.2091%2044%2018%2042.2091%2018%2040C18%2037.7909%2016.2091%2036%2014%2036C11.7909%2036%2010%2037.7909%2010%2040C10%2042.2091%2011.7909%2044%2014%2044Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2012L14%2036L14%2033C14%2025%2036%2024%2036%2016V12%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/branch-two.svg?color=%231a73e8&size=48