Kijk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kijk 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/342498.svg" alt="Kijk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342498.svg" alt="Kijk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342498.svg" alt="Kijk icon" :width="24" :height="24" />
CSS background
.icon-kijk {
background-image: url('https://proicons.com/icon/342498.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="M4.5,24C11.3316,15.9211,15.3507,12.1494,24,12.1494S36.6684,15.9211,43.5,24"/><path class="a" d="M4.5,24C11.3316,32.0789,15.3507,35.8506,24,35.8506S36.6684,32.0789,43.5,24"/><line class="a" x1="21.9555" y1="19.2182" x2="21.9555" y2="28.4691"/><path class="a" d="M25.9676,19.2182v9.2509a2.3127,2.3127,0,0,1-2.3127,2.3127h0"/><line class="a" x1="14.5" y1="19.2182" x2="14.5" y2="28.4691"/><polyline class="a" points="19.472 28.469 15.663 23.844 19.472 19.249"/><line class="a" x1="15.6634" y1="23.8436" x2="14.5" y2="23.8436"/><line class="a" x1="33.5" y1="19.2182" x2="33.5" y2="28.4691"/><polyline class="a" points="28.528 28.469 32.337 23.844 28.528 19.249"/><line class="a" x1="32.3366" y1="23.8436" x2="33.5" y2="23.8436"/></svg>
Copied!