Paotang Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paotang 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/345499.svg" alt="Paotang icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345499.svg" alt="Paotang icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345499.svg" alt="Paotang icon" :width="24" :height="24" />
CSS background
.icon-paotang {
background-image: url('https://proicons.com/icon/345499.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M10.5,5.5h27c2.7614,0,5,2.2386,5,5v27c0,2.7614-2.2386,5-5,5H10.5c-2.7614,0-5-2.2386-5-5V10.5c0-2.7614,2.2386-5,5-5Z"/><path class="c" d="M5.6354,20.341c5.7469,0,9.4514.4811,11.497-1.1563l4.2328-3.2437c1.3142-.9646,2.5876-2.0733,5.0029-2.1097h15.99"/><path class="c" d="M8.696,19.8623l-.8094-2.7842c.984-.2904,1.4182-.4882,2.4024-.7781M26.648,11.5589c3.8158-1.1128,7.6326-2.2227,11.4499-3.3304l1.6037,5.218"/><path class="c" d="M11.0172,19.9291l-1.4272-8.0773,16.1546-2.8543.822,4.5965"/></svg>
Copied!