branch icon
branch from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- branch
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the branch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6c0 1.859 1.28 3.41 3 3.858V14c0 1.654-1.346 3-3 3h-8c-1.13 0-2.162.391-3 1.026V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6c0 1.859 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858V22c0-1.654 1.346-3 3-3h8c2.757 0 5-2.243 5-5V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4s-4 1.794-4 4M6 6c0-1.102.897-2 2-2s2 .898 2 2c0 1.103-.897 2-2 2s-2-.897-2-2m4 20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2M26 6c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .898 2 2"/></svg>
React
import type { SVGProps } from "react";
export function CarbonBranch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6c0 1.859 1.28 3.41 3 3.858V14c0 1.654-1.346 3-3 3h-8c-1.13 0-2.162.391-3 1.026V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6c0 1.859 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858V22c0-1.654 1.346-3 3-3h8c2.757 0 5-2.243 5-5V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4s-4 1.794-4 4M6 6c0-1.102.897-2 2-2s2 .898 2 2c0 1.103-.897 2-2 2s-2-.897-2-2m4 20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2M26 6c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .898 2 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 6c0 1.859 1.28 3.41 3 3.858V14c0 1.654-1.346 3-3 3h-8c-1.13 0-2.162.391-3 1.026V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S4 3.794 4 6c0 1.859 1.28 3.41 3 3.858v12.284c-1.72.447-3 2-3 3.858c0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.28-3.41-3-3.858V22c0-1.654 1.346-3 3-3h8c2.757 0 5-2.243 5-5V9.858c1.72-.447 3-2 3-3.858c0-2.206-1.794-4-4-4s-4 1.794-4 4M6 6c0-1.102.897-2 2-2s2 .898 2 2c0 1.103-.897 2-2 2s-2-.897-2-2m4 20c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .897 2 2M26 6c0 1.103-.897 2-2 2s-2-.897-2-2s.898-2 2-2s2 .898 2 2"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%206c0%201.859%201.28%203.41%203%203.858V14c0%201.654-1.346%203-3%203h-8c-1.13%200-2.162.391-3%201.026V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S4%203.794%204%206c0%201.859%201.28%203.41%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.41-3-3.858V22c0-1.654%201.346-3%203-3h8c2.757%200%205-2.243%205-5V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4s-4%201.794-4%204M6%206c0-1.102.897-2%202-2s2%20.898%202%202c0%201.103-.897%202-2%202s-2-.897-2-2m4%2020c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.897%202%202M26%206c0%201.103-.897%202-2%202s-2-.897-2-2s.898-2%202-2s2%20.898%202%202%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%206c0%201.859%201.28%203.41%203%203.858V14c0%201.654-1.346%203-3%203h-8c-1.13%200-2.162.391-3%201.026V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S4%203.794%204%206c0%201.859%201.28%203.41%203%203.858v12.284c-1.72.447-3%202-3%203.858c0%202.206%201.794%204%204%204s4-1.794%204-4c0-1.858-1.28-3.41-3-3.858V22c0-1.654%201.346-3%203-3h8c2.757%200%205-2.243%205-5V9.858c1.72-.447%203-2%203-3.858c0-2.206-1.794-4-4-4s-4%201.794-4%204M6%206c0-1.102.897-2%202-2s2%20.898%202%202c0%201.103-.897%202-2%202s-2-.897-2-2m4%2020c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.897%202%202M26%206c0%201.103-.897%202-2%202s-2-.897-2-2s.898-2%202-2s2%20.898%202%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/branch.svg?color=%231a73e8&size=48