git merge icon
git-merge from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- git-merge
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-git-merge
The same icon in other sets
git-mergeCodiconsgit-mergeFeather Iconsgit-mergeHuge Iconsgit-mergeIconoirgit-mergeIonIconsgit-mergeLucidegit-mergeMajesticonsgit-merge-fillMingCute Icongit-mergeMyna UI Iconsgit-mergeOcticonsgit-mergePhosphorgit-mergePixelarticonsgit-merge-fillRemix Icongit-mergeTabler Iconsgit-mergeTDesign Iconsgit-merge-outlineTeenyicons
Related icons in BoxIcons v2
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="M2.5 18.5C2.5 20.43 4.07 22 6 22s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337v-3.488c.244.273.509.527.813.744c1.18.844 2.617 1.098 3.918 1.098c.966 0 1.853-.14 2.506-.281a3.5 3.5 0 0 0 3.264 2.265c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5a3.5 3.5 0 0 0-3.404 2.718c-1.297.321-3.664.616-5.119-.426c-.666-.477-1.09-1.239-1.306-2.236C8.755 7.96 9.5 6.821 9.5 5.5C9.5 3.57 7.93 2 6 2S2.5 3.57 2.5 5.5c0 1.58 1.06 2.903 2.5 3.337v6.326c-1.44.434-2.5 1.757-2.5 3.337m15-8c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5S16 12.827 16 12s.673-1.5 1.5-1.5m-10 8c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5S5.173 17 6 17s1.5.673 1.5 1.5m-3-13C4.5 4.673 5.173 4 6 4s1.5.673 1.5 1.5S6.827 7 6 7s-1.5-.673-1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function BxGitMerge(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="M2.5 18.5C2.5 20.43 4.07 22 6 22s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337v-3.488c.244.273.509.527.813.744c1.18.844 2.617 1.098 3.918 1.098c.966 0 1.853-.14 2.506-.281a3.5 3.5 0 0 0 3.264 2.265c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5a3.5 3.5 0 0 0-3.404 2.718c-1.297.321-3.664.616-5.119-.426c-.666-.477-1.09-1.239-1.306-2.236C8.755 7.96 9.5 6.821 9.5 5.5C9.5 3.57 7.93 2 6 2S2.5 3.57 2.5 5.5c0 1.58 1.06 2.903 2.5 3.337v6.326c-1.44.434-2.5 1.757-2.5 3.337m15-8c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5S16 12.827 16 12s.673-1.5 1.5-1.5m-10 8c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5S5.173 17 6 17s1.5.673 1.5 1.5m-3-13C4.5 4.673 5.173 4 6 4s1.5.673 1.5 1.5S6.827 7 6 7s-1.5-.673-1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.5 18.5C2.5 20.43 4.07 22 6 22s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337v-3.488c.244.273.509.527.813.744c1.18.844 2.617 1.098 3.918 1.098c.966 0 1.853-.14 2.506-.281a3.5 3.5 0 0 0 3.264 2.265c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5a3.5 3.5 0 0 0-3.404 2.718c-1.297.321-3.664.616-5.119-.426c-.666-.477-1.09-1.239-1.306-2.236C8.755 7.96 9.5 6.821 9.5 5.5C9.5 3.57 7.93 2 6 2S2.5 3.57 2.5 5.5c0 1.58 1.06 2.903 2.5 3.337v6.326c-1.44.434-2.5 1.757-2.5 3.337m15-8c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5S16 12.827 16 12s.673-1.5 1.5-1.5m-10 8c0 .827-.673 1.5-1.5 1.5s-1.5-.673-1.5-1.5S5.173 17 6 17s1.5.673 1.5 1.5m-3-13C4.5 4.673 5.173 4 6 4s1.5.673 1.5 1.5S6.827 7 6 7s-1.5-.673-1.5-1.5"/></svg> </template>
CSS
.icon-git-merge {
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%22M2.5%2018.5C2.5%2020.43%204.07%2022%206%2022s3.5-1.57%203.5-3.5c0-1.58-1.06-2.903-2.5-3.337v-3.488c.244.273.509.527.813.744c1.18.844%202.617%201.098%203.918%201.098c.966%200%201.853-.14%202.506-.281a3.5%203.5%200%200%200%203.264%202.265c1.93%200%203.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5a3.5%203.5%200%200%200-3.404%202.718c-1.297.321-3.664.616-5.119-.426c-.666-.477-1.09-1.239-1.306-2.236C8.755%207.96%209.5%206.821%209.5%205.5C9.5%203.57%207.93%202%206%202S2.5%203.57%202.5%205.5c0%201.58%201.06%202.903%202.5%203.337v6.326c-1.44.434-2.5%201.757-2.5%203.337m15-8c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5S16%2012.827%2016%2012s.673-1.5%201.5-1.5m-10%208c0%20.827-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5S5.173%2017%206%2017s1.5.673%201.5%201.5m-3-13C4.5%204.673%205.173%204%206%204s1.5.673%201.5%201.5S6.827%207%206%207s-1.5-.673-1.5-1.5%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%22M2.5%2018.5C2.5%2020.43%204.07%2022%206%2022s3.5-1.57%203.5-3.5c0-1.58-1.06-2.903-2.5-3.337v-3.488c.244.273.509.527.813.744c1.18.844%202.617%201.098%203.918%201.098c.966%200%201.853-.14%202.506-.281a3.5%203.5%200%200%200%203.264%202.265c1.93%200%203.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5a3.5%203.5%200%200%200-3.404%202.718c-1.297.321-3.664.616-5.119-.426c-.666-.477-1.09-1.239-1.306-2.236C8.755%207.96%209.5%206.821%209.5%205.5C9.5%203.57%207.93%202%206%202S2.5%203.57%202.5%205.5c0%201.58%201.06%202.903%202.5%203.337v6.326c-1.44.434-2.5%201.757-2.5%203.337m15-8c.827%200%201.5.673%201.5%201.5s-.673%201.5-1.5%201.5S16%2012.827%2016%2012s.673-1.5%201.5-1.5m-10%208c0%20.827-.673%201.5-1.5%201.5s-1.5-.673-1.5-1.5S5.173%2017%206%2017s1.5.673%201.5%201.5m-3-13C4.5%204.673%205.173%204%206%204s1.5.673%201.5%201.5S6.827%207%206%207s-1.5-.673-1.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/git-merge.svg?color=%231a73e8&size=48