Proxmox Virtual Environment Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proxmox Virtual Environment 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/346234.svg" alt="Proxmox Virtual Environment icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346234.svg" alt="Proxmox Virtual Environment icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346234.svg" alt="Proxmox Virtual Environment icon" :width="24" :height="24" />
CSS background
.icon-proxmox-virtual-environment {
background-image: url('https://proicons.com/icon/346234.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m24,24l9.9694-11.3358c3.591-3.5072,6.1594-2.195,8.5306.0532l-10.0208,11.2294,9.9181,11.389c-3.2151,3.1341-6.0518,2.7151-8.5819-.1064l-9.8153-11.2294Z"/><path id="d" class="g" d="m14.1847,35.2294c-2.5302,2.8216-5.3668,3.2405-8.5819.1064l9.9181-11.389L5.5,12.7174c2.3711-2.2482,4.9396-3.5605,8.5306-.0532l9.9694,11.3358-9.8153,11.2294Z"/><path id="e" class="g" d="m36.7696,9.4954c-2.1708-1.8701-3.8851-3.9651-7.2922-.0662l-5.4774,6.1687-5.4774-6.1687c-3.407-3.8989-5.1213-1.8038-7.2922.0662l12.7696,14.5046,12.7696-14.5046Z"/><path id="f" class="g" d="m11.2304,38.5046c2.1708,1.8701,3.8851,3.9651,7.2922.0662l5.4774-6.1687,5.4774,6.1687c3.407,3.8989,5.1213,1.8038,7.2922-.0662l-12.7695-14.5046-12.7696,14.5046Z"/></svg>
Copied!