Karttaselain Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Karttaselain 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/327837.svg" alt="Karttaselain icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327837.svg" alt="Karttaselain icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327837.svg" alt="Karttaselain icon" :width="24" :height="24" />
CSS background
.icon-karttaselain {
background-image: url('https://proicons.com/icon/327837.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M21.1463,43.4677v-4.8531c0-4.0783-5.496-9.5851-6.2356-10.3247-4.0249-3.7481-5.4311-9.6182-3.5362-14.8416,1.8949-5.2235,6.7129-8.7588,12.1851-8.9409s10.5073,3.0251,12.7341,8.1114c2.2268,5.0862,1.2012,11.0373-2.574,15.0255,0,0-6.7445,6.1507-6.7445,10.9704,0,3.5572-.0768,4.8854-.0768,4.8854"/><path id="d" class="e" d="M18.5125,23.8064c-3.2995-2.9567-3.5348-7.981-.5255-11.2228,3.0093-3.2418,8.1238-3.4738,11.4244-.5182,3.3006,2.9556,3.5376,7.9798.5295,11.2226s-8.1226,3.4765-11.4242.5221l-.0042-.0037Z"/></svg>
Copied!