Nasa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nasa 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/344537.svg" alt="Nasa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344537.svg" alt="Nasa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344537.svg" alt="Nasa icon" :width="24" :height="24" />
CSS background
.icon-nasa {
background-image: url('https://proicons.com/icon/344537.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="m4.5,29l.01-8.23c0-.89.91-1.76,1.84-1.77s1.53.5,1.88,1.77l1.8,6.59c.2.78.38,1.64,1.76,1.64s1.85-.85,1.85-1.64v-8.36m19.03,0h-5.79c-1.03,0-1.99.86-2.01,2.46-.02,1.6.88,2.6,2.01,2.6h3.51c1.3,0,2.28.8,2.28,2.36s-.87,2.58-2.27,2.58h-5.92m-8.89,0l2.78-8.3c.44-1.31.87-1.7,1.67-1.7s1.22.37,1.67,1.7l2.77,8.3m10.14,0l2.78-8.3c.43-1.3.87-1.7,1.67-1.7s1.21.37,1.66,1.7l2.77,8.3"/></svg>
Nasa in other icon packs
Copied!