Tops Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tops 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/348672.svg" alt="Tops icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348672.svg" alt="Tops icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348672.svg" alt="Tops icon" :width="24" :height="24" />
CSS background
.icon-tops {
background-image: url('https://proicons.com/icon/348672.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.7357,20.5745c-.667-.476-3.054-.93-4.464-.224-.94.471-1.495,1.847-.01,2.491,1.243.539,2.358.251,3.809.793,1.517.566.93,2.02-.01,2.49-1.41.707-4.146.253-4.812-.223M25.3057,23.2915c.0011,1.8076,1.4674,3.2721,3.275,3.271.0007,0,.0013,0,.002,0,1.809,0,3.276-1.464,3.276-3.27s-1.467-3.27-3.276-3.27c-1.8076-.0022-3.2748,1.4614-3.277,3.269,0,.0003,0,.0007,0,.001v6.535M22.4387,23.2925c0,1.806-1.4667,3.27-3.276,3.27h0c-1.8093,0-3.276-1.464-3.276-3.27h0c0-1.806,1.4667-3.27,3.276-3.27h0c1.8093,0,3.276,1.464,3.276,3.27h0M12.2007,18.1725h4.202M7.9997,18.1725h4.2v8.39"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!