Ds Cam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ds 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/324794.svg" alt="Ds Cam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324794.svg" alt="Ds Cam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324794.svg" alt="Ds Cam icon" :width="24" :height="24" />
CSS background
.icon-ds-cam {
background-image: url('https://proicons.com/icon/324794.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="4.5" y="10.8275" width="33.3315" height="26.345" rx="2.2803"/><path class="a" d="M38.04,30.3043,41.6878,32.41A1.2081,1.2081,0,0,0,43.5,31.3639V16.6361A1.2082,1.2082,0,0,0,41.6878,15.59l-3.8563,2.2264"/><rect class="a" x="10.6507" y="17.3404" width="21.0302" height="5.3191" rx="2.6596"/></svg>
Copied!