Gcefcu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gcefcu 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/340977.svg" alt="Gcefcu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340977.svg" alt="Gcefcu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340977.svg" alt="Gcefcu icon" :width="24" :height="24" />
CSS background
.icon-gcefcu {
background-image: url('https://proicons.com/icon/340977.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="g" cx="24" cy="24" r="21.5"/><path id="d" class="g" d="m21.8185,18.3973c1.0567,2.5421,4.7552,4.4487,6.6045,6.0374,1.8494,1.5889,1.8494,2.8599,1.8494,4.1309,1.5851-3.1775,3.1702-6.3551,2.1134-8.8972-1.0567-2.5421-4.7552-4.4487-6.6045-6.0375-1.8494-1.5888-1.8494-2.8598-1.8494-4.1309-1.5851,3.1776-3.1702,6.3551-2.1134,8.8973Z"/><path id="e" class="g" d="m15.6143,28.4259c1.0567,2.5186,4.7552,4.4074,6.6045,5.9815,1.8493,1.5741,1.8493,2.8333,1.8493,4.0926,1.5851-3.1482,3.1702-6.2963,2.1134-8.8148-1.0567-2.5186-4.7551-4.4074-6.6045-5.9815-1.8493-1.5741-1.8493-2.8333-1.8493-4.0926-1.5851,3.1482-3.1702,6.2962-2.1134,8.8148Z"/><circle id="f" class="g" cx="24" cy="24" r="18"/></svg>
Copied!