3d Collection Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3d Collection 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/335766.svg" alt="3d Collection icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335766.svg" alt="3d Collection icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335766.svg" alt="3d Collection icon" :width="24" :height="24" />
CSS background
.icon-3d-collection {
background-image: url('https://proicons.com/icon/335766.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="m16.5596,19.4291s7.4404-4.6278,7.4404-4.6278l7.4404,4.6278"/><path id="e" class="g" d="m41.0066,14.8013L24,4.5,6.9934,14.8013"/><path id="f" class="g" d="m24,43.5l17.0066-10.0977V14.8013s-9.5662,4.6278-9.5662,4.6278v8.6586s-5.846,3.1887-5.846,3.1887v5.3146s-1.5944,1.0033-1.5944,1.0033c0,0-1.5944-1.0033-1.5944-1.0033v-5.3146l-5.846-3.1887v-8.6586l-9.5662-4.6278v18.601s17.0066,10.0977,17.0066,10.0977Z"/></g></svg>
Copied!