3d Model Viewer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3d Model Viewer 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/335769.svg" alt="3d Model Viewer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335769.svg" alt="3d Model Viewer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335769.svg" alt="3d Model Viewer icon" :width="24" :height="24" />
CSS background
.icon-3d-model-viewer {
background-image: url('https://proicons.com/icon/335769.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="41.7671 13.7745 41.7091 34.2254 24.0288 44.5 24.0868 24.0491 41.7671 13.7745"/><polyline class="c" points="12.38 37.78 24.03 44.5 24.07 32.09 24.09 24.05 16.6 19.73 6.29 13.77 6.23 34.23 9.27 35.99"/><polygon class="c" points="41.7671 13.7745 24.0868 24.0491 6.2909 13.7746 23.9712 3.5 41.7671 13.7745"/><circle class="c" cx="24.0288" cy="23.6808" r="8.4126"/><line class="c" x1="17.1008" y1="30.6089" x2="18.0802" y2="29.6295"/><polygon class="c" points="14.6513 30.6088 8.4081 36.8521 10.8576 39.3015 17.1008 33.0583 17.1008 30.6089 14.6513 30.6088"/></svg>
Copied!