Pc Creator 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Creator 2 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/331063.svg" alt="Pc Creator 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331063.svg" alt="Pc Creator 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331063.svg" alt="Pc Creator 2 icon" :width="24" :height="24" />
CSS background
.icon-pc-creator-2 {
background-image: url('https://proicons.com/icon/331063.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="a" 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 id="b" class="c" d="m35.84,37.121c0-1.6,1.5-2.9,3.2-2.6,1.1.2,2,1.2,2.1,2.3.1.8-.2,1.7-.8,2.2-1.1.9-4.5,3.5-4.5,3.5h5.3m4.36-4.021c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7Zm-22.635-13.91l-6.13-4.701m6.658,1.38l-7.218,1.862m5.616-4.867l-4.257,7.59m3.06.772l-1.78-8.693m4.584,14.098l-6.791.867m6.304,2.303c-.144,0-5.919-5.34-5.919-5.34m4.907-.767l-3.923,6.526m1.23-7.278l1.47,8.378m2.12-22.22l-5.689-3.68m6.21.346l-6.717,2.533m5.255-5.113l-3.937,7.672m1.05-7.671l1.67,7.977m13.236,16.319l.055.316m-1.447,1.726l-1.016-.173m-16.082,2.803l-1.663,2.972,11.436,2.973-.128-4.128m.77-.017l8.347-6.965V14.025l-8.596-9.525m.25,34.855l-11.523-2.088V7.512l11.273-3.012.25,34.855Z"/></svg>
Copied!