Kuji Cam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kuji Cam 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/328105.svg" alt="Kuji Cam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328105.svg" alt="Kuji Cam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328105.svg" alt="Kuji Cam icon" :width="24" :height="24" />
CSS background
.icon-kuji-cam {
background-image: url('https://proicons.com/icon/328105.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><line class="c" x1="36" y1="20" x2="36" y2="28"/><path class="c" d="M32,20v6c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-.7"/><path class="c" d="M20,20v5.3c0,1.5,1.2,2.7,2.6,2.7s2.6-1.2,2.6-2.7v-5.3"/><line class="c" x1="12" y1="20" x2="12" y2="28"/><line class="c" x1="12" y1="25.2" x2="16.2" y2="20"/><line class="c" x1="16.2" y1="28" x2="13" y2="24"/><line class="c" x1="5.5" y1="11.9" x2="42.5" y2="11.9"/><line class="c" x1="5.5" y1="36.1" x2="42.5" y2="36.1"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!