Packeta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Packeta 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/330890.svg" alt="Packeta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330890.svg" alt="Packeta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330890.svg" alt="Packeta icon" :width="24" :height="24" />
CSS background
.icon-packeta {
background-image: url('https://proicons.com/icon/330890.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m6.9434,12.1592l2.2482,17.2869,14.9311,13.5409,15.194-13.9613,1.74-17.3503-16.6879-6.6622L6.9434,12.1592Z"/><path id="d" class="h" d="m10.5487,14.1857l1.461,13.5703,11.9489,10.5742,12.2961-10.7784,1.5118-13.7428-14.1456-5.7326-2.9892,1.3924,12.8472,6.3379-.1839,8.8681-3.42,1.8159-.0196-8.3085-14.0132-6.9984-5.2935,3.002Z"/><path id="e" class="h" d="m10.8074,14.2249l13.5652,7.3859,4.9503-2.9101"/><path id="f" class="h" d="m23.9838,21.3829l-.0038,16.511"/><path id="g" class="h" d="m33.538,15.7271l4.0731-1.9716"/></svg>
Copied!