Pcstartshutdown Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pcstartshutdown 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/331076.svg" alt="Pcstartshutdown icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331076.svg" alt="Pcstartshutdown icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331076.svg" alt="Pcstartshutdown icon" :width="24" :height="24" />
CSS background
.icon-pcstartshutdown {
background-image: url('https://proicons.com/icon/331076.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:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><circle class="a" cx="14" cy="14" r="8.5"/><circle class="a" cx="34" cy="14" r="8.5"/><circle class="a" cx="14" cy="34" r="8.5"/><circle class="a" cx="34" cy="34" r="8.5"/><line class="a" x1="30.5" y1="17.5" x2="37.5" y2="10.5"/><line class="a" x1="30.5" y1="10.5" x2="37.5" y2="17.5"/><path class="a" d="M12,9.9679a4.5,4.5,0,1,0,4,0"/><line class="a" x1="14" y1="8.5" x2="14" y2="13"/><path class="a" d="M9.5,34a4.5,4.5,0,1,0,1.318-3.182"/><circle class="b" cx="34" cy="38.5571" r="0.75"/><path class="a" d="M31.2343,31.2657a2.7657,2.7657,0,0,1,5.5314,0,2.4769,2.4769,0,0,1-.81,1.9557c-.5724.4591-1.9656,1.2113-1.9656,2.3815V35.98"/><polyline class="a" points="11.524 28.192 10.818 30.818 13.444 31.524"/></svg>
Copied!