Starfield Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Starfield 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/347851.svg" alt="Starfield icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347851.svg" alt="Starfield icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347851.svg" alt="Starfield icon" :width="24" :height="24" />
CSS background
.icon-starfield {
background-image: url('https://proicons.com/icon/347851.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m8.58,38.97c3.9-4.02,9.37-6.52,15.42-6.52s11.52,2.5,15.42,6.52"/><path class="b" d="m9.79,40.12c3.79-3.36,8.76-5.38,14.21-5.38s10.42,2.02,14.21,5.38"/><line class="b" x1="28.1786" y1="29.4829" x2="28.1786" y2="27.9457"/><line class="b" x1="27.4099" y1="28.7143" x2="28.9472" y2="28.7143"/><line class="b" x1="19.8214" y1="29.4829" x2="19.8214" y2="27.9457"/><line class="b" x1="19.0528" y1="28.7143" x2="20.5901" y2="28.7143"/><line class="b" x1="30.1786" y1="20.8043" x2="30.1786" y2="19.2671"/><line class="b" x1="29.4099" y1="20.0357" x2="30.9472" y2="20.0357"/><line class="b" x1="17.8214" y1="20.8043" x2="17.8214" y2="19.2671"/><line class="b" x1="17.0528" y1="20.0357" x2="18.5901" y2="20.0357"/><path class="b" d="m31.2093,3.7389c-3.3397,15.4164,12.5772,19.2066,12.9759,27.6811"/><path class="b" d="m37.4671,7.2395c-2.8336,7.9468,7.3497,14.1522,8.0158,17.6178"/><path class="b" d="m24,20.9161l.4387.9413c.1699.3645.4628.6574.8273.8273l.9413.4387-.9413.4387c-.3645.1699-.6574.4628-.8273.8273l-.4387.9413-.4387-.9413c-.1699-.3645-.4628-.6574-.8273-.8273l-.9413-.4387.9413-.4387c.3645-.1699.6574-.4628.8273-.8273l.4387-.9413Z"/><path class="b" d="m24,9.7302l.0678.2192c.3967,1.2835,1.4015,2.2883,2.685,2.685l.2192.0678-.2192.0678c-1.2835.3967-2.2883,1.4015-2.685,2.685l-.0678.2192-.0678-.2192c-.3967-1.2835-1.4015-2.2883-2.685-2.685l-.2192-.0678.2192-.0678c1.2835-.3967,2.2883-1.4015,2.685-2.685l.0678-.2192Z"/><path class="b" d="m16.7907,3.7389c3.3397,15.4164-12.5772,19.2066-12.9759,27.6811"/><path class="b" d="m10.5329,7.2395c2.8336,7.9468-7.3497,14.1522-8.0158,17.6178"/><path class="b" d="m35.6926,26.9792l.3446.7394c.1334.2863.3635.5164.6498.6498l.7394.3446-.7394.3446c-.2863.1334-.5164.3635-.6498.6498l-.3446.7394-.3446-.7394c-.1334-.2863-.3635-.5164-.6498-.6498l-.7394-.3446.7394-.3446c.2863-.1334.5164-.3635.6498-.6498l.3446-.7394Z"/><path class="b" d="m12.305,26.9792l.3446.7394c.1334.2863.3635.5164.6498.6498l.7394.3446-.7394.3446c-.2863.1334-.5164.3635-.6498.6498l-.3446.7394-.3446-.7394c-.1334-.2863-.3635-.5164-.6498-.6498l-.7394-.3446.7394-.3446c.2863-.1334.5164-.3635.6498-.6498l.3446-.7394Z"/><path class="b" d="m9.95,40.26c2.79-2.24,6.33-3.58,10.19-3.58,5.41,0,10.21,2.64,13.17,6.7"/></svg>
Copied!