Ukrposhta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ukrposhta 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/349031.svg" alt="Ukrposhta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349031.svg" alt="Ukrposhta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349031.svg" alt="Ukrposhta icon" :width="24" :height="24" />
CSS background
.icon-ukrposhta {
background-image: url('https://proicons.com/icon/349031.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="m25.304,24.4392c10.3407-2.1441,7.4388-14.5537-.1774-14.5537-7.8533,0-10.6737,11.2299-1.8214,14.0838l13.2304,3.1103-11.5859,16.4204s-9.6112-13.0655-12.4356-17.6702c-5.7099-9.3091,1.2341-21.2848,12.4471-21.3298,12.5663,0,17.5389,14,8.3824,21.8292"/></svg>
Copied!