Gittouch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gittouch 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/341076.svg" alt="Gittouch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341076.svg" alt="Gittouch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341076.svg" alt="Gittouch icon" :width="24" :height="24" />
CSS background
.icon-gittouch {
background-image: url('https://proicons.com/icon/341076.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="43.5 8.62 38.54 5.76 24.03 14.14 9.43 5.71 4.5 8.55 24.06 19.85 43.5 8.62"/><polygon class="a" points="4.5 8.55 4.5 14.25 19.1 22.68 19.1 39.43 24.06 42.29 24.06 19.85 4.5 8.55"/><polygon class="a" points="43.5 8.62 43.5 14.32 29.02 22.68 29.02 39.43 24.06 42.29 24.06 19.85 43.5 8.62"/></svg>
Copied!