Pc Builder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Builder 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/331061.svg" alt="Pc Builder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331061.svg" alt="Pc Builder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331061.svg" alt="Pc Builder icon" :width="24" :height="24" />
CSS background
.icon-pc-builder {
background-image: url('https://proicons.com/icon/331061.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M11.4955,18.8439l12.504-7.2185v-3.0938l-12.504,7.2185v3.0938Z"/><path class="c" d="M15.2315,30.2239l-7.468,4.3123c-.4813.279-.6454.8954-.3663,1.3768.0881.152.2144.2782.3663.3663l7.468,4.3123c.4819.2781,1.098.1128,1.376-.369.0882-.1528.1347-.3261.1349-.5025v-8.6248c-.0006-.5564-.452-1.0069-1.0084-1.0064-.1764.0002-.3497.0467-.5025.1349v.0002Z"/><path class="c" d="M41.2425,15.2059l-21.983,12.694c-.3114.1798-.5033.5119-.5036.8715v13.278c.0003.3596.1923.6917.5036.8715l4.2357,2.4454c.3117.1799.6956.1799,1.0073,0l17.749-10.248c.3114-.1798.5033-.512.5036-.8715l-.002-3.8599c-.0006-.5564-.452-1.0069-1.0084-1.0064-.1764.0002-.3497.0467-.5025.1348l-17.243,9.9567v-9.2839l18.251-10.535c.3114-.1798.5033-.512.5036-.8715v-2.7031c-.0006-.5564-.452-1.0069-1.0084-1.0064-.1764.0002-.3497.0467-.5025.1348l-.0005-.0011Z"/><path class="c" d="M31.7625,7.4064c-.3114.1798-.5033.5119-.5036.8715v8.6228c.0006.5564.4521,1.0069,1.0084,1.0064.1764-.0002.3497-.0467.5025-.1348l7.466-4.3123c.4813-.279.6454-.8954.3663-1.3768-.0881-.152-.2144-.2782-.3663-.3663l-7.466-4.3104c-.3117-.1799-.6956-.1799-1.0073,0h0Z"/><path class="c" d="M23.4955,2.6338L5.7485,12.8818c-.3114.1798-.5033.5119-.5036.8715v18.168c.0006.5564.452,1.0069,1.0084,1.0064.1764-.0002.3497-.0467.5025-.1348l4.2357-2.4454c.3114-.1798.5033-.5119.5036-.8715v-4.4442l17.246-9.9567c.3114-.1798.5033-.5119.5036-.8715V5.9525c-.0003-.3596-.1923-.6917-.5036-.8715l-4.2376-2.4474c-.3117-.1799-.6956-.1799-1.0073,0l-.0007.0002Z"/></svg>
Copied!