Polycam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Polycam 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/331480.svg" alt="Polycam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331480.svg" alt="Polycam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331480.svg" alt="Polycam icon" :width="24" :height="24" />
CSS background
.icon-polycam {
background-image: url('https://proicons.com/icon/331480.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m31.0437,19.7457l-7.4249-5.6277-12.4918,9.882-1.6995-1.3365v-9.6181l1.6995,1.3071,12.4918-9.8526,13.8364,10.2971"/><path id="d" class="f" d="m30.6476,29.1548l6.9836-4.9889-.1759-9.3688-12.9243,9.9723"/><path id="e" class="f" d="m24.5309,24.7694l12.3829,8.878,1.6586-1.2173v9.8526l-1.6586,1.2173-12.3829-9.3471v-9.3835Z"/></svg>
Copied!