Kwikefis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kwikefis 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/342689.svg" alt="Kwikefis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342689.svg" alt="Kwikefis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342689.svg" alt="Kwikefis icon" :width="24" :height="24" />
CSS background
.icon-kwikefis {
background-image: url('https://proicons.com/icon/342689.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="M39.675,30.6V27.3l-13.2-8.25V9.975a2.475,2.475,0,0,0-4.95,0V19.05L8.325,27.3v3.3l13.2-4.125V35.55l-3.3,2.475V40.5L24,38.85l5.775,1.65V38.025l-3.3-2.475V26.475Z"/><circle class="a" cx="24" cy="24" r="21.5"/><line class="a" x1="34.395" y1="24" x2="45.5" y2="24"/><line class="a" x1="2.5" y1="24" x2="13.605" y2="24"/><line class="a" x1="24" y1="2.5" x2="24" y2="4.5"/><line class="a" x1="34.7576" y1="5.3848" x2="33.7569" y2="7.1165"/><line class="a" x1="42.6283" y1="13.2652" x2="40.8955" y2="14.2638"/><line class="a" x1="13.2424" y1="5.3848" x2="14.2431" y2="7.1165"/><line class="a" x1="5.3717" y1="13.2652" x2="7.1045" y2="14.2638"/></svg>
Copied!