Ktw Store Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ktw Store 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/342657.svg" alt="Ktw Store icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342657.svg" alt="Ktw Store icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342657.svg" alt="Ktw Store icon" :width="24" :height="24" />
CSS background
.icon-ktw-store {
background-image: url('https://proicons.com/icon/342657.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M12.1268,17.8055c-2.0786,4.8859-1.0649,10.539,2.5818,14.3982l-3.7827,8.8491C3.1222,35.0939.3691,24.5989,4.2241,15.5682h0C8.886,4.6475,21.5181-.4263,32.4388,4.2355c10.9207,4.6618,15.9945,17.294,11.3327,28.2147h0c-3.855,9.0307-13.3385,14.3022-23.0398,12.7885l3.7739-8.8528c5.3095-.0359,10.0933-3.2143,12.1838-8.0951,2.1513-5.0407.963-10.6681-2.5743-14.4132l-4.6359,10.8694-5.8424.1079-3.9634-4.2938,4.6427-10.8665c-5.1513.036-10.0372,3.0706-12.1893,8.1109h0Z"/></svg>
Copied!