Vr Matkalla Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vr Matkalla 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/349454.svg" alt="Vr Matkalla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349454.svg" alt="Vr Matkalla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349454.svg" alt="Vr Matkalla icon" :width="24" :height="24" />
CSS background
.icon-vr-matkalla {
background-image: url('https://proicons.com/icon/349454.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="M13.4532,29.8241s1.8779,2.7787,3.71,2.7787c1.9066.0046,2.6519-1.0608,3.7394-2.3791l5.28-8.4515a3.4735,3.4735,0,0,1,2.6347-1.5254h8.0732c1.5641,0,1.4257,2.8965-.1413,2.8965H30.0264a2.7933,2.7933,0,0,0-2.443,1.5908l-1.98,3.2477,5.8386,0c1.7546,0,2.901,4.629,5.3235,4.629h5.0622l-2.8941-4.6987A6.0526,6.0526,0,0,0,43.5,22.0445c0-4.6262-3.2735-6.6321-4.9652-6.6321H25.3679a3.7159,3.7159,0,0,0-2.9658,1.932L17.32,25.7525l-5.0459-8.4117s-1.2818-1.95-2.9943-1.95L4.5,15.3889Z"/></svg>
Copied!