Trebel Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trebel 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/348803.svg" alt="Trebel Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348803.svg" alt="Trebel Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348803.svg" alt="Trebel Music icon" :width="24" :height="24" />
CSS background
.icon-trebel-music {
background-image: url('https://proicons.com/icon/348803.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="m26.5463,32.8405V5.5h-8.078v29.5435h0c0,4.1181,3.3384,7.4565,7.4565,7.4565h5.7054v-7.4565h-2.8809c-1.2167,0-2.203-.9863-2.203-2.203Z"/><polygon class="c" points="38.143 18.1611 30.0934 13.5137 30.0934 22.8086 38.143 18.1611"/><line class="c" x1="14.9096" y1="13.5137" x2="14.9096" y2="22.8086"/><line class="c" x1="9.857" y1="13.5137" x2="9.857" y2="22.8086"/></svg>
Copied!