Artemis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Artemis 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/336618.svg" alt="Artemis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336618.svg" alt="Artemis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336618.svg" alt="Artemis icon" :width="24" :height="24" />
CSS background
.icon-artemis {
background-image: url('https://proicons.com/icon/336618.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><path class="c" d="m24.5666,16.059l8.8653-1.7694-1.4625,8.9285c.8306,1.1495,1.3933,2.4887,1.6882,4.0174l3.1507-16.4396-16.3132,3.7194c1.5347.2407,2.8919.7553,4.0715,1.5437Z"/><path class="c" d="m28.1169,28.1201l2.7147-11.1586-11.0587,3.0978c4.036,1.3879,6.8173,4.0748,8.344,8.0608Z"/><path class="c" d="m8.3979,40.2082c-.0181-1.0773,3.2921-6.1509,9.9305-15.2208,2.0042-.6079,3.7736-.7914,5.3083-.5507.2949,1.5227.1896,3.2771-.316,5.2632-8.8713,6.9875-13.8456,10.4903-14.9229,10.5083Z"/><path class="c" d="m34.9718,11.2145C23.953,2.0121,10.7722,5.9208,5.5,13.1611c6.6805-3.7646,14.2729-4.8051,21.8124-.2002"/><path class="c" d="m36.4794,12.5117c9.9435,11.8226,6.0976,24.1487-.9441,29.6556,3.6924-6.9333,4.1025-15.828-.5635-21.7892"/></svg>
Copied!