Model3d Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Model3d 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/329449.svg" alt="Model3d icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329449.svg" alt="Model3d icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329449.svg" alt="Model3d icon" :width="24" :height="24" />
CSS background
.icon-model3d {
background-image: url('https://proicons.com/icon/329449.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,.b{fill:none;stroke:#000;}.a{stroke-linecap:round;stroke-linejoin:round;}.b{stroke-miterlimit:10;}</style></defs><path class="a" d="M13.1,16.35c.5-13.2,20.7-14.5,22,0C29.4,18.85,18.3,18.35,13.1,16.35Z"/><path class="a" d="M18.5,7.45l-2.1-3"/><path class="a" d="M29.8,7.45l2.1-3"/><circle class="b" cx="19.1" cy="12.35" r="1.1"/><circle class="b" cx="28.9" cy="12.35" r="1.1"/><path class="a" d="M35.1,16.35l-.2,18.9a19.49,19.49,0,0,1-21.7,0l-.1-18.9"/><path class="a" d="M16.6,37.35V42a1.58,1.58,0,0,0,1.6,1.6H20A1.58,1.58,0,0,0,21.6,42v-3.4"/><path class="a" d="M27.1,38.35v3.5a1.58,1.58,0,0,0,1.6,1.6h1.8a1.58,1.58,0,0,0,1.6-1.6v-5"/><path class="a" d="M23.9,21.05l-5.5,2.8,5.5,2.8,5.7-2.8Z"/><path class="a" d="M29.6,23.85v6.3l-5.6,3-5.5-3v-6.3"/><line class="a" x1="23.9" y1="26.65" x2="23.9" y2="33.05"/><path class="a" d="M10.2,33.45H8a1.11,1.11,0,0,1-1.1-1.1v-14A1.11,1.11,0,0,1,8,17.25h2.1a1.11,1.11,0,0,1,1.1,1.1v14A1,1,0,0,1,10.2,33.45Z"/><path class="a" d="M40,33.45H37.9a1.11,1.11,0,0,1-1.1-1.1v-14a1.11,1.11,0,0,1,1.1-1.1H40a1.11,1.11,0,0,1,1.1,1.1v14A1.11,1.11,0,0,1,40,33.45Z"/></svg>
Copied!