Virtual Master Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Virtual Master 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/334785.svg" alt="Virtual Master icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334785.svg" alt="Virtual Master icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334785.svg" alt="Virtual Master icon" :width="24" :height="24" />
CSS background
.icon-virtual-master {
background-image: url('https://proicons.com/icon/334785.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M34.5845,22.5566v13.837l-10.5854,6.1064-10.5836-6.1064v-13.837"/><path id="c" class="e" d="M40.6208,32.6993V11.2786l-16.6223,10.0646L7.3792,11.2786v21.4207"/><path id="d" class="e" d="M36.5926,5.5l-12.5937,7.4232-12.5915-7.4232"/></svg>
Copied!