Cfe Contigo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cfe Contigo 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/338128.svg" alt="Cfe Contigo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338128.svg" alt="Cfe Contigo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338128.svg" alt="Cfe Contigo icon" :width="24" :height="24" />
CSS background
.icon-cfe-contigo {
background-image: url('https://proicons.com/icon/338128.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M27.376,9.6484l-4.01-2.124c-.4916-.259-.6801-.8674-.4212-1.3589.0007-.0014.0014-.0027.0022-.0041l.067-.126c.261-.493.87-.68,1.363-.419l4.01,2.125M25.105,13.9334l-4.01-2.124c-.4913-.2594-.6794-.868-.42-1.3593.0007-.0012.0013-.0025.002-.0037h0l.066-.126c.262-.493.87-.68,1.363-.419l4.01,2.125M33.417,16.8314c2.0335,2.2932,3.1529,5.254,3.145,8.319.0199,6.9173-5.5716,12.5411-12.4889,12.561-.0244,0-.0487,0-.0731,0-6.9173.0205-12.5415-5.5706-12.562-12.4879,0-.024,0-.0481,0-.0721,0-3.67,1.557-6.943,4.052-9.241.9731-.8964,1.0354-2.4119.139-3.385s-2.4119-1.0354-3.385-.139c-3.5689,3.2848-5.5985,7.9145-5.596,12.765,0,9.554,7.797,17.35,17.352,17.35s17.352-7.796,17.352-17.351c0-5.049-2.169-9.618-5.628-12.79.3283-1.1456-.1918-2.3644-1.246-2.92l-5.46-2.893h0l-4.5,8.495,5.46,2.893c1.2267.6527,2.7503.1873,3.403-1.0394.0014-.0025.0027-.0051.004-.0076l.028-.053"/></svg>
Copied!