Jovian Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Jovian 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/314840.svg" alt="Jovian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314840.svg" alt="Jovian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314840.svg" alt="Jovian icon" :width="24" :height="24" />
CSS background
.icon-jovian {
background-image: url('https://proicons.com/icon/314840.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Jovian</title><path d="M20.25 1.65C20.25.74 19.51 0 18.6 0H5.4c-.91 0-1.65.74-1.65 1.65v20.7c0 .91.74 1.65 1.65 1.65h13.2c.91 0 1.65-.74 1.65-1.65V1.65zm-5.275 4.341a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm.04 9.018a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm-6.015 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z"/></svg>
Copied!