git arrow right icon
git-arrow-right-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- git-arrow-right-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
git-branchgit-branch-minusgit-branch-plusgit-checkgit-commit-horizontalgit-commit-verticalgit-comparegit-compare-arrowsgit-connectiongit-forkgit-graphgit-joingit-mergegit-merge-conflictgit-pull-requestgit-pull-request-arrowgit-pull-request-closedgit-pull-request-creategit-pull-request-create-arrowgit-pull-request-draftgit-pull-request-plusgit-refreshgit-returngit-x
Use the git arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19.2071 15.5L20.8535 17.1464C21.0488 17.3417 21.0488 17.6583 20.8535 17.8536L19.2071 19.5M6 21V9M18 11.5V10C18 7.79086 16.2091 6 14 6H13M20 17.5H16C14.3431 17.5 13 18.8431 13 20.5V21"/><path fill="currentColor" d="M10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsGitArrowRightFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M19.2071 15.5L20.8535 17.1464C21.0488 17.3417 21.0488 17.6583 20.8535 17.8536L19.2071 19.5M6 21V9M18 11.5V10C18 7.79086 16.2091 6 14 6H13M20 17.5H16C14.3431 17.5 13 18.8431 13 20.5V21"/><path fill="currentColor" d="M10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6Z" stroke="none"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19.2071 15.5L20.8535 17.1464C21.0488 17.3417 21.0488 17.6583 20.8535 17.8536L19.2071 19.5M6 21V9M18 11.5V10C18 7.79086 16.2091 6 14 6H13M20 17.5H16C14.3431 17.5 13 18.8431 13 20.5V21"/><path fill="currentColor" d="M10 6C10 8.20914 8.20914 10 6 10C3.79086 10 2 8.20914 2 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6Z" stroke="none"/></g></svg> </template>
CSS
.icon-git-arrow-right-fill {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.2071%2015.5L20.8535%2017.1464C21.0488%2017.3417%2021.0488%2017.6583%2020.8535%2017.8536L19.2071%2019.5M6%2021V9M18%2011.5V10C18%207.79086%2016.2091%206%2014%206H13M20%2017.5H16C14.3431%2017.5%2013%2018.8431%2013%2020.5V21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206C10%208.20914%208.20914%2010%206%2010C3.79086%2010%202%208.20914%202%206C2%203.79086%203.79086%202%206%202C8.20914%202%2010%203.79086%2010%206Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.2071%2015.5L20.8535%2017.1464C21.0488%2017.3417%2021.0488%2017.6583%2020.8535%2017.8536L19.2071%2019.5M6%2021V9M18%2011.5V10C18%207.79086%2016.2091%206%2014%206H13M20%2017.5H16C14.3431%2017.5%2013%2018.8431%2013%2020.5V21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206C10%208.20914%208.20914%2010%206%2010C3.79086%2010%202%208.20914%202%206C2%203.79086%203.79086%202%206%202C8.20914%202%2010%203.79086%2010%206Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/git-arrow-right-fill.svg?color=%231a73e8&size=48