Timbre Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Timbre 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/333987.svg" alt="Timbre icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333987.svg" alt="Timbre icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333987.svg" alt="Timbre icon" :width="24" :height="24" />
CSS background
.icon-timbre {
background-image: url('https://proicons.com/icon/333987.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.8684,5.1128A2.863,2.863,0,0,0,5,7.9812v25.89A2.8622,2.8622,0,0,0,7.8684,36.74H31.0945L24.23,42.8987H40.1316A2.86,2.86,0,0,0,43,40.03l-.07-25.9018A2.865,2.865,0,0,0,40.0612,11.26H24.8292L23.1444,5.1013Z"/><path class="a" d="M31.0945,36.74,24.8292,11.26"/><path class="a" d="M19.9077,16.8235H16.5743V26.219"/><circle class="a" cx="13.8302" cy="26.1265" r="2.7416"/><path class="a" d="M27.0327,19.2078h3.7952"/><path class="a" d="M29.7449,30.4116h6.3958"/><circle class="a" cx="32.5523" cy="19.2222" r="1.6224"/><circle class="a" cx="38.0302" cy="30.4588" r="1.6224"/><path class="a" d="M28.0261,23.2011a1.6224,1.6224,0,1,1,.7331,3.1538"/><path class="a" d="M24.23,42.8986l-2.1281-5.9473"/><path class="a" d="M34.499,19.2078h4.2256"/><path class="a" d="M30.4361,24.7254h8.2885"/></svg>
Copied!