Tgo Zero Carbon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tgo Zero Carbon 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/348402.svg" alt="Tgo Zero Carbon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348402.svg" alt="Tgo Zero Carbon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348402.svg" alt="Tgo Zero Carbon icon" :width="24" :height="24" />
CSS background
.icon-tgo-zero-carbon {
background-image: url('https://proicons.com/icon/348402.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9685,24.392c1.55-1.434,3.4779-1.53,5.7179-2.253-.13,2.83.17,7.598-5.9869,6.054-5.7149,2.349-9.8628-2.043-8.8798-7.4,2.4769,1.654,6.9788-.315,9.1498,3.599M21.9425,37.989c-6.7098-.573-11.9767-6.2-11.9767-13.059h0c0-6.821,5.2309-12.502,12.0287-13.062M36.1402,26.015c.0253.3587.038.718.038,1.078,0,8.432-6.8358,15.269-15.2696,15.269s-15.2676-6.837-15.2676-15.27h0c0-8.432,6.8358-15.268,15.2686-15.268.3627,0,.7257.0127,1.089.038M23.2925,27.513c-.73-1.74-2.2889-2.965-5.1089-3.087M36.1332,26.019c-.6009,7.2138-6.9359,12.5746-14.1495,11.9737-.0144-.0012-.0288-.0024-.0432-.0037,1.434-3.053,2.5949-7.512,1.352-10.476.88-.73,1.824-1.785,3.8039-2.28M2.565,25.511c.7972-9.565,8.7926-16.9224,18.3906-16.923,10.1923.0006,18.4546,8.2634,18.4546,18.456h0c-.0003,9.6049-7.3673,17.604-16.9396,18.393M2.555,25.517c-.0358-.5049-.0541-1.0109-.055-1.517C2.5,12.1259,12.1257,2.5,23.9995,2.5h.001c11.8738,0,21.4995,9.6259,21.4995,21.5h0c0,11.8741-9.6257,21.5-21.4995,21.5-.5118-.0002-1.0234-.0182-1.534-.054"/></svg>
Copied!