Pikit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pikit 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/345818.svg" alt="Pikit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345818.svg" alt="Pikit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345818.svg" alt="Pikit icon" :width="24" :height="24" />
CSS background
.icon-pikit {
background-image: url('https://proicons.com/icon/345818.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="M9.0259,16.7131C1.31,28.9823,5.1452,34.5261,8.2143,37.1617c3.0718,2.6992,13.36,4.48,17.813,4.6078,4.48.129,14.1777.2308,16.7224-3.7989"/><path class="a" d="M9.0259,16.7131C16.7418,4.4439,23.3853,5.5345,27.1115,7.17s9.8154,10.088,11.8148,14.0868c2.0448,3.99,6.3345,12.7236,3.79,16.7224"/><path class="a" d="M11.1889,13.5322C5.2815,20.9664,7.2082,25.9831,9.1258,28.8005c2.263,3.399,11.7239,7.7795,15.9954,9.07,4.29,1.2814,13.6324,3.8989,17.1768.668"/><path class="a" d="M15.4058,9.17c-4.6623,4.7259-4.1079,9.0338-3.1536,11.8148C13.5609,24.8562,21.6131,31.527,25.43,33.89c3.8171,2.3539,12.1783,7.307,16.3589,5.09"/></svg>
Copied!