Part Time Ufo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Part Time Ufo 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/330993.svg" alt="Part Time Ufo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330993.svg" alt="Part Time Ufo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330993.svg" alt="Part Time Ufo icon" :width="24" :height="24" />
CSS background
.icon-part-time-ufo {
background-image: url('https://proicons.com/icon/330993.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="8.1773" y="31.8984" width="31.6454" height="6.2669" rx="3.1335" ry="3.1335"/><path class="b" d="m26.8042,41.2988h-6.4297c-1.7306,0-3.1335-1.4029-3.1335-3.1335h0"/><path class="b" d="m12.8904,31.8984v-2.6073c0-6.1356,4.9739-11.1096,11.1096-11.1096s11.1096,4.9739,11.1096,11.1096v2.6073"/><polyline class="b" points="25.9422 31.8984 25.9422 25.04 27.8586 25.04"/><polyline class="b" points="21.0737 31.8984 21.0737 25.04 22.99 25.04"/><circle class="b" cx="30.5518" cy="9.0578" r="4.5578"/><path class="b" d="m25.7869,38.1653c0,2.9463,2.3884,5.3347,5.3347,5.3347s5.3347-2.3884,5.3347-5.3347"/><path class="b" d="m11.9064,38.1653c0,2.9463,2.3884,5.3347,5.3347,5.3347,1.775,0,3.3475-.8669,4.3173-2.2004"/><path class="b" d="m27.5324,12.471c-1.6679,2.025-2.3431,3.8642-2.7047,5.7414"/></svg>
Copied!