Scp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scp 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/332485.svg" alt="Scp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332485.svg" alt="Scp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332485.svg" alt="Scp icon" :width="24" :height="24" />
CSS background
.icon-scp {
background-image: url('https://proicons.com/icon/332485.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><circle class="c" cx="24" cy="25.4008" r="11.2095"/><path class="c" d="m21.7278,19.6877l2.2722,3.944,2.2722-3.944h-4.5444Z"/><line class="c" x1="23.9996" y1="19.6877" x2="23.9996" y2="12.4222"/><path class="c" d="m20.1885,30.2251l2.2795-3.9398-4.5517.0042,2.2722,3.9356Z"/><line class="c" x1="19.0526" y1="28.2577" x2="12.7604" y2="31.8905"/><path class="c" d="m30.0838,26.2895l-4.5517-.0042,2.2795,3.9398,2.2722-3.9356Z"/><line class="c" x1="28.9479" y1="28.2569" x2="35.24" y2="31.8897"/><path class="c" d="m41.5845,28.2511c.1498-.9304.2488-1.8777.2488-2.8503,0-7.6193-4.7872-14.1045-11.5108-16.6585l-1.0632-3.9764h-10.5186l-1.0632,3.9764c-6.7236,2.554-11.5108,9.0391-11.5108,16.6585,0,.9726.099,1.92.2488,2.8503l-2.9155,2.9124,2.6296,4.5547,2.6297,4.5547,3.9606-1.0635c3.0737,2.5138,6.9996,4.0247,11.2801,4.0247s8.2064-1.5109,11.2801-4.0247l3.9606,1.0635,2.6297-4.5547,2.6296-4.5547-2.9155-2.9124Z"/></svg>
Copied!