Proccd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proccd 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/331628.svg" alt="Proccd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331628.svg" alt="Proccd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331628.svg" alt="Proccd icon" :width="24" :height="24" />
CSS background
.icon-proccd {
background-image: url('https://proicons.com/icon/331628.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><rect class="b" x="10" y="12" width="28" height="17.5" rx="3" ry="3"/><path class="b" d="M10,24.5h-4.5"/><path class="b" d="M32,29.5c0,4.0101-1.2776,13-3,13M31.5,12c0-.9582.0871-1.6883,1-1.6883h2.4452c1.2385,0,3.9324-.291,2.7548-4.8117"/><path class="b" d="M11.41,34.739h6c.8284,0,1.5.6716,1.5,1.5h0c0,.8284-.6716,1.5-1.5,1.5h-6c-.8284,0-1.5-.6716-1.5-1.5h0c0-.8284.6716-1.5,1.5-1.5Z"/><path class="b" d="M11.41,34.739h3c.8284,0,1.5.6716,1.5,1.5h0c0,.8284-.6716,1.5-1.5,1.5h-3c-.8284,0-1.5-.6716-1.5-1.5h0c0-.8284.6716-1.5,1.5-1.5Z"/><circle class="b" cx="25.955" cy="36.239" r="1.5"/><circle class="b" cx="21.722" cy="31.517" r=".75"/><circle class="b" cx="19.869" cy="31.517" r=".75"/><circle class="b" cx="23.576" cy="31.517" r=".75"/><circle class="b" cx="33.93" cy="8.3951" r=".75"/><circle class="b" cx="32.076" cy="8.3951" r=".75"/><circle class="b" cx="35.784" cy="8.3951" r=".75"/><path class="b" d="M12,9h15.5"/><path class="b" d="M13.65,14.69l-.3289,1.7176.9867-.2193-.402,2.083.804-.402"/><path class="b" d="M13.357,17.651l.5482.6213"/><path class="b" d="M23.679,21.534v-4.0023h1.3177c.745,0,1.3489.6018,1.3489,1.3441s-.6039,1.3441-1.3489,1.3441h-1.3177"/><path class="b" d="M27.778,21.534v-4.0023h1.3177c.745,0,1.3489.6018,1.3489,1.3441s-.6039,1.3441-1.3489,1.3441h-1.3177"/><line class="b" x1="29.096" y1="20.22" x2="30.413" y2="21.533"/><path class="b" d="M26.346,25.757v.0164c0,.7322-.5969,1.3258-1.3333,1.3258s-1.3333-.5935-1.3333-1.3258v-1.3508c0-.7322.5969-1.3258,1.3333-1.3258s1.3333.5935,1.3333,1.3258v.0164"/><path class="b" d="M30.445,25.757v.0164c0,.7322-.5969,1.3258-1.3333,1.3258s-1.3333-.5935-1.3333-1.3258v-1.3508c0-.7322.5969-1.3258,1.3333-1.3258s1.3333.5935,1.3333,1.3258v.0164"/><path class="b" d="M31.877,27.099v-4.0023h.9057c.9726,0,1.761.784,1.761,1.751v.5003c0,.9671-.7884,1.751-1.761,1.751h-.9057Z"/><path class="b" d="M33.2105,17.532h0c.7365,0,1.3335.597,1.3335,1.3335v1.3353c0,.7365-.597,1.3335-1.3335,1.3335h0c-.7365,0-1.3335-.597-1.3335-1.3335v-1.3353c0-.7365.597-1.3335,1.3335-1.3335Z"/></svg>
Copied!