Kizzy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kizzy 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/342541.svg" alt="Kizzy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342541.svg" alt="Kizzy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342541.svg" alt="Kizzy icon" :width="24" :height="24" />
CSS background
.icon-kizzy {
background-image: url('https://proicons.com/icon/342541.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="i" cx="13.1675" cy="35.9683" r="1.5592"/><circle id="c" class="i" cx="33.7665" cy="24.9309" r="1.5592"/><path id="d" class="i" d="M15.4938,18.4095c5.1816,3.3827.6667,8.0733,2.7041,12.5757,1.4364-5.367,7.1961-4.2953,10.2442-8.5224-5.5901,1.9487-7.1871-4.1045-12.9483-4.0533Z"/><path id="e" class="i" d="M25.322,20.592c2.145-.3807,4.3948-.8771,5.8541-1.7673,4.5118-2.7523,13.5774.5425,7.6663,10.1857"/><path id="f" class="i" d="M16.2738,5.8338c-10.1509-2.375-11.2187,8.5763-5.9282,11.2557,1.6129.8168,2.9431,2.1239,4.6281,4.0222"/><path id="g" class="i" d="M21.968,29.3742c-.9674,1.3195-1.8063,3.7724-1.8981,7.587-.1179,4.9012-10.5173,9.6577-12.5843-.3118"/><circle id="h" class="i" cx="15.4418" cy="11.602" r="1.5592"/></svg>
Copied!