Virtual Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Virtual 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/320948.svg" alt="Virtual icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320948.svg" alt="Virtual icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320948.svg" alt="Virtual icon" :width="24" :height="24" />
CSS background
.icon-virtual {
background-image: url('https://proicons.com/icon/320948.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="virtual_00000167354409762968319320000017492309280650537393_" d="M16,30.36c-6.211,0-11.797-4.099-13.678-10H1 c-0.199,0-0.36-0.161-0.36-0.36v-8c0-0.199,0.161-0.36,0.36-0.36h1.322c1.881-5.901,7.467-10,13.678-10 c6.212,0,11.797,4.099,13.678,10H31c0.199,0,0.36,0.161,0.36,0.36v8c0,0.199-0.161,0.36-0.36,0.36h-1.322 C27.797,26.262,22.212,30.36,16,30.36z M3.08,20.36c1.853,5.488,7.097,9.28,12.92,9.28s11.067-3.792,12.92-9.279h-3.522 c-1.649,3.54-5.241,6-9.397,6c-2.767,0-5.369-1.078-7.326-3.034l0.509-0.51c1.821,1.821,4.242,2.823,6.817,2.823 c3.747,0,7.002-2.148,8.597-5.279L3.08,20.36L3.08,20.36z M25.7,19.64h4.939v-7.28H25.7c0.427,1.133,0.66,2.36,0.66,3.64 S26.127,18.507,25.7,19.64z M1.36,19.64h23.567c0.46-1.123,0.713-2.353,0.713-3.64s-0.253-2.516-0.713-3.64H7.065 c-0.299,0.741-0.51,1.53-0.619,2.355C6.978,14.9,7.36,15.406,7.36,16c0,0.75-0.61,1.36-1.36,1.36S4.64,16.75,4.64,16 c0-0.656,0.467-1.205,1.086-1.333c0.103-0.804,0.295-1.576,0.567-2.308H1.36V19.64z M6,15.36c-0.353,0-0.64,0.287-0.64,0.64 S5.647,16.64,6,16.64S6.64,16.353,6.64,16S6.353,15.36,6,15.36z M25.397,11.64h3.522C27.067,6.152,21.823,2.36,16,2.36 S4.933,6.152,3.08,11.64h3.512c1.646-3.577,5.249-6,9.408-6C20.156,5.64,23.748,8.1,25.397,11.64z M7.391,11.64h17.206 C23.002,8.509,19.747,6.36,16,6.36C12.248,6.36,8.982,8.479,7.391,11.64z M16,17.36c-0.75,0-1.36-0.61-1.36-1.36 s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S16.75,17.36,16,17.36z M16,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S16.353,15.36,16,15.36z M11,17.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36 S11.75,17.36,11,17.36z M11,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,15.36,11,15.36z "/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!