Mypostnordapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mypostnordapp 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/329896.svg" alt="Mypostnordapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329896.svg" alt="Mypostnordapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329896.svg" alt="Mypostnordapp icon" :width="24" :height="24" />
CSS background
.icon-mypostnordapp {
background-image: url('https://proicons.com/icon/329896.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;}</style></defs><line class="b" x1="5.6662" y1="14.5838" x2="35.0224" y2="14.5838"/><path class="b" d="M5.6662,14.5838l7.0443-8.3715c.38-.4516.9401-.7123,1.5303-.7123h19.5184c.5902,0,1.1503.2607,1.5303.7123l6.5746,7.8133c.3034.3605.4697.8165.4697,1.2877v23.8708c0,1.8313-1.4846,3.3159-3.3159,3.3159H8.982c-1.8313,0-3.3159-1.4846-3.3159-3.3159v-12.3039"/><line class="b" x1="24" y1="14.5838" x2="24" y2="11.0389"/><line class="b" x1="5.6662" y1="22.4491" x2="5.6662" y2="20.8982"/><ellipse class="b" cx="31.4775" cy="24" rx="4.3204" ry="3.1018"/></svg>
Copied!