git branch icon
git-branch-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- git-branch-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
git-branchBoxIcons v2git-branchCodiconsgit-branchFeather Iconsgit-branchcss.gggit-branchHuge Iconsgit-branchIconoirgit-branchIonIconsgit-branchLucidegit-branchMajesticonsgit-branch-fillMingCute Icongit-branchMyna UI Iconsgit-branchPhosphorgit-branchPixelarticonsgit-branch-fillRemix Icongit-branch-boldSolargit-branchTabler Iconsgit-branchTDesign Iconsgit-branch-outlineTeenyicons
Related icons in Octicons
Use the git branch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4.75a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M2.5 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5m0 14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 21m12.5-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path fill="currentColor" d="M5.75 16.75A.75.75 0 0 1 5 16V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-.75.75"/><path fill="currentColor" d="M17.5 8.75v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-7a1.75 1.75 0 0 0-1.75 1.75H5A3.25 3.25 0 0 1 8.25 11h7a2.25 2.25 0 0 0 2.25-2.25"/></svg>
React
import type { SVGProps } from "react";
export function OcticonGitBranch24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4.75a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M2.5 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5m0 14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 21m12.5-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path fill="currentColor" d="M5.75 16.75A.75.75 0 0 1 5 16V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-.75.75"/><path fill="currentColor" d="M17.5 8.75v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-7a1.75 1.75 0 0 0-1.75 1.75H5A3.25 3.25 0 0 1 8.25 11h7a2.25 2.25 0 0 0 2.25-2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 4.75a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M2.5 19.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m0-14.5a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0M5.75 6.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 6.5m0 14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 5.75 21m12.5-14.5a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 6.5"/><path fill="currentColor" d="M5.75 16.75A.75.75 0 0 1 5 16V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-.75.75"/><path fill="currentColor" d="M17.5 8.75v-1H19v1a3.75 3.75 0 0 1-3.75 3.75h-7a1.75 1.75 0 0 0-1.75 1.75H5A3.25 3.25 0 0 1 8.25 11h7a2.25 2.25 0 0 0 2.25-2.25"/></svg> </template>
CSS
.icon-git-branch-24 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204.75a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M2.5%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m0-14.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M5.75%206.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%205.75%206.5m0%2014.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%205.75%2021m12.5-14.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2018.25%206.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%2016.75A.75.75%200%200%201%205%2016V8a.75.75%200%200%201%201.5%200v8a.75.75%200%200%201-.75.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%208.75v-1H19v1a3.75%203.75%200%200%201-3.75%203.75h-7a1.75%201.75%200%200%200-1.75%201.75H5A3.25%203.25%200%200%201%208.25%2011h7a2.25%202.25%200%200%200%202.25-2.25%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204.75a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M2.5%2019.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m0-14.5a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200M5.75%206.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%205.75%206.5m0%2014.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%205.75%2021m12.5-14.5a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2018.25%206.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%2016.75A.75.75%200%200%201%205%2016V8a.75.75%200%200%201%201.5%200v8a.75.75%200%200%201-.75.75%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%208.75v-1H19v1a3.75%203.75%200%200%201-3.75%203.75h-7a1.75%201.75%200%200%200-1.75%201.75H5A3.25%203.25%200%200%201%208.25%2011h7a2.25%202.25%200%200%200%202.25-2.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/git-branch-24.svg?color=%231a73e8&size=48