branch icon
branch from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.
- Name
- 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 branch 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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M40 28C42.2091 28 44 26.2091 44 24C44 21.7909 42.2091 20 40 20C37.7909 20 36 21.7909 36 24C36 26.2091 37.7909 28 40 28Z"/><path fill="#2F88FF" d="M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z"/><path fill="#2F88FF" d="M9 44C11.2091 44 13 42.2091 13 40C13 37.7909 11.2091 36 9 36C6.79086 36 5 37.7909 5 40C5 42.2091 6.79086 44 9 44Z"/><path stroke-linecap="round" d="M9 12V36V24.0083H36"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBranch(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M40 28C42.2091 28 44 26.2091 44 24C44 21.7909 42.2091 20 40 20C37.7909 20 36 21.7909 36 24C36 26.2091 37.7909 28 40 28Z"/><path fill="#2F88FF" d="M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z"/><path fill="#2F88FF" d="M9 44C11.2091 44 13 42.2091 13 40C13 37.7909 11.2091 36 9 36C6.79086 36 5 37.7909 5 40C5 42.2091 6.79086 44 9 44Z"/><path strokeLinecap="round" d="M9 12V36V24.0083H36"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M40 28C42.2091 28 44 26.2091 44 24C44 21.7909 42.2091 20 40 20C37.7909 20 36 21.7909 36 24C36 26.2091 37.7909 28 40 28Z"/><path fill="#2F88FF" d="M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z"/><path fill="#2F88FF" d="M9 44C11.2091 44 13 42.2091 13 40C13 37.7909 11.2091 36 9 36C6.79086 36 5 37.7909 5 40C5 42.2091 6.79086 44 9 44Z"/><path stroke-linecap="round" d="M9 12V36V24.0083H36"/></g></svg> </template>
CSS
.icon-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%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2028C42.2091%2028%2044%2026.2091%2044%2024C44%2021.7909%2042.2091%2020%2040%2020C37.7909%2020%2036%2021.7909%2036%2024C36%2026.2091%2037.7909%2028%2040%2028Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2012C11.2091%2012%2013%2010.2091%2013%208C13%205.79086%2011.2091%204%209%204C6.79086%204%205%205.79086%205%208C5%2010.2091%206.79086%2012%209%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2044C11.2091%2044%2013%2042.2091%2013%2040C13%2037.7909%2011.2091%2036%209%2036C6.79086%2036%205%2037.7909%205%2040C5%2042.2091%206.79086%2044%209%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2012V36V24.0083H36%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M40%2028C42.2091%2028%2044%2026.2091%2044%2024C44%2021.7909%2042.2091%2020%2040%2020C37.7909%2020%2036%2021.7909%2036%2024C36%2026.2091%2037.7909%2028%2040%2028Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2012C11.2091%2012%2013%2010.2091%2013%208C13%205.79086%2011.2091%204%209%204C6.79086%204%205%205.79086%205%208C5%2010.2091%206.79086%2012%209%2012Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9%2044C11.2091%2044%2013%2042.2091%2013%2040C13%2037.7909%2011.2091%2036%209%2036C6.79086%2036%205%2037.7909%205%2040C5%2042.2091%206.79086%2044%209%2044Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%2012V36V24.0083H36%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.svg?color=%231a73e8&size=48