3d Geeks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3d Geeks 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/335767.svg" alt="3d Geeks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335767.svg" alt="3d Geeks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335767.svg" alt="3d Geeks icon" :width="24" :height="24" />
CSS background
.icon-3d-geeks {
background-image: url('https://proicons.com/icon/335767.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><path class="c" d="m15.0684,30.7367h-5.151c-2.443,0-4.4852-1.8584-4.7147-4.2907l-.6951-7.3635c-.0921-.9758.6754-1.8192,1.6556-1.8192h13.3446c1.2337,0,2.1363,1.1635,1.8296,2.3585l-2.0032,7.8057c-.4998,1.9475-2.2551,3.3092-4.2657,3.3092Z"/><path class="c" d="m32.9316,30.7367h5.151c2.443,0,4.4852-1.8584,4.7147-4.2907l.6951-7.3635c.0921-.9758-.6754-1.8192-1.6556-1.8192h-13.3446c-1.2337,0-2.1363,1.1635-1.8296,2.3585l2.0032,7.8057c.4998,1.9475,2.2551,3.3092,4.2657,3.3092Z"/><path class="c" d="m26.6272,19.4256c-.7891-.4016-1.6822-.6284-2.6272-.6284-.945,0-1.8381.2268-2.6272.6284"/></svg>
Copied!