Vectras Vm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vectras Vm 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/334669.svg" alt="Vectras Vm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334669.svg" alt="Vectras Vm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334669.svg" alt="Vectras Vm icon" :width="24" :height="24" />
CSS background
.icon-vectras-vm {
background-image: url('https://proicons.com/icon/334669.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="h" x="5.5" y="5.5" width="37" height="37" rx="4.2162" ry="4.2162"/><rect id="d" class="h" x="13.2883" y="13.2883" width="21.4233" height="21.4233" rx="2.4412" ry="2.4412"/><path id="e" class="h" d="M19.0703,16.6875c-1.3202,0-2.3828,1.0626-2.3828,2.3828v3.7148h6.0977v-6.0977h-3.7148ZM25.2148,16.6875v6.0977h6.0977v-3.7148c0-1.3202-1.0626-2.3828-2.3828-2.3828h-3.7148ZM16.6875,25.2148v3.7148c0,1.3202,1.0626,2.3828,2.3828,2.3828h3.7148v-6.0977h-6.0977ZM25.2148,25.2148v6.0977h3.7148c1.3202,0,2.3828-1.0626,2.3828-2.3828v-3.7148h-6.0977Z"/><path id="f" class="h" d="M41.2678,41.2678l-7.2696-7.2696"/><path id="g" class="h" d="M6.7322,6.7322l7.2696,7.2696"/></svg>
Copied!