Gitjournal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gitjournal 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/341072.svg" alt="Gitjournal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341072.svg" alt="Gitjournal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341072.svg" alt="Gitjournal icon" :width="24" :height="24" />
CSS background
.icon-gitjournal {
background-image: url('https://proicons.com/icon/341072.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><path class="a" d="M43.0491,22.9115,25.0885,4.9509a1.5393,1.5393,0,0,0-2.177,0L4.9509,22.9115a1.5393,1.5393,0,0,0,0,2.177L22.9115,43.0491a1.5393,1.5393,0,0,0,2.177,0L43.0491,25.0885A1.5393,1.5393,0,0,0,43.0491,22.9115Z"/><path class="a" d="M22.988,20.94a1.7974,1.7974,0,1,1,1.8-1.7973h0A1.7983,1.7983,0,0,1,22.9882,20.94Z"/><path class="a" d="M22.988,36.4258a1.7974,1.7974,0,1,1,1.8-1.7974h0a1.7984,1.7984,0,0,1-1.7993,1.7974Z"/><path class="a" d="M31.9606,30.7635a1.7974,1.7974,0,1,1,1.8-1.7974,1.7984,1.7984,0,0,1-1.8,1.7974Z"/><path class="a" d="M18.2513,14.9322l3.2309,3.2271"/><path class="a" d="M23.9731,20.6478l6.7122,6.7044"/><path class="a" d="M22.988,21.1978V32.4864"/></svg>
Copied!