Charoensin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Charoensin 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/338159.svg" alt="Charoensin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338159.svg" alt="Charoensin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338159.svg" alt="Charoensin icon" :width="24" :height="24" />
CSS background
.icon-charoensin {
background-image: url('https://proicons.com/icon/338159.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><path id="c" class="g" d="M44.9701,21.6875c0,3.866-3.134,7.0001-7,7.0001h0c-3.866,0-7-3.134-7-7.0001s3.134-7.0001,7-7.0001,7,3.134,7,7.0001h0Z"/><path id="d" class="g" d="M30.8404,20.2222c-.1381.0078-.2764.0117-.4147.0117-4.0602,0-7.3516-3.2915-7.3516-7.3517s3.2914-7.3517,7.3516-7.3517c4.0602,0,7.3516,3.2915,7.3516,7.3517h0c0,.514-.0539,1.0266-.1608,1.5294"/><path id="e" class="g" d="M17.0107,21.5555c-.2702,3.6558-3.3151,6.484-6.9809,6.484-3.866,0-7-3.134-7-7.0001h0c0-3.7034,2.8845-6.7659,6.5811-6.9875"/><path id="f" class="g" d="M24.8472,7.709c-1.6027-2.027-4.0448-3.2092-6.6288-3.209h0c-4.6671.0008-8.4497,3.7854-8.4483,8.4525.0008,4.6656,3.7828,8.4476,8.4483,8.4484.9193-.0067,1.8314-.1629,2.7003-.4632.6736,2.0836.9923,4.3784.7568,6.3022-1.5493-.8982-3.2813-1.4938-4.7927-1.4887,6.1837,4.164-.1102,7.741,2.8781,17.7487h10.4746c-5.4647-5.2557-8.4083-14.3726,1.3067-16.0946-1.2637-1.3142-2.7371-1.3483-4.1228-1.1537.8905-1.4228,1.2184-3.3883,1.0297-4.8838-1.0582,1.133-2.3127,2.1896-3.9616,2.5928-.6327-1.3257-1.3815-2.5454-2.2082-3.6101,1.0194-.556,1.9133-1.3162,2.6259-2.2331"/></svg>
Copied!