Tungngern Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tungngern 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/348916.svg" alt="Tungngern icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348916.svg" alt="Tungngern icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348916.svg" alt="Tungngern icon" :width="24" :height="24" />
CSS background
.icon-tungngern {
background-image: url('https://proicons.com/icon/348916.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="m32.901,16.519l.282-.883m2.255-7.062l.282-.882m-.788,4.636l-2.858-.957m2.838.937c.944.319,1.463,1.374,1.153,2.345-.31.97-1.336,1.504-2.28,1.186l-2.834-.956,2.254-7.062,2.834.956c.944.319,1.463,1.374,1.153,2.345-.31.97-1.336,1.505-2.28,1.186Zm5.81-.203c0,3.6478-2.9572,6.605-6.605,6.605h-.001c-3.6478,0-6.605-2.9572-6.605-6.605s2.9572-6.605,6.605-6.605c3.6478-.0006,6.6054,2.9562,6.606,6.604,0,.0003,0,.0007,0,.001Zm-24.554,6.385c-.615-2.643-1.903-5.735-4.372-8.761l8.02-1.657c.66,1.265,1.419,2.82,1.612,3.764m4.512,9.62c.148-1.506.988-3.634,2.197-6.29m-.624-4.397l-5.1-1.102-1.298,3.083m-3.024,6.69c.6669-1.5197,2.4394-2.2111,3.9592-1.5443,1.4823.6504,2.183,2.3582,1.5848,3.8623m-6.79-2.963v-5.898h8.26v8.733m-9.64,3.029l-3.783-5.035c1.732-2.574,4.17-1.33,6.556,0,2.335,1.3,4.49,3.04,7.59,2.016,2.846-.94,3.41-2.036,5.068-3.058l-4.012,5.765m-11.51.31h11.514v2.27h-11.513l-.001-2.27Zm11.514,2.27c1.292,1.097,2.074.908,4.38,2.88,6.178,5.282,4.235,12.41-10.137,12.694-14.372-.283-16.86-7.453-10.682-12.736,2.306-1.972,3.512-1.745,4.926-2.839"/></svg>
Copied!