Thangrat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thangrat 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/333860.svg" alt="Thangrat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333860.svg" alt="Thangrat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333860.svg" alt="Thangrat icon" :width="24" :height="24" />
CSS background
.icon-thangrat {
background-image: url('https://proicons.com/icon/333860.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.0158,38.4978c0-2.1591-1.7491-3.9102-3.6052-3.9122-5.2643-.003-9.8625-4.1302-10.5966-9.4865l-7.8104-.04c.748,9.6675,8.8375,17.2569,18.407,17.3139,1.8571.011,3.6052-1.7161,3.6052-3.8752M40.9964,38.2578c-.0006-2.342-1.9015-4.2402-4.2462-4.2402s-4.2457,1.8983-4.2462,4.2402c-.0006,2.3424,1.9001,4.2417,4.2452,4.2422h.001c2.3451,0,4.2462-1.8989,4.2462-4.2412M29.0158,9.5022c0,2.1591-1.7491,3.9092-3.6052,3.9122-5.2643.003-9.8625,4.1302-10.5966,9.4865l-7.8104.04C7.7516,13.2724,15.8411,5.684,25.4106,5.627c1.8571-.011,3.6052,1.7161,3.6052,3.8752M40.9964,9.7412c0,2.3424-1.9011,4.2412-4.2462,4.2412-2.3451,0-4.2462-1.8989-4.2462-4.2412s1.9011-4.2412,4.2462-4.2412c2.3451,0,4.2462,1.8989,4.2462,4.2412"/></svg>
Copied!