3d Geeks Premium Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 3d Geeks Premium 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/321209.svg" alt="3d Geeks Premium icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321209.svg" alt="3d Geeks Premium icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321209.svg" alt="3d Geeks Premium icon" :width="24" :height="24" />
CSS background
.icon-3d-geeks-premium {
background-image: url('https://proicons.com/icon/321209.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.4694,23.0419c2.0389-6.1781-1.3165-12.8393-7.4946-14.8782-6.1781-2.0389-12.8393,1.3165-14.8782,7.4946-2.0389,6.1781,1.3165,12.8393,7.4946,14.8782,2.9924.9876,6.2556.7351,9.0605-.7011l2.0898,2.0795,1.277-1.277,9.7849,9.787h5.695l1.0016-3.3576-14.0306-14.0254Zm-14.1667-2.8294c-2.0623,0-3.7341-1.6718-3.7341-3.7341,0-2.0623,1.6718-3.7341,3.7341-3.7341s3.7341,1.6718,3.7341,3.7341c0,.001,0,.0021,0,.0031,0,2.0606-1.6704,3.731-3.731,3.731-.001,0-.0021,0-.0031,0Z"/><path class="c" d="m26.02,30.6458l9.7844,9.7871h5.696l-12.6338-12.6338-2.8466,2.8466Z"/></svg>
Copied!