Goldex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goldex 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/326593.svg" alt="Goldex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326593.svg" alt="Goldex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326593.svg" alt="Goldex icon" :width="24" :height="24" />
CSS background
.icon-goldex {
background-image: url('https://proicons.com/icon/326593.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="a" 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 id="b" class="c" d="M22.62,43.1c-1.876-1.07-3.046-2.639-4.206-4.217-.602-2.295-1.222-4.692-1.15-7.103.02-.62.514-1.015.949-.845,1.261.494,3.333.073,4.381-.508.212-.956.624-1.423,1.406-1.423s1.194.467,1.406,1.423c1.048.58,3.12,1.002,4.381.508.435-.17.93.226.948.845.073,2.411-.547,4.808-1.149,7.103-1.16,1.578-2.33,3.147-4.205,4.216-.416.237-.84.401-1.381.401-.54,0-.965-.164-1.38-.4ZM16.843,25.376c1.831.373,3.396,1.594,4.085,3.557-.79.444-1.792.4-2.71-.278-1.133-.836-1.468-2.09-1.375-3.28v.001ZM31.157,25.376c-1.831.373-3.396,1.594-4.085,3.557.79.444,1.792.4,2.71-.278,1.133-.836,1.468-2.09,1.375-3.28v.001ZM25.366,24.009c0,.7544-.6116,1.366-1.366,1.366h0c-.7544,0-1.366-.6116-1.366-1.366s.6116-1.366,1.366-1.366h0c.7544,0,1.366.6116,1.366,1.366ZM17.436,31.169l-2.116-3.255-5.84-12.224c-.497-1.041.422-1.003,1.07-.632l5.183,2.975c.96.551,1.847.022,1.678-1.035l-1.87-11.7c-.056-.35.475-1.209.905-.565l7.554,11.273,7.554-11.273c.43-.644.961.214.905.566l-1.87,11.699c-.17,1.057.717,1.586,1.678,1.035l5.184-2.975c.647-.371,1.566-.41,1.069.632l-5.84,12.224-2.117,3.255"/></svg>
Copied!