Freedcamviewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freedcamviewer 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/340807.svg" alt="Freedcamviewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340807.svg" alt="Freedcamviewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340807.svg" alt="Freedcamviewer icon" :width="24" :height="24" />
CSS background
.icon-freedcamviewer {
background-image: url('https://proicons.com/icon/340807.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,17.4346V37.5a2,2,0,0,0,2,2h35a2,2,0,0,0,2-2v-27a2,2,0,0,0-2-2H13.4346"/><polygon class="a" points="8.777 35.307 15.052 22.571 20.837 31.618 29.882 16.037 39.223 35.307 8.777 35.307"/><line class="a" x1="20.8372" y1="31.6179" x2="18.7017" y2="35.3069"/><rect class="a" x="3.5654" y="7.5654" width="9.8692" height="9.8692" transform="translate(11.3284 -2.3492) rotate(45)"/><rect class="a" x="3.5654" y="7.5654" width="9.8692" height="9.8692" transform="translate(21 4) rotate(90)"/></svg>
Copied!