Juno Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Juno 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/327755.svg" alt="Juno icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327755.svg" alt="Juno icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327755.svg" alt="Juno icon" :width="24" :height="24" />
CSS background
.icon-juno {
background-image: url('https://proicons.com/icon/327755.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><path class="b" d="M24.9419,13.5c3.0247.2663,5.3426,2.8028,5.336,5.8392v9.2981c0,3.2479-2.6147,5.8626-5.8626,5.8626h-.8599c-3.0092.007-5.5327-2.2705-5.8333-5.2647"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!