Nasa Imagery Fetcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nasa Imagery Fetcher 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/329979.svg" alt="Nasa Imagery Fetcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329979.svg" alt="Nasa Imagery Fetcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329979.svg" alt="Nasa Imagery Fetcher icon" :width="24" :height="24" />
CSS background
.icon-nasa-imagery-fetcher {
background-image: url('https://proicons.com/icon/329979.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.197,20.326a1.6446,1.6446,0,1,1-1.5089-2.9225"/><ellipse class="a" cx="33.269" cy="9.0438" rx="3.6565" ry="3.6424"/><path class="a" d="M12.424,17.571,31.378,5.926"/><path class="a" d="M14.075,20.382l20.532-7.9486"/><path class="a" d="M24.631,16.296V45.502"/><path class="a" d="M24.631,16.296l6.754,25.109"/><path class="a" d="M24.631,16.296,17.877,41.405"/><path class="a" d="M37.28,24.3343l-2.552-.8424L32.65,25.1912l.0161-2.6773-2.2651-1.4425,2.562-.8122.6778-2.5909,1.5674,2.1753,2.684-.1586-1.5932,2.1565Z"/><path class="a" d="M13.236,2.5a4.0363,4.0363,0,0,0,.931,7.9684h.0012A4.0548,4.0548,0,0,0,18.0536,7.57,3.5088,3.5088,0,0,1,13.2361,2.5Z"/></svg>
Copied!