Sanook Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sanook 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/332397.svg" alt="Sanook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332397.svg" alt="Sanook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332397.svg" alt="Sanook icon" :width="24" :height="24" />
CSS background
.icon-sanook {
background-image: url('https://proicons.com/icon/332397.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="m18.4738,27.077c1.1806,2.1141,3.4126,3.424,5.834,3.424,2.755,0,5.12-1.667,6.177-4.087l-16.341-2.98c-9.127-2.174-10.248-10.42-6.123-14.655,3.693-3.79,8.313-4.946,19.34.075v-2.82h14.906v14.889h-12.283m-.456-.001c-1.1806-2.1141-3.4126-3.424-5.834-3.424-2.6762-.0105-5.0908,1.6046-6.103,4.082l16.267,2.985c9.127,2.174,10.248,10.42,6.122,14.656-3.693,3.79-8.313,4.946-19.34-.075v2.82H5.7328v-14.891h12.284"/></svg>
Copied!