Airmusic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airmusic 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/336074.svg" alt="Airmusic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336074.svg" alt="Airmusic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336074.svg" alt="Airmusic icon" :width="24" :height="24" />
CSS background
.icon-airmusic {
background-image: url('https://proicons.com/icon/336074.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="M24,6.3221c-8.393,0-14.6128,3.3866-19.6281,7.2572A2.2652,2.2652,0,0,0,4.0032,16.79L24,41.6779,43.9968,16.79a2.2652,2.2652,0,0,0-.3687-3.2107C38.6128,9.7087,32.393,6.3221,24,6.3221Z"/><path class="a" d="M17.6183,20.6377V14.6485c-4.2323,1.0762-7.0068,3.2763-10.5216,5.9892"/><path class="a" d="M40.9033,20.6377c-3.5158-2.7129-6.29-4.913-10.5216-5.9892v5.9892"/><path class="a" d="M30.3817,14.6485V11.9376a1.03,1.03,0,0,0-1.0265-1.0265h-10.71a1.03,1.03,0,0,0-1.0265,1.0265v2.7109"/><path class="a" d="M17.6183,20.6377v8.1705a1.03,1.03,0,0,0,1.0265,1.0265h10.71a1.03,1.03,0,0,0,1.0265-1.0265V20.6377"/><circle class="a" cx="24" cy="14.261" r="2.0232"/><circle class="a" cx="24" cy="23.2224" r="2.7178"/><circle class="a" cx="24" cy="23.2224" r="5.0581"/></svg>
Copied!