Pc Simulator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Simulator 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/345628.svg" alt="Pc Simulator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345628.svg" alt="Pc Simulator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345628.svg" alt="Pc Simulator icon" :width="24" :height="24" />
CSS background
.icon-pc-simulator {
background-image: url('https://proicons.com/icon/345628.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="20.143" height="24.9" rx="2" ry="2"/><rect class="c" x="27.643" y="5.5" width="14.857" height="11.1" rx="2" ry="2"/><rect class="c" x="5.5" y="32.3" width="15.857" height="10.1" rx="2" ry="2"/><path class="c" d="M30.75,24.5h9.5c1.2426,0,2.25,1.0074,2.25,2.25h0c0,1.2426-1.0074,2.25-2.25,2.25h-9.5c-1.2426,0-2.25-1.0074-2.25-2.25h0c0-1.2426,1.0074-2.25,2.25-2.25Z"/><path class="c" d="M30.75,29h9.5c1.2426,0,2.25,1.0074,2.25,2.25h0c0,1.2426-1.0074,2.25-2.25,2.25h-9.5c-1.2426,0-2.25-1.0074-2.25-2.25h0c0-1.2426,1.0074-2.25,2.25-2.25Z"/><path class="c" d="M30.75,33.5h9.5c1.2426,0,2.25,1.0074,2.25,2.25h0c0,1.2426-1.0074,2.25-2.25,2.25h-9.5c-1.2426,0-2.25-1.0074-2.25-2.25h0c0-1.2426,1.0074-2.25,2.25-2.25Z"/><path class="c" d="M30.75,38h9.5c1.2426,0,2.25,1.0074,2.25,2.25h0c0,1.2426-1.0074,2.25-2.25,2.25h-9.5c-1.2426,0-2.25-1.0074-2.25-2.25h0c0-1.2426,1.0074-2.25,2.25-2.25Z"/><path class="c" d="M9.4715,21.95v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><path class="c" d="M21.671,19.267v.0328c0,1.4636-1.1864,2.65-2.65,2.65s-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65s2.65,1.1864,2.65,2.65v.0328"/></svg>
Copied!