Eclipsevertdotx Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Eclipsevertdotx 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/314189.svg" alt="Eclipsevertdotx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314189.svg" alt="Eclipsevertdotx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314189.svg" alt="Eclipsevertdotx icon" :width="24" :height="24" />
CSS background
.icon-eclipsevertdotx {
background-image: url('https://proicons.com/icon/314189.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>Eclipse Vert.x</title><path d="M3.356.01C1.566.01.027 1.269 0 2.938v1.436h2.515l3.861 8.896 4.028-8.791h5.078l2.182 3.986 2.56-3.986H24V2.946C24 1.281 22.44.011 20.645.011zM24 5.668l-8.874 13.56H12.44c-.02-.629-.188-1.237-.503-1.74l3.609-5.708-2.744-4.36-3.829 8.42-.036-.002a3.443 3.443 0 0 0-3.434 3.433c0 .021.003.042.004.063h-.263L0 7.5v13.553c0 1.665 1.56 2.935 3.356 2.935h17.289c1.812 0 3.355-1.276 3.355-2.935v-1.826h-3.587l-1.594-2.874 2.224-3.378L24 17.638zm-15.066 11.5a2.102 2.102 0 0 1 2.109 2.103 2.106 2.106 0 1 1-4.212 0c0-1.16.937-2.1 2.103-2.103Z"/></svg>
Copied!