Treble Info Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Treble Info icon is commonly used in tooltips, help sections and onboarding flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/334245.svg" alt="Treble Info icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334245.svg" alt="Treble Info icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334245.svg" alt="Treble Info icon" :width="24" :height="24" />
CSS background
.icon-treble-info {
background-image: url('https://proicons.com/icon/334245.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#000;stroke-width:0px;}</style></defs><path id="c" class="d" d="m34,4.5H14c-1.1046,0-2,.8954-2,2v35c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6.5c0-1.1046-.8954-2-2-2Z"/><rect class="d" x="15" y="9.5" width="18" height="29"/><circle class="e" cx="24" cy="18.5377" r=".75"/><line class="d" x1="24" y1="22.1768" x2="24" y2="30.2123"/></svg>
Copied!