Einstein Island Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Einstein Island 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/339563.svg" alt="Einstein Island icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339563.svg" alt="Einstein Island icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339563.svg" alt="Einstein Island icon" :width="24" :height="24" />
CSS background
.icon-einstein-island {
background-image: url('https://proicons.com/icon/339563.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>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.m{fill:#fff;stroke-width:0px;}</style></defs><g id="b"><path id="c" class="l" d="M10.2073,10.4374l19.9837.2969c3.6699,5.1398,5.3168,11.2864,2.3744,19.7144-6.1873-2.0065-12.7397-2.3384-19.8785.0083.3117-7.1158.2112-14.0712-2.4804-20.0187l.0009-.0009Z"/><path id="d" class="l" d="M13.7712,7.8942c1.4532-.249,2.8225-1.3343,4.4832.0175,1.6598,1.3518,2.8041.7211,4.5164.0913"/><path id="e" class="l" d="M22.9175,10.6522v-4.2269"/><path id="f" class="l" d="M5.5,30.0927l7.0688,2.3735c4.2158,2.8391,12.4114,3.444,18.2169.3781l11.7143-3.0033-6.8401,4.8281.0055,2.5247c.0046,2.5238-2.2979,4.3809-4.5736,4.3809H13.4669c-5.5731,0-5.6552-4.8742-5.5197-6.735l-2.4472-4.7469Z"/><path id="g" class="l" d="M23.029,28.8203v6.036"/><circle id="h" class="m" cx="15.3526" cy="38.3603" r=".75"/><circle id="i" class="m" cx="20.0414" cy="38.3603" r=".75"/><circle id="j" class="m" cx="24.7312" cy="38.3603" r=".75"/><circle id="k" class="m" cx="29.421" cy="38.3603" r=".75"/></g></svg>
Copied!