git branch check icon
git-branch-check-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- git-branch-check-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
Related icons in Octicons
Use the git branch check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.26 10a.74.74 0 0 1 .414.133a.75.75 0 0 1 .1 1.154l-4.557 4.45a.753.753 0 0 1-1.055-.008l-1.943-1.95a.755.755 0 0 1 .024-1.038a.753.753 0 0 1 1.038-.022l1.42 1.427l4.026-3.933A.75.75 0 0 1 15.26 10m-3.51-9a2.252 2.252 0 0 1 1.942 3.389a2.25 2.25 0 0 1-1.192.983V6A2.5 2.5 0 0 1 10 8.5H6a.997.997 0 0 0-1 1v1.128a2.256 2.256 0 0 1 1.469 2.503A2.252 2.252 0 1 1 3.5 10.628V5.372a2.255 2.255 0 0 1-1.469-2.503A2.252 2.252 0 1 1 5 5.372v1.836A2.5 2.5 0 0 1 6 7h4a.997.997 0 0 0 1-1v-.628A2.252 2.252 0 0 1 11.75 1m-7.5 1.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22m0 9.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22m7.5-9.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22"/></svg>
React
import type { SVGProps } from "react";
export function OcticonGitBranchCheck16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.26 10a.74.74 0 0 1 .414.133a.75.75 0 0 1 .1 1.154l-4.557 4.45a.753.753 0 0 1-1.055-.008l-1.943-1.95a.755.755 0 0 1 .024-1.038a.753.753 0 0 1 1.038-.022l1.42 1.427l4.026-3.933A.75.75 0 0 1 15.26 10m-3.51-9a2.252 2.252 0 0 1 1.942 3.389a2.25 2.25 0 0 1-1.192.983V6A2.5 2.5 0 0 1 10 8.5H6a.997.997 0 0 0-1 1v1.128a2.256 2.256 0 0 1 1.469 2.503A2.252 2.252 0 1 1 3.5 10.628V5.372a2.255 2.255 0 0 1-1.469-2.503A2.252 2.252 0 1 1 5 5.372v1.836A2.5 2.5 0 0 1 6 7h4a.997.997 0 0 0 1-1v-.628A2.252 2.252 0 0 1 11.75 1m-7.5 1.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22m0 9.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22m7.5-9.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M15.26 10a.74.74 0 0 1 .414.133a.75.75 0 0 1 .1 1.154l-4.557 4.45a.753.753 0 0 1-1.055-.008l-1.943-1.95a.755.755 0 0 1 .024-1.038a.753.753 0 0 1 1.038-.022l1.42 1.427l4.026-3.933A.75.75 0 0 1 15.26 10m-3.51-9a2.252 2.252 0 0 1 1.942 3.389a2.25 2.25 0 0 1-1.192.983V6A2.5 2.5 0 0 1 10 8.5H6a.997.997 0 0 0-1 1v1.128a2.256 2.256 0 0 1 1.469 2.503A2.252 2.252 0 1 1 3.5 10.628V5.372a2.255 2.255 0 0 1-1.469-2.503A2.252 2.252 0 1 1 5 5.372v1.836A2.5 2.5 0 0 1 6 7h4a.997.997 0 0 0 1-1v-.628A2.252 2.252 0 0 1 11.75 1m-7.5 1.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22m0 9.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22m7.5-9.5a.75.75 0 0 0-.53.22a.747.747 0 0 0 0 1.06a.747.747 0 0 0 1.06 0a.747.747 0 0 0 0-1.06a.75.75 0 0 0-.53-.22"/></svg> </template>
CSS
.icon-git-branch-check-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.26%2010a.74.74%200%200%201%20.414.133a.75.75%200%200%201%20.1%201.154l-4.557%204.45a.753.753%200%200%201-1.055-.008l-1.943-1.95a.755.755%200%200%201%20.024-1.038a.753.753%200%200%201%201.038-.022l1.42%201.427l4.026-3.933A.75.75%200%200%201%2015.26%2010m-3.51-9a2.252%202.252%200%200%201%201.942%203.389a2.25%202.25%200%200%201-1.192.983V6A2.5%202.5%200%200%201%2010%208.5H6a.997.997%200%200%200-1%201v1.128a2.256%202.256%200%200%201%201.469%202.503A2.252%202.252%200%201%201%203.5%2010.628V5.372a2.255%202.255%200%200%201-1.469-2.503A2.252%202.252%200%201%201%205%205.372v1.836A2.5%202.5%200%200%201%206%207h4a.997.997%200%200%200%201-1v-.628A2.252%202.252%200%200%201%2011.75%201m-7.5%201.5a.75.75%200%200%200-.53.22a.747.747%200%200%200%200%201.06a.747.747%200%200%200%201.06%200a.747.747%200%200%200%200-1.06a.75.75%200%200%200-.53-.22m0%209.5a.75.75%200%200%200-.53.22a.747.747%200%200%200%200%201.06a.747.747%200%200%200%201.06%200a.747.747%200%200%200%200-1.06a.75.75%200%200%200-.53-.22m7.5-9.5a.75.75%200%200%200-.53.22a.747.747%200%200%200%200%201.06a.747.747%200%200%200%201.06%200a.747.747%200%200%200%200-1.06a.75.75%200%200%200-.53-.22%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.26%2010a.74.74%200%200%201%20.414.133a.75.75%200%200%201%20.1%201.154l-4.557%204.45a.753.753%200%200%201-1.055-.008l-1.943-1.95a.755.755%200%200%201%20.024-1.038a.753.753%200%200%201%201.038-.022l1.42%201.427l4.026-3.933A.75.75%200%200%201%2015.26%2010m-3.51-9a2.252%202.252%200%200%201%201.942%203.389a2.25%202.25%200%200%201-1.192.983V6A2.5%202.5%200%200%201%2010%208.5H6a.997.997%200%200%200-1%201v1.128a2.256%202.256%200%200%201%201.469%202.503A2.252%202.252%200%201%201%203.5%2010.628V5.372a2.255%202.255%200%200%201-1.469-2.503A2.252%202.252%200%201%201%205%205.372v1.836A2.5%202.5%200%200%201%206%207h4a.997.997%200%200%200%201-1v-.628A2.252%202.252%200%200%201%2011.75%201m-7.5%201.5a.75.75%200%200%200-.53.22a.747.747%200%200%200%200%201.06a.747.747%200%200%200%201.06%200a.747.747%200%200%200%200-1.06a.75.75%200%200%200-.53-.22m0%209.5a.75.75%200%200%200-.53.22a.747.747%200%200%200%200%201.06a.747.747%200%200%200%201.06%200a.747.747%200%200%200%200-1.06a.75.75%200%200%200-.53-.22m7.5-9.5a.75.75%200%200%200-.53.22a.747.747%200%200%200%200%201.06a.747.747%200%200%200%201.06%200a.747.747%200%200%200%200-1.06a.75.75%200%200%200-.53-.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/git-branch-check-16.svg?color=%231a73e8&size=48