Thaisook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thaisook 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/333856.svg" alt="Thaisook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333856.svg" alt="Thaisook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333856.svg" alt="Thaisook icon" :width="24" :height="24" />
CSS background
.icon-thaisook {
background-image: url('https://proicons.com/icon/333856.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="M19.2056,21.2564c.964-.758,1.762-2.3169,2.4569-4.4669.424-1.31,1.143-2.2799,2.0099-2.9779M28.2154,29.3072c.422,4.0359-1.024,8.1908-5.8808,10.8677M15.0047,42.3748c10.1597-6.5188,7.0838-15.7796-1.349-16.3886-4.2109-.303-7.0038-1.8799-8.1558-4.7359,4.3119,2.1079,8.2778,2.2009,13.7056.006,5.0029,1.12,11.0037,19.9975-4.1999,21.1194M14.4418,20.5704c1.2397.9627,2.9601.8209,3.8426-.3166,0-.0001.0002-.0002.0003-.0003.8822-1.1378.5922-2.8403-.6477-3.8027,0,0-.0002-.0001-.0003-.0002-1.2397-.9627-2.9601-.8209-3.8426.3166,0,.0001-.0002.0002-.0003.0003-.8822,1.1378-.5922,2.8403.6477,3.8027,0,0,.0002.0001.0003.0002M29.3124,12.4676c-1.234-.285-2.6639-1.394-4.2569-3.0999-1.9379-2.0739-4.3799-2.3639-6.4788-1.8969,4.6489,2.7659,5.5379,5.8898,5.1369,9.1148-.8,6.4318,1.847,14.3496,10.9667,14.9456M42.5,30.3752c-12.3597-1.642-13.5436-11.6507-5.9228-15.9176,3.8059-2.1309,5.7268-4.8299,5.5529-8.0058-3.1089,3.8619-6.7778,5.6878-12.8177,6.0158-4.1889,3.2409-1.526,23.5264,13.1876,17.9065v.001ZM33.4692,9.7377c-.738,1.4438-2.4096,2.0652-3.7338,1.388,0,0,0,0-.0001,0-1.3237-.6774-1.7987-2.3964-1.061-3.8399.738-1.4432,2.409-2.0646,3.7329-1.388,1.3241.677,1.7995,2.3961,1.062,3.8399"/></svg>
Copied!