Nova Post Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nova Post 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/344953.svg" alt="Nova Post icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344953.svg" alt="Nova Post icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344953.svg" alt="Nova Post icon" :width="24" :height="24" />
CSS background
.icon-nova-post {
background-image: url('https://proicons.com/icon/344953.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="m5.5,24l7.4881-7.4881v14.9762l-7.4881-7.4881Z"/><path class="b" d="m42.5,24l-7.4881-7.4881v14.9762l7.4881-7.4881Z"/><path class="b" d="m20.4762,27.5238h7.0476v7.4881h3.9643l-7.4881,7.4881-7.4881-7.4881h3.9643v-7.4881Z"/><path class="b" d="m20.4762,20.4762h7.0476v-7.4881h3.9643l-7.4881-7.4881-7.4881,7.4881h3.9643v7.4881Z"/></svg>
Copied!