Mijnuva Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mijnuva 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/329277.svg" alt="Mijnuva icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329277.svg" alt="Mijnuva icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329277.svg" alt="Mijnuva icon" :width="24" :height="24" />
CSS background
.icon-mijnuva {
background-image: url('https://proicons.com/icon/329277.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="19.5" y1="19.5" x2="28.5" y2="28.5"/><line class="a" x1="28.5" y1="19.5" x2="19.5" y2="28.5"/><line class="a" x1="19.5" y1="5.5" x2="28.5" y2="14.5"/><line class="a" x1="28.5" y1="5.5" x2="19.5" y2="14.5"/><line class="a" x1="19.5" y1="33.5" x2="28.5" y2="42.5"/><line class="a" x1="28.5" y1="33.5" x2="19.5" y2="42.5"/><path class="a" d="M15.282,17.6355v7.3432c0,5.3858,1.5591,7,7,7,4.1759,0,10.436,0,10.436-4.25"/><polyline class="a" points="32.718 31.979 32.718 23.261 32.718 17.636"/></svg>
Copied!