Insta Eclipse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Insta Eclipse 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/342013.svg" alt="Insta Eclipse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342013.svg" alt="Insta Eclipse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342013.svg" alt="Insta Eclipse icon" :width="24" :height="24" />
CSS background
.icon-insta-eclipse {
background-image: url('https://proicons.com/icon/342013.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M33.5,19c0,1.3-.55,2.47-1.43,3.28-.8.76-1.88,1.22-3.07,1.22-2.49,0-4.5-2.01-4.5-4.5,0-1.19.46-2.27,1.22-3.07.81-.88,1.98-1.43,3.28-1.43,2.49,0,4.5,2.01,4.5,4.5Z"/><path class="c" d="M32.25,24c0,4.56-3.69,8.25-8.25,8.25s-8.25-3.69-8.25-8.25,3.69-8.25,8.25-8.25c.59,0,1.17.06,1.72.18-.76.8-1.22,1.88-1.22,3.07,0,2.49,2.01,4.5,4.5,4.5,1.19,0,2.27-.46,3.07-1.22.12.55.18,1.13.18,1.72Z"/></svg>
Copied!