Coupang Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coupang 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/324043.svg" alt="Coupang icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324043.svg" alt="Coupang icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324043.svg" alt="Coupang icon" :width="24" :height="24" />
CSS background
.icon-coupang {
background-image: url('https://proicons.com/icon/324043.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="11.3146 11.3146 11.3626 6.6061 15.8555 8.0154 17.3561 3.5523 21.1936 6.281 24 2.5 26.8064 6.281 30.6439 3.5523 32.1445 8.0154 36.6374 6.6061 36.6854 11.3146 41.3939 11.3626 39.9846 15.8555 44.4477 17.3561 41.719 21.1936 45.5 24 41.719 26.8064 44.4477 30.6439 39.9846 32.1445 41.3939 36.6374 36.6854 36.6854 36.6374 41.3939 32.1445 39.9846 30.6439 44.4477 26.8064 41.719 24 45.5 21.1936 41.719 17.3561 44.4477 15.8555 39.9846 11.3626 41.3939 11.3146 36.6854 6.6061 36.6374 8.0154 32.1445 3.5523 30.6439 6.281 26.8064 2.5 24 6.281 21.1936 3.5523 17.3561 8.0154 15.8555 6.6061 11.3626 11.3146 11.3146"/></svg>
Copied!