Karafun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Karafun 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/342391.svg" alt="Karafun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342391.svg" alt="Karafun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342391.svg" alt="Karafun icon" :width="24" :height="24" />
CSS background
.icon-karafun {
background-image: url('https://proicons.com/icon/342391.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><line class="a" x1="15.9907" y1="13.3084" x2="15.9907" y2="34.2523"/><polyline class="a" points="27.514 13.645 19.187 26.093 15.991 26.093"/><path class="a" d="M35.8411,34.2523c-2.1448,2.1449-3.028,2.4393-4.7944,2.4393-4.1775,0-6.8131-10.5981-11.86-10.5981"/><line class="a" x1="14.1589" y1="13.3084" x2="17.8224" y2="13.3084"/><line class="a" x1="25.4299" y1="13.3084" x2="29.0935" y2="13.3084"/><line class="a" x1="14.1589" y1="34.2523" x2="17.8224" y2="34.2523"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!