Ambience Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ambience 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/336249.svg" alt="Ambience icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336249.svg" alt="Ambience icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336249.svg" alt="Ambience icon" :width="24" :height="24" />
CSS background
.icon-ambience {
background-image: url('https://proicons.com/icon/336249.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.76,4.5V41.94"/><path class="a" d="M20.88,16.98V43.5"/><path class="a" d="M24,8.4V34.92"/><path class="a" d="M27.12,11.52V38.04"/><path class="a" d="M30.24,8.4V34.92"/><path class="a" d="M33.36,18.54v11.7"/><path class="a" d="M14.64,12.3V36.48"/><path class="a" d="M11.52,20.1v7.8"/><path class="a" d="M36.48,20.1v7.8"/></svg>
Copied!