Picap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Picap 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/331239.svg" alt="Picap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331239.svg" alt="Picap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331239.svg" alt="Picap icon" :width="24" :height="24" />
CSS background
.icon-picap {
background-image: url('https://proicons.com/icon/331239.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>.n{fill:#000;}.o{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="o" d="M10.5,22.723c0,1.0802.874,1.9558,1.9521,1.9558h0c1.0781,0,1.9521-.8756,1.9521-1.9558v-1.2713c0-1.0802-.874-1.9558-1.9521-1.9558h0c-1.0781,0-1.9521.8756-1.9521,1.9558"/><line id="e" class="o" x1="10.5" y1="19.496" x2="10.5" y2="27.3192"/><circle id="f" class="n" cx="17.4119" cy="16.9002" r=".7486"/><line id="g" class="o" x1="17.4119" y1="19.176" x2="17.4119" y2="24.3589"/><path id="h" class="o" d="M24.0667,23.704c-.3365.5886-.9696.9851-1.6951.9851h0c-1.0781,0-1.9521-.8756-1.9521-1.9558v-1.2713c0-1.0802.874-1.9558,1.9521-1.9558h0c.7241,0,1.3562.395,1.6931.9817"/><path id="i" class="o" d="M30.7833,22.7333c0,1.0802-.874,1.9558-1.9521,1.9558h0c-1.0781,0-1.9521-.8756-1.9521-1.9558v-1.2713c0-1.0802.874-1.9558,1.9521-1.9558h0c1.0781,0,1.9521.8756,1.9521,1.9558"/><line id="j" class="o" x1="30.7833" y1="24.6891" x2="30.7833" y2="19.5062"/><path id="k" class="o" d="M33.5957,22.7333c0,1.0802.874,1.9558,1.9521,1.9558h0c1.0781,0,1.9521-.8756,1.9521-1.9558v-1.2713c0-1.0802-.874-1.9558-1.9521-1.9558h0c-1.0781,0-1.9521.8756-1.9521,1.9558"/><line id="l" class="o" x1="33.5957" y1="19.5062" x2="33.5957" y2="27.3294"/><path id="m" class="o" d="M23.6213,26.3485c-.3435,3.3467-2.9628,5.879-6.0809,5.879-2.4403,0-4.6471-1.5659-5.6157-3.9846"/><rect class="o" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!