Paknsave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paknsave 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/345473.svg" alt="Paknsave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345473.svg" alt="Paknsave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345473.svg" alt="Paknsave icon" :width="24" :height="24" />
CSS background
.icon-paknsave {
background-image: url('https://proicons.com/icon/345473.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M10.5,21.9906v-7.9169h2.5918c1.4653,0,2.6531,1.1904,2.6531,2.6588s-1.1878,2.6588-2.6531,2.6588h-2.5918"/><line class="b" x1="26.3508" y1="14.0743" x2="26.3508" y2="21.9906"/><polyline class="b" points="30.6102 21.9929 27.3543 18.0343 30.6102 14.1025"/><line class="b" x1="27.3446" y1="18.0329" x2="26.3508" y2="18.0329"/><line class="b" x1="33.5414" y1="21.9167" x2="33.5414" y2="16.6716"/><path class="b" d="M37.5,21.9167v-3.2658c0-1.0932-.8862-1.9793-1.9793-1.9793s-1.9793.8862-1.9793,1.9793"/><line class="b" x1="33.5309" y1="14.6151" x2="34.9222" y2="14.1207"/><line class="b" x1="22.7611" y1="19.3446" x2="19.331" y2="19.3446"/><polyline class="b" points="18.4759 21.9691 21.049 14.0758 23.6221 21.9929"/><polyline class="b" points="31.0106 26.0086 28.3881 33.9257 25.7656 26.0086"/><path class="b" d="M10.661,33.0588c.4855.632,1.0942.8675,1.9412.8675h1.1721c1.0908,0,1.975-.8842,1.975-1.975v-.0085c0-1.0908-.8842-1.975-1.975-1.975h-1.293c-1.092,0-1.9771-.8852-1.9771-1.9771h0c0-1.0944.8871-1.9815,1.9815-1.9815h1.1657c.8469,0,1.4557.2354,1.9412.8675"/><line class="b" x1="33.4373" y1="29.9672" x2="36.0183" y2="29.9672"/><polyline class="b" points="37.3959 33.9257 33.4373 33.9257 33.4373 26.0086 37.3959 26.0086"/><line class="b" x1="22.4638" y1="31.2775" x2="19.0337" y2="31.2775"/><polyline class="b" points="18.1786 33.902 20.7517 26.0086 23.3248 33.9257"/><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!