Vibe Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vibe Music icon is commonly used in audio players, playlist apps and music streaming UIs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349277.svg" alt="Vibe Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349277.svg" alt="Vibe Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349277.svg" alt="Vibe Music icon" :width="24" :height="24" />
CSS background
.icon-vibe-music {
background-image: url('https://proicons.com/icon/349277.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="m38.3293,28.2543v-5.2478h1.8968c2.2055,0,2.2225,5.2478-.0316,5.2478h-1.8652Z"/><path id="c" class="l" d="m9.6707,23.0065v5.2478h-1.8968c-2.2055,0-2.2225-5.2478.0316-5.2478h1.8652Z"/><path id="d" class="l" d="m38.3293,23.0065C38.3293-.3513,9.9612-.3197,9.6707,23.0065"/><path id="e" class="l" d="m12.9365,20.2592v4.9317"/><path id="f" class="l" d="m15.9714,17.667v9.895"/><path id="g" class="l" d="m18.8798,19.5579v6.3344"/><path id="h" class="l" d="m29.1225,33.031v4.9317"/><path id="i" class="l" d="m32.0626,30.5336v10.0214"/><path id="j" class="l" d="m34.9078,32.3297v6.1705"/><path id="k" class="l" d="m25.8664,19.5579l-.1581,17.2035c0,1.9027-2.8981,6.0326-6.8285,5.722-5.6057-.443-7.6224-6.7494-2.9084-9.7685,2.0623-1.3208,3.8012-1.3268,5.6588-1.0866l.3161-20.4421c1.9961,2.5792,4.7298,4.3222,7.682,6.1646,5.1914,3.2397,7.2469,8.1518,3.1356,11.2543-.2381-2.1997-.1329-4.5182-2.4717-5.9907-1.4368-1.0396-2.9559-2.1579-4.4259-3.0565Z"/></svg>
Copied!