Pathao Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pathao 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/345577.svg" alt="Pathao icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345577.svg" alt="Pathao icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345577.svg" alt="Pathao icon" :width="24" :height="24" />
CSS background
.icon-pathao {
background-image: url('https://proicons.com/icon/345577.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="m7.967,27.6137c7.1766-8.3871,17.9876,1.0827,10.6169,9.301-7.1762,8.3866-17.9871-1.0832-10.6169-9.301Z"/><path class="c" d="m29.4158,27.6601c7.1766-8.3871,17.9876,1.0827,10.6169,9.301-7.1762,8.3866-17.9871-1.0832-10.6169-9.301Z"/><line class="c" x1="21.0346" y1="31.5051" x2="19.334" y2="41.6238"/><path class="c" d="m33.8743,9.1419c3.6407-.0532,3.6407,5.6657-.0003,5.612-3.6404.0532-3.6405-5.6657.0003-5.612Z"/><path class="c" d="m23.9257,31.6751c1.7021-7.5926,2.0033-9.0667-5.9528-11.1388-1.0198-.2554-3.4006-.8506-2.9755-2.5513,2.3146-4.122,6.5626-5.151,10.4585-6.7179,6.1391-1.9692,2.5716,8.5694,10.2041,10.4593"/><path class="c" d="m18.6172,11.4902c-7.555,4.9831-4.6447-4.3697,1.6525-5.0685,1.5898-.1764,4.6242.0871,3.911,2.1251-.3817,1.0907-3.3225,1.4653-5.5635,2.9434Z"/><path class="c" d="m19.1639,20.6211c-.085,0,4.0815-5.2719,10.799-5.6971"/></svg>
Copied!