Mpvex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mpvex 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/329623.svg" alt="Mpvex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329623.svg" alt="Mpvex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329623.svg" alt="Mpvex icon" :width="24" :height="24" />
CSS background
.icon-mpvex {
background-image: url('https://proicons.com/icon/329623.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M10.6235,7.9805l.0822,32.0424c.0003.2638.1995.4774.445.4771.0785,0,.1556-.0225.2234-.0651l25.7809-16.0973c.2125-.1321.2852-.4242.1623-.6526-.0394-.0732-.0962-.1339-.1645-.1758L11.289,7.5638c-.2128-.1316-.4845-.0529-.607.1757-.0392.0732-.0596.1562-.0592.2406l.0007.0004Z"/></svg>
Copied!