Ktweak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ktweak 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/342658.svg" alt="Ktweak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342658.svg" alt="Ktweak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342658.svg" alt="Ktweak icon" :width="24" :height="24" />
CSS background
.icon-ktweak {
background-image: url('https://proicons.com/icon/342658.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="M31.15,21.9807s-3.5375,4.5046-7.86,4.5046a5.543,5.543,0,1,0,0,11.086c9.5388,0,9.8961-11.4948,7.86-15.59Z"/><path class="a" d="M26.4783,4.5S38.53,10.553,38.53,29.0011a14.53,14.53,0,0,1-29.0608,0c0-11.4466,5.84-16.3118,5.84-16.3118-.042,4.0627,2.836,6.9344,6.3862,6.9344a6.4212,6.4212,0,0,0,6.4283-6.4143c0-6.715-1.645-8.7094-1.645-8.7094"/></svg>
Copied!