git merge icon

git-merge-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
git-merge-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the git merge icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 13.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-12.5 6a3.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-6a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 15"/><path fill="currentColor" d="M6.5 7.25c0 2.9 2.35 5.25 5.25 5.25h4.5V14h-4.5A6.75 6.75 0 0 1 5 7.25Z"/><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"/></svg>

React

import type { SVGProps } from "react";

export function OcticonGitMerge24(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 13.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-12.5 6a3.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-6a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 15"/><path fill="currentColor" d="M6.5 7.25c0 2.9 2.35 5.25 5.25 5.25h4.5V14h-4.5A6.75 6.75 0 0 1 5 7.25Z"/><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"/></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 13.25a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0m-12.5 6a3.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-6a1.75 1.75 0 1 0-.001-3.501A1.75 1.75 0 0 0 18.25 15"/><path fill="currentColor" d="M6.5 7.25c0 2.9 2.35 5.25 5.25 5.25h4.5V14h-4.5A6.75 6.75 0 0 1 5 7.25Z"/><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"/></svg>
</template>

CSS

.icon-git-merge-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%2013.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-12.5%206a3.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-6a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2018.25%2015%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%207.25c0%202.9%202.35%205.25%205.25%205.25h4.5V14h-4.5A6.75%206.75%200%200%201%205%207.25Z%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%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%2013.25a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200m-12.5%206a3.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-6a1.75%201.75%200%201%200-.001-3.501A1.75%201.75%200%200%200%2018.25%2015%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%207.25c0%202.9%202.35%205.25%205.25%205.25h4.5V14h-4.5A6.75%206.75%200%200%201%205%207.25Z%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%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/git-merge-24.svg?color=%231a73e8&size=48