Mpvkt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mpvkt 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/344183.svg" alt="Mpvkt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344183.svg" alt="Mpvkt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344183.svg" alt="Mpvkt icon" :width="24" :height="24" />
CSS background
.icon-mpvkt {
background-image: url('https://proicons.com/icon/344183.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M21.264,5.8802l13.7071,13.6538c2.5767,2.5776,2.9194,6.4159.4016,8.7009-2.5178,2.285-6.3095,3.1417-9.5039,0l-13.7071-13.7876c-2.1489-2.3696-1.3026-6.4207.7764-8.3261,2.079-1.9054,6.0847-2.3112,8.326-.2409Z"/><path id="d" class="e" d="M35.3727,28.2349l-13.4795,13.5129c-3.0667,2.6124-6.8819,2.0428-8.9706,0-2.0887-2.0428-2.8708-5.8875-.1905-8.5567l9.1709-8.9454"/></svg>
Copied!