Trebleshot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trebleshot 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/334246.svg" alt="Trebleshot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334246.svg" alt="Trebleshot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334246.svg" alt="Trebleshot icon" :width="24" :height="24" />
CSS background
.icon-trebleshot {
background-image: url('https://proicons.com/icon/334246.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M9.12,19.53c0,.39,0,.78,0,1.18A14.93,14.93,0,0,0,20.13,35.13"/><path class="cls-1" d="M32.47,8.42a14.93,14.93,0,0,0-19,1.74"/><path class="cls-1" d="M30.41,34.2a14.93,14.93,0,0,0,8-17.35"/><circle class="cls-1" cx="24" cy="35.64" r="3.9"/><circle class="cls-1" cx="11.07" cy="13.25" r="3.9"/><circle class="cls-1" cx="36.93" cy="13.25" r="3.9"/><path class="cls-1" d="M18.54,39.31a6.58,6.58,0,0,0,7.84,2.46,6.32,6.32,0,0,0,1.28-.68,6.57,6.57,0,0,0-7.33-10.91"/><path class="cls-1" d="M42.75,16.29A6.57,6.57,0,0,0,31.91,9a6.72,6.72,0,0,0-.81,1.21,6.57,6.57,0,0,0,2.79,8.87"/><path class="cls-1" d="M10.65,6.69a6.57,6.57,0,0,0-6.07,5.53,7,7,0,0,0-.07,1.45,6.57,6.57,0,1,0,13.12-.84"/></svg>
Copied!