Pc Creator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Creator 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/345621.svg" alt="Pc Creator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345621.svg" alt="Pc Creator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345621.svg" alt="Pc Creator icon" :width="24" :height="24" />
CSS background
.icon-pc-creator {
background-image: url('https://proicons.com/icon/345621.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,.b{fill:none;stroke:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}</style></defs><path class="a" d="M25.7984,39.355,14.2762,37.2667V7.5117L25.55,4.5Z"/><path class="a" d="M25.7984,39.355,34.1461,32.39V14.0246L25.5492,4.5005"/><path class="a" d="M15.3836,37.5546,13.7214,40.527,25.1573,43.5l-.1282-4.1283"/><path class="a" d="M33.8741,32.8828l.4045,2.3491-2.8126-.48"/><path class="b" d="M18.968,8.587l1.6705,7.9768"/><path class="b" d="M21.8549,8.5861l-3.937,7.6714"/><path class="b" d="M23.3169,11.166,16.6,13.6991"/><path class="b" d="M22.7963,14.5l-5.6892-3.68"/><path class="b" d="M19.2056,28.3416l1.47,8.378"/><path class="b" d="M21.8993,29.0935,17.9763,35.62"/><path class="b" d="M22.9106,35.201c-.1434,0-5.9186-5.34-5.9186-5.34"/><path class="b" d="M23.3976,32.0312l-6.7906.8667"/><path class="b" d="M20.5942,26.6256l-1.78-8.6926"/><path class="b" d="M21.7914,18.2643l-4.2576,7.5894"/><path class="b" d="M23.3931,21.2682l-7.2176,1.8624"/><path class="b" d="M22.8652,24.59l-6.1293-4.7012"/></svg>
Copied!