Goldenergy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goldenergy 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/326590.svg" alt="Goldenergy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326590.svg" alt="Goldenergy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326590.svg" alt="Goldenergy icon" :width="24" :height="24" />
CSS background
.icon-goldenergy {
background-image: url('https://proicons.com/icon/326590.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>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="t" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="d" class="t" d="M19.1527,30.9671c-.2498.4372-.7206.732-1.2603.732h0c-.8011,0-1.4504-.6494-1.4504-1.4504v-.9428c0-.8011.6494-1.4504,1.4504-1.4504h0c.8011,0,1.4504.6494,1.4504,1.4504v.4714h-2.9009"/><path id="e" class="t" d="M27.8046,30.8995c-.2504.4383-.7224.7337-1.2634.7337h0c-.803,0-1.454-.651-1.454-1.454v-.9451c0-.803.651-1.454,1.454-1.454h0c.803,0,1.454.651,1.454,1.454v.4725h-2.908"/><path id="f" class="t" d="M23.6507,31.7288v-2.4333c0-.8145-.6602-1.4747-1.4747-1.4747h0c-.8145,0-1.4747.6602-1.4747,1.4747"/><line id="g" class="t" x1="20.7013" y1="31.7288" x2="20.7013" y2="27.8208"/><path id="h" class="t" d="M29.3928,29.2506c0-.8017.6499-1.4515,1.4515-1.4515h0"/><line id="i" class="t" x1="29.3928" y1="27.7991" x2="29.3928" y2="31.6456"/><path id="j" class="t" d="M34.8276,27.7756v4.3541c0,.8016-.6498,1.4514-1.4514,1.4514h0c-.4008,0-.7636-.1624-1.0262-.4251"/><path id="k" class="t" d="M33.3763,31.6217h0c-.8016,0-1.4514-.6498-1.4514-1.4514v-.9434c0-.8016.6498-1.4514,1.4514-1.4514h0c.8016,0,1.4514.6498,1.4514,1.4514v.9434c0,.8016-.6498,1.4514-1.4514,1.4514Z"/><path id="l" class="t" d="M39.5,30.2271v1.9543c0,.7995-.6481,1.4477-1.4477,1.4477h0c-.3997,0-.7617-.162-1.0236-.424"/><path id="m" class="t" d="M39.5,27.8385v2.3886c0,.7995-.6481,1.4477-1.4477,1.4477h0c-.7995,0-1.4477-.6481-1.4477-1.4477v-2.3886"/><path id="n" class="t" d="M13.7122,18.1535v7.8183c0,1.4393-1.1668,2.6061-2.6061,2.6061h0c-.7196,0-1.3711-.2917-1.8428-.7633"/><rect id="o" class="t" x="8.5" y="18.1535" width="5.2122" height="6.9062" rx="2.6061" ry="2.6061"/><path id="p" class="t" d="M16.442,21.1245c0-1.548,1.2549-2.8029,2.8029-2.8029s2.8029,1.2549,2.8029,2.8029v1.8219c0,1.548-1.2549,2.8029-2.8029,2.8029s-2.8029-1.2549-2.8029-2.8029v-1.8219Z"/><path id="q" class="t" d="M24.9862,14.6043v9.7856c0,.7721.6259,1.3979,1.3979,1.3979h.4194"/><path id="r" class="t" d="M34.8216,21.0698c0-1.5744-1.2763-2.8506-2.8506-2.8506h0c-1.5744,0-2.8506,1.2763-2.8506,2.8506v1.8529c0,1.5744,1.2763,2.8506,2.8506,2.8506h0c1.5744,0,2.8506-1.2763,2.8506-2.8506"/><line id="s" class="t" x1="34.8216" y1="25.7734" x2="34.8216" y2="14.3709"/></svg>
Copied!