Thai Pbs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thai Pbs 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/333850.svg" alt="Thai Pbs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333850.svg" alt="Thai Pbs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333850.svg" alt="Thai Pbs icon" :width="24" :height="24" />
CSS background
.icon-thai-pbs {
background-image: url('https://proicons.com/icon/333850.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m34.388,20.9987c-8.6038,6.3794-13.5306,14.2625-7.143,22.0013-1.99-4.2932-.7012-14.2492,7.143-22.0013Zm5.2227-9.7104c-7.2403,3.3269-28.3378,16.2157-16.2576,28.9847-5.8-10.5109,6.2678-21.7188,16.2576-28.9847Zm1.3451-6.2883c-10.7729,7.9794-27.2383,16.1205-23.0977,30.9255-10.3706-10.3901,7.5894-24.8645,23.0977-30.9245v-.001ZM12.6313,29.971c.1239-3.2798.0205-6.6435,2.6666-8.9938-3.6237-1.7607-6.0518-2.2275-8.2537.4156,5.9044,1.1424,4.0434,5.5021,5.5861,8.5782h.001Z"/></svg>
Copied!