Qoocam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qoocam 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/331775.svg" alt="Qoocam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331775.svg" alt="Qoocam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331775.svg" alt="Qoocam icon" :width="24" :height="24" />
CSS background
.icon-qoocam {
background-image: url('https://proicons.com/icon/331775.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><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M11.8499,27.7748l-2.5303-1.2777c-.7986-.4038-.8196-.8116-.8196-1.6172v-3.0235c0-.908.894-1.6323,1.6755-1.6313.7815,0,1.6775.8046,1.6775,1.6413v3.0727l-.5856.7574"/><path class="c" d="M27.8672,24.9332c0,1.0758-.8608,1.9366-1.9376,1.9366s-1.9366-.8608-1.9366-1.8653v-1.9376c0-1.0758.8608-1.9366,1.9366-1.8653,1.0768,0,1.8653.8608,1.8653,1.8653M20.5436,26.8698c-1.0229.0072-1.8581-.8162-1.8653-1.8391,0-.0087,0-.0175,0-.0262v-1.9376c0-1.0758.8608-1.9366,1.8653-1.9366,1.0651-.005,1.9326.8544,1.9376,1.9195,0,.0057,0,.0114,0,.0171v1.8663c.0044,1.0651-.8554,1.9322-1.9205,1.9366-.0057,0-.0114,0-.0171,0ZM15.229,26.8698c-1.0229.0072-1.8581-.8162-1.8653-1.8391,0-.0087,0-.0175,0-.0262v-1.9376c0-1.0758.8608-1.9366,1.8653-1.9366,1.0651-.005,1.9326.8544,1.9376,1.9195,0,.0057,0,.0114,0,.0171v1.8663c.0044,1.0651-.8554,1.9322-1.9205,1.9366-.0057,0-.0114,0-.0171,0ZM33.7604,24.3968c0-.7895.6459-1.4354,1.4354-1.4354h0c.7885,0,1.4344.6459,1.4344,1.4354v2.3675M33.7605,22.9614v3.8742M36.6302,24.3968c0-.7895.6459-1.4354,1.4354-1.4354h0c.7895,0,1.4344.6459,1.4344,1.4354v2.3675M32.2487,25.4012c0,.7895-.6459,1.4344-1.4354,1.4344h0c-.791-.0028-1.4316-.6433-1.4344-1.4344v-.9332c0-.7885.6459-1.4344,1.4344-1.4344h0c.7895,0,1.4354.6459,1.4354,1.4344M32.2487,26.8356v-3.8742"/></svg>
Copied!