git logo
git from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- git
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×108
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the git logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 108"><path fill="#2f2707" d="M152.984 37.214c-5.597 0-9.765 2.748-9.765 9.362c0 4.983 2.747 8.443 9.463 8.443c5.693 0 9.56-3.355 9.56-8.65c0-6-3.46-9.155-9.258-9.155m-11.19 46.701c-1.325 1.625-2.645 3.353-2.645 5.39c0 4.067 5.186 5.291 12.31 5.291c5.9 0 13.938-.414 13.938-5.9c0-3.261-3.867-3.462-8.753-3.768zm30.113-46.394c1.828 2.34 3.764 5.597 3.764 10.276c0 11.292-8.851 17.904-21.667 17.904c-3.259 0-6.209-.406-8.038-.914l-3.359 5.39l9.969.61c17.602 1.122 27.975 1.632 27.975 15.157c0 11.702-10.272 18.311-27.975 18.311c-18.413 0-25.433-4.68-25.433-12.716c0-4.578 2.035-7.015 5.596-10.378c-3.358-1.419-4.476-3.961-4.476-6.71c0-2.24 1.118-4.273 2.952-6.208c1.83-1.93 3.864-3.865 6.306-6.103c-4.984-2.442-8.75-7.732-8.75-15.262c0-11.697 7.733-19.731 23.295-19.731c4.376 0 7.022.402 9.362 1.017h19.84v8.644zm27.259-18.487c-5.8 0-9.157-3.36-9.157-9.161c0-5.793 3.356-8.95 9.157-8.95c5.9 0 9.258 3.157 9.258 8.95c0 5.801-3.357 9.161-9.258 9.161M186.04 80.171v-8.033l5.19-.71c1.425-.205 1.627-.509 1.627-2.038V39.48c0-1.116-.304-1.832-1.325-2.134l-5.492-1.935l1.118-8.238h21.061V69.39c0 1.63.098 1.833 1.629 2.039l5.188.71v8.032zm69.227-3.944c-4.376 2.135-10.785 4.068-16.586 4.068c-12.106 0-16.682-4.878-16.682-16.38V37.264c0-.61 0-1.017-.817-1.017h-7.12V27.19c8.955-1.02 12.513-5.496 13.632-16.585h9.666v14.45c0 .71 0 1.017.815 1.017h14.343v10.173H237.36v24.313c0 6.002 1.426 8.34 6.917 8.34c2.852 0 5.799-.71 8.24-1.626z"/><path fill="#de4c36" d="M104.529 49.53L58.013 3.017a6.86 6.86 0 0 0-9.703 0l-9.659 9.66l12.253 12.252a8.15 8.15 0 0 1 8.383 1.953a8.16 8.16 0 0 1 1.936 8.434L73.03 47.125c2.857-.984 6.154-.347 8.435 1.938a8.16 8.16 0 0 1 0 11.545a8.164 8.164 0 0 1-13.324-8.88L57.129 40.716l-.001 28.98a8.3 8.3 0 0 1 2.159 1.544a8.164 8.164 0 0 1 0 11.547c-3.19 3.19-8.36 3.19-11.545 0a8.164 8.164 0 0 1 2.672-13.328v-29.25a8.1 8.1 0 0 1-2.672-1.782c-2.416-2.413-2.997-5.958-1.759-8.925l-12.078-12.08L2.011 49.314a6.863 6.863 0 0 0 0 9.706l46.516 46.514a6.86 6.86 0 0 0 9.703 0l46.299-46.297a6.866 6.866 0 0 0 0-9.707"/></svg>
React
import type { SVGProps } from "react";
export function LogosGit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 108"><path fill="#2f2707" d="M152.984 37.214c-5.597 0-9.765 2.748-9.765 9.362c0 4.983 2.747 8.443 9.463 8.443c5.693 0 9.56-3.355 9.56-8.65c0-6-3.46-9.155-9.258-9.155m-11.19 46.701c-1.325 1.625-2.645 3.353-2.645 5.39c0 4.067 5.186 5.291 12.31 5.291c5.9 0 13.938-.414 13.938-5.9c0-3.261-3.867-3.462-8.753-3.768zm30.113-46.394c1.828 2.34 3.764 5.597 3.764 10.276c0 11.292-8.851 17.904-21.667 17.904c-3.259 0-6.209-.406-8.038-.914l-3.359 5.39l9.969.61c17.602 1.122 27.975 1.632 27.975 15.157c0 11.702-10.272 18.311-27.975 18.311c-18.413 0-25.433-4.68-25.433-12.716c0-4.578 2.035-7.015 5.596-10.378c-3.358-1.419-4.476-3.961-4.476-6.71c0-2.24 1.118-4.273 2.952-6.208c1.83-1.93 3.864-3.865 6.306-6.103c-4.984-2.442-8.75-7.732-8.75-15.262c0-11.697 7.733-19.731 23.295-19.731c4.376 0 7.022.402 9.362 1.017h19.84v8.644zm27.259-18.487c-5.8 0-9.157-3.36-9.157-9.161c0-5.793 3.356-8.95 9.157-8.95c5.9 0 9.258 3.157 9.258 8.95c0 5.801-3.357 9.161-9.258 9.161M186.04 80.171v-8.033l5.19-.71c1.425-.205 1.627-.509 1.627-2.038V39.48c0-1.116-.304-1.832-1.325-2.134l-5.492-1.935l1.118-8.238h21.061V69.39c0 1.63.098 1.833 1.629 2.039l5.188.71v8.032zm69.227-3.944c-4.376 2.135-10.785 4.068-16.586 4.068c-12.106 0-16.682-4.878-16.682-16.38V37.264c0-.61 0-1.017-.817-1.017h-7.12V27.19c8.955-1.02 12.513-5.496 13.632-16.585h9.666v14.45c0 .71 0 1.017.815 1.017h14.343v10.173H237.36v24.313c0 6.002 1.426 8.34 6.917 8.34c2.852 0 5.799-.71 8.24-1.626z"/><path fill="#de4c36" d="M104.529 49.53L58.013 3.017a6.86 6.86 0 0 0-9.703 0l-9.659 9.66l12.253 12.252a8.15 8.15 0 0 1 8.383 1.953a8.16 8.16 0 0 1 1.936 8.434L73.03 47.125c2.857-.984 6.154-.347 8.435 1.938a8.16 8.16 0 0 1 0 11.545a8.164 8.164 0 0 1-13.324-8.88L57.129 40.716l-.001 28.98a8.3 8.3 0 0 1 2.159 1.544a8.164 8.164 0 0 1 0 11.547c-3.19 3.19-8.36 3.19-11.545 0a8.164 8.164 0 0 1 2.672-13.328v-29.25a8.1 8.1 0 0 1-2.672-1.782c-2.416-2.413-2.997-5.958-1.759-8.925l-12.078-12.08L2.011 49.314a6.863 6.863 0 0 0 0 9.706l46.516 46.514a6.86 6.86 0 0 0 9.703 0l46.299-46.297a6.866 6.866 0 0 0 0-9.707"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 108"><path fill="#2f2707" d="M152.984 37.214c-5.597 0-9.765 2.748-9.765 9.362c0 4.983 2.747 8.443 9.463 8.443c5.693 0 9.56-3.355 9.56-8.65c0-6-3.46-9.155-9.258-9.155m-11.19 46.701c-1.325 1.625-2.645 3.353-2.645 5.39c0 4.067 5.186 5.291 12.31 5.291c5.9 0 13.938-.414 13.938-5.9c0-3.261-3.867-3.462-8.753-3.768zm30.113-46.394c1.828 2.34 3.764 5.597 3.764 10.276c0 11.292-8.851 17.904-21.667 17.904c-3.259 0-6.209-.406-8.038-.914l-3.359 5.39l9.969.61c17.602 1.122 27.975 1.632 27.975 15.157c0 11.702-10.272 18.311-27.975 18.311c-18.413 0-25.433-4.68-25.433-12.716c0-4.578 2.035-7.015 5.596-10.378c-3.358-1.419-4.476-3.961-4.476-6.71c0-2.24 1.118-4.273 2.952-6.208c1.83-1.93 3.864-3.865 6.306-6.103c-4.984-2.442-8.75-7.732-8.75-15.262c0-11.697 7.733-19.731 23.295-19.731c4.376 0 7.022.402 9.362 1.017h19.84v8.644zm27.259-18.487c-5.8 0-9.157-3.36-9.157-9.161c0-5.793 3.356-8.95 9.157-8.95c5.9 0 9.258 3.157 9.258 8.95c0 5.801-3.357 9.161-9.258 9.161M186.04 80.171v-8.033l5.19-.71c1.425-.205 1.627-.509 1.627-2.038V39.48c0-1.116-.304-1.832-1.325-2.134l-5.492-1.935l1.118-8.238h21.061V69.39c0 1.63.098 1.833 1.629 2.039l5.188.71v8.032zm69.227-3.944c-4.376 2.135-10.785 4.068-16.586 4.068c-12.106 0-16.682-4.878-16.682-16.38V37.264c0-.61 0-1.017-.817-1.017h-7.12V27.19c8.955-1.02 12.513-5.496 13.632-16.585h9.666v14.45c0 .71 0 1.017.815 1.017h14.343v10.173H237.36v24.313c0 6.002 1.426 8.34 6.917 8.34c2.852 0 5.799-.71 8.24-1.626z"/><path fill="#de4c36" d="M104.529 49.53L58.013 3.017a6.86 6.86 0 0 0-9.703 0l-9.659 9.66l12.253 12.252a8.15 8.15 0 0 1 8.383 1.953a8.16 8.16 0 0 1 1.936 8.434L73.03 47.125c2.857-.984 6.154-.347 8.435 1.938a8.16 8.16 0 0 1 0 11.545a8.164 8.164 0 0 1-13.324-8.88L57.129 40.716l-.001 28.98a8.3 8.3 0 0 1 2.159 1.544a8.164 8.164 0 0 1 0 11.547c-3.19 3.19-8.36 3.19-11.545 0a8.164 8.164 0 0 1 2.672-13.328v-29.25a8.1 8.1 0 0 1-2.672-1.782c-2.416-2.413-2.997-5.958-1.759-8.925l-12.078-12.08L2.011 49.314a6.863 6.863 0 0 0 0 9.706l46.516 46.514a6.86 6.86 0 0 0 9.703 0l46.299-46.297a6.866 6.866 0 0 0 0-9.707"/></svg> </template>
CSS
.icon-git {
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%20256%20108%22%3E%3Cpath%20fill%3D%22%232f2707%22%20d%3D%22M152.984%2037.214c-5.597%200-9.765%202.748-9.765%209.362c0%204.983%202.747%208.443%209.463%208.443c5.693%200%209.56-3.355%209.56-8.65c0-6-3.46-9.155-9.258-9.155m-11.19%2046.701c-1.325%201.625-2.645%203.353-2.645%205.39c0%204.067%205.186%205.291%2012.31%205.291c5.9%200%2013.938-.414%2013.938-5.9c0-3.261-3.867-3.462-8.753-3.768zm30.113-46.394c1.828%202.34%203.764%205.597%203.764%2010.276c0%2011.292-8.851%2017.904-21.667%2017.904c-3.259%200-6.209-.406-8.038-.914l-3.359%205.39l9.969.61c17.602%201.122%2027.975%201.632%2027.975%2015.157c0%2011.702-10.272%2018.311-27.975%2018.311c-18.413%200-25.433-4.68-25.433-12.716c0-4.578%202.035-7.015%205.596-10.378c-3.358-1.419-4.476-3.961-4.476-6.71c0-2.24%201.118-4.273%202.952-6.208c1.83-1.93%203.864-3.865%206.306-6.103c-4.984-2.442-8.75-7.732-8.75-15.262c0-11.697%207.733-19.731%2023.295-19.731c4.376%200%207.022.402%209.362%201.017h19.84v8.644zm27.259-18.487c-5.8%200-9.157-3.36-9.157-9.161c0-5.793%203.356-8.95%209.157-8.95c5.9%200%209.258%203.157%209.258%208.95c0%205.801-3.357%209.161-9.258%209.161M186.04%2080.171v-8.033l5.19-.71c1.425-.205%201.627-.509%201.627-2.038V39.48c0-1.116-.304-1.832-1.325-2.134l-5.492-1.935l1.118-8.238h21.061V69.39c0%201.63.098%201.833%201.629%202.039l5.188.71v8.032zm69.227-3.944c-4.376%202.135-10.785%204.068-16.586%204.068c-12.106%200-16.682-4.878-16.682-16.38V37.264c0-.61%200-1.017-.817-1.017h-7.12V27.19c8.955-1.02%2012.513-5.496%2013.632-16.585h9.666v14.45c0%20.71%200%201.017.815%201.017h14.343v10.173H237.36v24.313c0%206.002%201.426%208.34%206.917%208.34c2.852%200%205.799-.71%208.24-1.626z%22%2F%3E%3Cpath%20fill%3D%22%23de4c36%22%20d%3D%22M104.529%2049.53L58.013%203.017a6.86%206.86%200%200%200-9.703%200l-9.659%209.66l12.253%2012.252a8.15%208.15%200%200%201%208.383%201.953a8.16%208.16%200%200%201%201.936%208.434L73.03%2047.125c2.857-.984%206.154-.347%208.435%201.938a8.16%208.16%200%200%201%200%2011.545a8.164%208.164%200%200%201-13.324-8.88L57.129%2040.716l-.001%2028.98a8.3%208.3%200%200%201%202.159%201.544a8.164%208.164%200%200%201%200%2011.547c-3.19%203.19-8.36%203.19-11.545%200a8.164%208.164%200%200%201%202.672-13.328v-29.25a8.1%208.1%200%200%201-2.672-1.782c-2.416-2.413-2.997-5.958-1.759-8.925l-12.078-12.08L2.011%2049.314a6.863%206.863%200%200%200%200%209.706l46.516%2046.514a6.86%206.86%200%200%200%209.703%200l46.299-46.297a6.866%206.866%200%200%200%200-9.707%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%20256%20108%22%3E%3Cpath%20fill%3D%22%232f2707%22%20d%3D%22M152.984%2037.214c-5.597%200-9.765%202.748-9.765%209.362c0%204.983%202.747%208.443%209.463%208.443c5.693%200%209.56-3.355%209.56-8.65c0-6-3.46-9.155-9.258-9.155m-11.19%2046.701c-1.325%201.625-2.645%203.353-2.645%205.39c0%204.067%205.186%205.291%2012.31%205.291c5.9%200%2013.938-.414%2013.938-5.9c0-3.261-3.867-3.462-8.753-3.768zm30.113-46.394c1.828%202.34%203.764%205.597%203.764%2010.276c0%2011.292-8.851%2017.904-21.667%2017.904c-3.259%200-6.209-.406-8.038-.914l-3.359%205.39l9.969.61c17.602%201.122%2027.975%201.632%2027.975%2015.157c0%2011.702-10.272%2018.311-27.975%2018.311c-18.413%200-25.433-4.68-25.433-12.716c0-4.578%202.035-7.015%205.596-10.378c-3.358-1.419-4.476-3.961-4.476-6.71c0-2.24%201.118-4.273%202.952-6.208c1.83-1.93%203.864-3.865%206.306-6.103c-4.984-2.442-8.75-7.732-8.75-15.262c0-11.697%207.733-19.731%2023.295-19.731c4.376%200%207.022.402%209.362%201.017h19.84v8.644zm27.259-18.487c-5.8%200-9.157-3.36-9.157-9.161c0-5.793%203.356-8.95%209.157-8.95c5.9%200%209.258%203.157%209.258%208.95c0%205.801-3.357%209.161-9.258%209.161M186.04%2080.171v-8.033l5.19-.71c1.425-.205%201.627-.509%201.627-2.038V39.48c0-1.116-.304-1.832-1.325-2.134l-5.492-1.935l1.118-8.238h21.061V69.39c0%201.63.098%201.833%201.629%202.039l5.188.71v8.032zm69.227-3.944c-4.376%202.135-10.785%204.068-16.586%204.068c-12.106%200-16.682-4.878-16.682-16.38V37.264c0-.61%200-1.017-.817-1.017h-7.12V27.19c8.955-1.02%2012.513-5.496%2013.632-16.585h9.666v14.45c0%20.71%200%201.017.815%201.017h14.343v10.173H237.36v24.313c0%206.002%201.426%208.34%206.917%208.34c2.852%200%205.799-.71%208.24-1.626z%22%2F%3E%3Cpath%20fill%3D%22%23de4c36%22%20d%3D%22M104.529%2049.53L58.013%203.017a6.86%206.86%200%200%200-9.703%200l-9.659%209.66l12.253%2012.252a8.15%208.15%200%200%201%208.383%201.953a8.16%208.16%200%200%201%201.936%208.434L73.03%2047.125c2.857-.984%206.154-.347%208.435%201.938a8.16%208.16%200%200%201%200%2011.545a8.164%208.164%200%200%201-13.324-8.88L57.129%2040.716l-.001%2028.98a8.3%208.3%200%200%201%202.159%201.544a8.164%208.164%200%200%201%200%2011.547c-3.19%203.19-8.36%203.19-11.545%200a8.164%208.164%200%200%201%202.672-13.328v-29.25a8.1%208.1%200%200%201-2.672-1.782c-2.416-2.413-2.997-5.958-1.759-8.925l-12.078-12.08L2.011%2049.314a6.863%206.863%200%200%200%200%209.706l46.516%2046.514a6.86%206.86%200%200%200%209.703%200l46.299-46.297a6.866%206.866%200%200%200%200-9.707%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/git.svg?color=%231a73e8&size=48