Pant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pant 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/345497.svg" alt="Pant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345497.svg" alt="Pant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345497.svg" alt="Pant icon" :width="24" :height="24" />
CSS background
.icon-pant {
background-image: url('https://proicons.com/icon/345497.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="M10.4193,34.816c-13.5262-9.8717-.9133-23.7635,8.4701-23.0323"/><path class="c" d="M17.991,18.2227l12.7343-6.0933-10.6623-5.7884-2.072,11.8817Z"/><path class="c" d="M37.5807,13.184c13.5262,9.8717.9133,23.7635-8.4701,23.0323"/><path class="c" d="M30.009,29.7773l-12.7343,6.0933,10.6623,5.7884,2.072-11.8817Z"/></g></svg>
Copied!