Kijiji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kijiji 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/342496.svg" alt="Kijiji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342496.svg" alt="Kijiji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342496.svg" alt="Kijiji icon" :width="24" :height="24" />
CSS background
.icon-kijiji {
background-image: url('https://proicons.com/icon/342496.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#fff;stroke-width:0px;}</style></defs><path class="d" d="M22.4824,20.0895v8.5818c0,1.3542-1.0874,2.452-2.4289,2.452h0"/><circle class="e" cx="17.3145" cy="17.9326" r=".75"/><circle class="e" cx="22.4824" cy="17.9326" r=".75"/><circle class="e" cx="27.6503" cy="17.9326" r=".75"/><circle class="e" cx="32.8182" cy="17.9326" r=".75"/><circle class="e" cx="37.9861" cy="17.9326" r=".75"/><line class="d" x1="17.3145" y1="20.0895" x2="17.3145" y2="26.5872"/><line class="d" x1="27.6503" y1="20.0895" x2="27.6503" y2="26.5872"/><path class="d" d="M32.8182,20.0895v8.1729c0,1.3542-1.0874,2.452-2.4289,2.452h0"/><line class="d" x1="37.9861" y1="20.0895" x2="37.9861" y2="26.5872"/><line class="d" x1="9.2639" y1="16.8767" x2="9.2639" y2="26.6845"/><line class="d" x1="9.265" y1="24.6003" x2="13.7044" y2="20.1827"/><line class="d" x1="10.6779" y1="23.1945" x2="14.1678" y2="26.669"/><path id="c" class="d" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/></svg>
Copied!