Pantip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pantip 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/345498.svg" alt="Pantip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345498.svg" alt="Pantip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345498.svg" alt="Pantip icon" :width="24" :height="24" />
CSS background
.icon-pantip {
background-image: url('https://proicons.com/icon/345498.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>.d{fill:#fff;}.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M17.568,35.6986c-1.4842,3.0929-3.6697,5.4008-5.2434,4.5799s.9423-6.7469.9423-6.7469"/><path class="e" d="M13.7489,20.5807s-8.4591.7452-8.2449,2.4905c.2142,1.7453,5.8714,2.0738,8.5483,1.931-5.8179-1.4812-6.0946-7.3883-4.872-7.8977.8566-.3569.8923,2.8916,4.5686,3.4762Z"/><circle class="d" cx="19.1637" cy="16.9711" r=".75"/><path class="e" d="M18.3889,15.3177c1.308-.1651,1.7727.3926,1.7727.3926"/><path class="e" d="M24,7.0076c6.1485,0,11.3072,4.9868,11.1329,11.1329-.2453,8.6516-.4128,14.0605-.5249,17.391-.1143,3.3956-.4997,5.4609-2.0701,5.4609s-1.9631-2.3783-2.1059-5.2938c-2.2322-.2698-4.8234-.3847-6.432-.3847s-4.1998.1148-6.432.3847c-.1428,2.9155-.5354,5.2938-2.1059,5.2938s-1.9559-2.0654-2.0701-5.4609c-.1121-3.3304-.2796-8.7394-.5249-17.391-.1743-6.1461,4.9844-11.1329,11.1329-11.1329"/><path class="e" d="M30.432,35.6986c1.4842,3.0929,3.6697,5.4008,5.2434,4.5799s-.9423-6.7469-.9423-6.7469"/><path class="e" d="M34.2511,20.5807s8.4591.7452,8.2449,2.4905-5.8714,2.0738-8.5483,1.931c5.8179-1.4812,6.0946-7.3883,4.872-7.8977-.8566-.3569-.8923,2.8916-4.5686,3.4762Z"/><path class="e" d="M24,21.5282c1.0163,0,1.9411-.3423,2.6367-1.4843,0,0-1.4634-.4074-2.6345-.4074h-.0043c-1.1712,0-2.6345.4074-2.6345.4074.6591,1.1578,1.6204,1.4843,2.6367,1.4843Z"/><circle class="d" cx="28.8363" cy="16.9711" r=".75"/><path class="e" d="M29.6111,15.3177c-1.308-.1651-1.7727.3926-1.7727.3926"/></svg>
Copied!