Myvca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myvca 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/344501.svg" alt="Myvca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344501.svg" alt="Myvca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344501.svg" alt="Myvca icon" :width="24" :height="24" />
CSS background
.icon-myvca {
background-image: url('https://proicons.com/icon/344501.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="rect1" class="cls-1" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="cls-1" d="M21.3498,24.5601v2.3267c0,.9518-.7716,1.7234-1.7234,1.7234h0c-.4759,0-.9068-.1929-1.2186-.5048"/><path class="cls-1" d="M21.3498,21.7165v2.8437c0,.9518-.7716,1.7234-1.7234,1.7234h0c-.9518,0-1.7234-.7716-1.7234-1.7234v-2.8437"/><path class="cls-1" d="M9.2976,23.4399c0-.9518.7716-1.7234,1.7234-1.7234h0c.9518,0,1.7234.7716,1.7234,1.7234v2.8437"/><line class="cls-1" x1="9.2976" y1="21.7165" x2="9.2976" y2="26.2836"/><path class="cls-1" d="M12.7445,23.4399c0-.9518.7716-1.7234,1.7234-1.7234h0c.9518,0,1.7234.7716,1.7234,1.7234v2.8437"/><polyline class="cls-1" points="27.0379 19.3898 24.7544 26.2836 22.4708 19.3898"/><path class="cls-1" d="M32.8979,23.9718v.0282c0,1.2612-1.0224,2.2836-2.2836,2.2836h0c-1.2612,0-2.2836-1.0224-2.2836-2.2836v-2.3267c0-1.2612,1.0224-2.2836,2.2836-2.2836h0c1.2612,0,2.2836,1.0224,2.2836,2.2836v.0282"/><line class="cls-1" x1="37.946" y1="24" x2="34.8917" y2="24"/><polyline class="cls-1" points="34.1353 26.2836 36.4189 19.3898 38.7024 26.2836"/></svg>
Copied!