Pc Optimum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pc Optimum 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/345626.svg" alt="Pc Optimum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345626.svg" alt="Pc Optimum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345626.svg" alt="Pc Optimum icon" :width="24" :height="24" />
CSS background
.icon-pc-optimum {
background-image: url('https://proicons.com/icon/345626.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.7624,21.7549c-.0538,4.1514.0982,14.2979,3.9283,16.5503,1.8289,1.0754.1692-9.3099-3.4226-13.6948C14.5045,18.795,2.6381,15.4171,6.1351,13.6322c8.9682-4.577,22.1127-5.5528,22.3761.8073.1626,3.924-3.5252,6.6327-12.0456,11.6548"/><path class="b" d="m34.581,10.921l-1.4046-1.3038c-14.5889,4.0888-14.6771,30.7219,9.3236,11.8958"/></svg>
Copied!