Pako Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pako 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/345474.svg" alt="Pako icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345474.svg" alt="Pako icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345474.svg" alt="Pako icon" :width="24" :height="24" />
CSS background
.icon-pako {
background-image: url('https://proicons.com/icon/345474.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M9.2948,13.7915,7.7413,19.5892,4.5,25.2033,8.6531,36.307l1.6063-.3836,1.4488,1.4488,5.8027-1.3.26-1.2261,5.1716-.9734.9526,1.65,6.7154-1.32V32.5124l4.1015-1.1433.949,1.438,5.3079-.854.4332-2.3538.83-.0255L43.5,27.7524V18.6966L32.5375,15.7593,27.406,10.6278,9.5,13.1979Z"/><path class="a" d="M8.0944,19.6061l24.6775-3.762"/><path class="a" d="M4.774,25.2768l38.5591-6.3561"/><path class="a" d="M39.629,19.9039v4.99l3.6068-.5769"/><path class="a" d="M9.8693,24.5345l1.53,5.7095-4.444,1.1908"/><path class="a" d="M22.9375,33.342l7.1551-1.6177.3765.7388"/><path class="a" d="M13.5079,32.01l12.7067-1.2167,11.1219-3.0409V21.5673l-25.458,4.1179Z"/></svg>
Copied!