gitconnected logo
gitconnected from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- gitconnected
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the gitconnected logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.734 5.42C2.865 5.42 0 8.405 0 12.035c0 3.607 2.842 6.545 6.688 6.545c3.859 0 6.708-2.936 6.755-6.58l.002-.08c.03-2.19 1.504-3.967 3.797-3.967c2.268 0 3.87 1.838 3.87 4.082c0 2.222-1.483 4.037-3.823 4.037c-1.334 0-2.43-.657-3.107-1.656a7.6 7.6 0 0 1-1.41 2.53c1.163 1.013 2.71 1.634 4.47 1.634c3.893 0 6.758-2.986 6.758-6.592c0-3.63-2.841-6.568-6.71-6.568c-3.828 0-6.672 2.922-6.733 6.5c-.015.04 0 .101 0 .115c0 2.222-1.482 4.037-3.823 4.037c-2.244 0-3.845-1.84-3.845-4.084c0-2.221 1.482-4.035 3.799-4.035c1.232 0 2.254.554 2.943 1.41l1.385-2.449A6.75 6.75 0 0 0 6.734 5.42"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGitconnected(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="M6.734 5.42C2.865 5.42 0 8.405 0 12.035c0 3.607 2.842 6.545 6.688 6.545c3.859 0 6.708-2.936 6.755-6.58l.002-.08c.03-2.19 1.504-3.967 3.797-3.967c2.268 0 3.87 1.838 3.87 4.082c0 2.222-1.483 4.037-3.823 4.037c-1.334 0-2.43-.657-3.107-1.656a7.6 7.6 0 0 1-1.41 2.53c1.163 1.013 2.71 1.634 4.47 1.634c3.893 0 6.758-2.986 6.758-6.592c0-3.63-2.841-6.568-6.71-6.568c-3.828 0-6.672 2.922-6.733 6.5c-.015.04 0 .101 0 .115c0 2.222-1.482 4.037-3.823 4.037c-2.244 0-3.845-1.84-3.845-4.084c0-2.221 1.482-4.035 3.799-4.035c1.232 0 2.254.554 2.943 1.41l1.385-2.449A6.75 6.75 0 0 0 6.734 5.42"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.734 5.42C2.865 5.42 0 8.405 0 12.035c0 3.607 2.842 6.545 6.688 6.545c3.859 0 6.708-2.936 6.755-6.58l.002-.08c.03-2.19 1.504-3.967 3.797-3.967c2.268 0 3.87 1.838 3.87 4.082c0 2.222-1.483 4.037-3.823 4.037c-1.334 0-2.43-.657-3.107-1.656a7.6 7.6 0 0 1-1.41 2.53c1.163 1.013 2.71 1.634 4.47 1.634c3.893 0 6.758-2.986 6.758-6.592c0-3.63-2.841-6.568-6.71-6.568c-3.828 0-6.672 2.922-6.733 6.5c-.015.04 0 .101 0 .115c0 2.222-1.482 4.037-3.823 4.037c-2.244 0-3.845-1.84-3.845-4.084c0-2.221 1.482-4.035 3.799-4.035c1.232 0 2.254.554 2.943 1.41l1.385-2.449A6.75 6.75 0 0 0 6.734 5.42"/></svg> </template>
CSS
.icon-gitconnected {
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%22M6.734%205.42C2.865%205.42%200%208.405%200%2012.035c0%203.607%202.842%206.545%206.688%206.545c3.859%200%206.708-2.936%206.755-6.58l.002-.08c.03-2.19%201.504-3.967%203.797-3.967c2.268%200%203.87%201.838%203.87%204.082c0%202.222-1.483%204.037-3.823%204.037c-1.334%200-2.43-.657-3.107-1.656a7.6%207.6%200%200%201-1.41%202.53c1.163%201.013%202.71%201.634%204.47%201.634c3.893%200%206.758-2.986%206.758-6.592c0-3.63-2.841-6.568-6.71-6.568c-3.828%200-6.672%202.922-6.733%206.5c-.015.04%200%20.101%200%20.115c0%202.222-1.482%204.037-3.823%204.037c-2.244%200-3.845-1.84-3.845-4.084c0-2.221%201.482-4.035%203.799-4.035c1.232%200%202.254.554%202.943%201.41l1.385-2.449A6.75%206.75%200%200%200%206.734%205.42%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%22M6.734%205.42C2.865%205.42%200%208.405%200%2012.035c0%203.607%202.842%206.545%206.688%206.545c3.859%200%206.708-2.936%206.755-6.58l.002-.08c.03-2.19%201.504-3.967%203.797-3.967c2.268%200%203.87%201.838%203.87%204.082c0%202.222-1.483%204.037-3.823%204.037c-1.334%200-2.43-.657-3.107-1.656a7.6%207.6%200%200%201-1.41%202.53c1.163%201.013%202.71%201.634%204.47%201.634c3.893%200%206.758-2.986%206.758-6.592c0-3.63-2.841-6.568-6.71-6.568c-3.828%200-6.672%202.922-6.733%206.5c-.015.04%200%20.101%200%20.115c0%202.222-1.482%204.037-3.823%204.037c-2.244%200-3.845-1.84-3.845-4.084c0-2.221%201.482-4.035%203.799-4.035c1.232%200%202.254.554%202.943%201.41l1.385-2.449A6.75%206.75%200%200%200%206.734%205.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/gitconnected.svg?color=%231a73e8&size=48