Wongnai Merchant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wongnai Merchant 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/335231.svg" alt="Wongnai Merchant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335231.svg" alt="Wongnai Merchant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335231.svg" alt="Wongnai Merchant icon" :width="24" :height="24" />
CSS background
.icon-wongnai-merchant {
background-image: url('https://proicons.com/icon/335231.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="M34.5,42.491v-7.991l4,8,4-7.988v7.988M45.5,38.5c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M36.568,17.173l-6.277,17.346-6.291-17.346-6.291,17.346-6.277-17.346M43.326,33.432c1.4355-2.9367,2.1792-6.1632,2.174-9.432,0-11.874-9.626-21.5-21.5-21.5h0C12.126,2.5,2.5,12.126,2.5,24c0,4.117.9,7.865,3.124,11.33l-.347,2.633c-.27,2.049-.718,4.146.242,4.918s3.139.46,5.086.198l2.69-.362c3.318,1.993,6.832,2.77,10.705,2.783,3.388,0,6.593-.784,9.444-2.18"/></svg>
Copied!