Wongnai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wongnai 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/335230.svg" alt="Wongnai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335230.svg" alt="Wongnai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335230.svg" alt="Wongnai icon" :width="24" :height="24" />
CSS background
.icon-wongnai {
background-image: url('https://proicons.com/icon/335230.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="M36.5672,17.173l-6.2769,17.346-6.2909-17.346-6.2919,17.346-6.2769-17.346M23.9995,2.5C12.1248,2.5,2.5,12.126,2.5,24c0,4.117.9,7.865,3.1249,11.33l-.348,2.633c-.27,2.05-.717,4.146.243,4.918s3.1379.46,5.0859.198l2.6889-.362c3.3199,1.993,6.8328,2.77,10.7058,2.783,11.8737,0,21.4995-9.626,21.4995-21.5S35.8732,2.5,23.9995,2.5"/></svg>
Copied!