Git Coach Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Git Coach icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326507.svg" alt="Git Coach icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326507.svg" alt="Git Coach icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326507.svg" alt="Git Coach icon" :width="24" :height="24" />
CSS background
.icon-git-coach {
background-image: url('https://proicons.com/icon/326507.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m12.5861,6.0961c-.6787.1026-1.3882,3.8063-.8853,3.8063.8813,0,2.0694-.3278,2.2867-1.1655.2174-.8376-1.0079-2.7003-1.4015-2.6408Z"/><path class="c" d="m35.4657,6.0961c.6787.1026,1.3882,3.8063.8851,3.8063-.8812,0-2.0694-.3278-2.2866-1.1655-.2174-.8376,1.0079-2.7003,1.4015-2.6408Z"/><path class="c" d="m21.1954,17.3471c0,2.6866,2.2885,2.1096,2.7462,1.1941m0,0v-1.5324m0,1.5324c.4377.8757,2.8259,1.6319,2.8259-1.1941"/><path class="c" d="m38.1886,7.8463c4.4824,3.9402,7.3114,9.7167,7.3114,16.1537,0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24c0-6.4077,2.8031-12.1607,7.25-16.0996m5.2486-3.4311c2.7383-1.2641,5.7875-1.9693,9.0014-1.9693,3.1614,0,6.1635.6823,8.8669,1.9078"/><path class="c" d="m42.2246,35.023c-3.0127-23.0349-4.0178-31.7037-6.7989-31.6164-2.4854.078-4.1276,3.0943-4.757,4.3295-.0243.0475-.0832.0631-.1283.0345-3.5405-2.2454-10.1488-2.2556-13.1242-.0306-.0521.0391-.1277.0137-.1483-.0483-.4024-1.2109-2.6092-4.3729-4.5394-4.3729-3.2692,0-3.9191,8.9558-6.9642,31.7552"/><path class="c" d="m18.6199,14.5405c0,1.443-1.1698,2.6128-2.6128,2.6128s-2.6128-1.1698-2.6128-2.6128,1.1698-2.6128,2.6128-2.6128,2.6128,1.1698,2.6128,2.6128Z"/><path class="c" d="m34.6576,14.5405c0,1.443-1.1698,2.6128-2.6128,2.6128s-2.6128-1.1698-2.6128-2.6128,1.1698-2.6128,2.6128-2.6128,2.6128,1.1698,2.6128,2.6128Z"/><path class="c" d="m23.3296,16.5238l-1.1733-2.0272c-.2976-.5144.0735-1.1579.6676-1.1579h2.3466c.5942,0,.9653.6435.6676,1.1579l-1.1733,2.0272c-.2971.5132-1.0382.5132-1.3353,0Z"/></svg>
Copied!