Omaposti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Omaposti 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/330586.svg" alt="Omaposti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330586.svg" alt="Omaposti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330586.svg" alt="Omaposti icon" :width="24" :height="24" />
CSS background
.icon-omaposti {
background-image: url('https://proicons.com/icon/330586.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:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><rect class="b" x="18.3882" y="20.2084" width="4.6047" height="6.1012" rx="2.3023" ry="2.3023"/><circle class="c" cx="35.6942" cy="17.3881" r=".75"/><line class="b" x1="35.6942" y1="20.2084" x2="35.6942" y2="26.3096"/><path class="b" d="M25.0218,25.7949c.4204.353.8743.5148,1.8935.5148h.5165c.8406,0,1.522-.6829,1.522-1.5253h0c0-.8424-.6814-1.5253-1.522-1.5253h-1.0331c-.8406,0-1.522-.6829-1.522-1.5253h0c0-.8424.6814-1.5253,1.522-1.5253h.5165c1.0193,0,1.4731.1618,1.8935.5148"/><path class="b" d="M32.2084,18.309v6.8494c0,.6358.5154,1.1512,1.1512,1.1512h.3454"/><line class="b" x1="30.9997" y1="20.2084" x2="33.4171" y2="20.2084"/><path class="b" d="M11.5,24.0073c0,1.2715,1.0308,2.3023,2.3023,2.3023h0c1.2715,0,2.3023-1.0308,2.3023-2.3023v-1.4965c0-1.2715-1.0308-2.3023-2.3023-2.3023h0c-1.2715,0-2.3023,1.0308-2.3023,2.3023"/><line class="b" x1="11.5" y1="20.2084" x2="11.5" y2="29.4178"/></svg>
Copied!