Atmosphere Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atmosphere 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/322127.svg" alt="Atmosphere icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322127.svg" alt="Atmosphere icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322127.svg" alt="Atmosphere icon" :width="24" :height="24" />
CSS background
.icon-atmosphere {
background-image: url('https://proicons.com/icon/322127.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m21.0539,38.2381c0,2.7841-2.6491,5.2619-5.9585,5.2619s-5.9921-2.31-5.9921-5.6981v-10.5508c0-2.9439,2.7026-5.0321,5.9921-5.0112,3.2895.0209,5.9585,1.5871,5.9585,5.0112v10.987Z"/><path id="d" class="g" d="m21.0539,38.2381c0,5.3703,4.2223,5.2869,7.3829,4.5099"/><path id="e" class="g" d="m13.1051,13.7601c11.8557.0584,16.5468,6.7455,16.8111,16.6077"/><path id="f" class="g" d="m13.1051,4.5c17.4769.0535,25.9848,10.6569,25.7882,25.8678"/></svg>
Copied!