Pc Express Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Express 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/345623.svg" alt="Pc Express icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345623.svg" alt="Pc Express icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345623.svg" alt="Pc Express icon" :width="24" :height="24" />
CSS background
.icon-pc-express {
background-image: url('https://proicons.com/icon/345623.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M31.6155,10.5584A1.1264,1.1264,0,0,0,30.2591,9.84c-1.0449.2613-10.6278,8.1129-4.9636,14.7689,4.476,5.26,14.2116-6.6878,14.2116-6.6878"/><path class="a" d="M20.4713,22.362c.505,3.1,3.1523,13.6717,5.3293,12.2784S22.8149,24.7689,19.74,22.9368c-3.3033-1.9681-11.0593-3.669-11.245-5.4281-.1979-1.8734,15.4945-9.306,18.2114-3.75s-6.5136,11.46-6.5136,11.46"/><rect class="a" x="13.2087" y="4.5" width="21.5825" height="39"/></svg>
Copied!