Goldenwestcu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goldenwestcu 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/341151.svg" alt="Goldenwestcu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341151.svg" alt="Goldenwestcu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341151.svg" alt="Goldenwestcu icon" :width="24" :height="24" />
CSS background
.icon-goldenwestcu {
background-image: url('https://proicons.com/icon/341151.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="M22.7093,14.9173v13.1l-5.0156-12.11M15.3456,16.8706l5.0148,12.112-9.2862-9.2862M9.2789,21.4917l9.2903,9.2903-12.116-5.0188M5.49,28.1112l12.11,5.0156H4.5M43.5,33.1268h-13.145l12.143-5.0291M41.5295,25.7518l-12.139,5.0261,9.2883-9.2883M36.8835,19.6943l-9.2924,9.2924,5.0301-12.143M30.2754,15.8752l-5.0291,12.143v-13.145"/></svg>
Copied!