Topdotgg Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Topdotgg 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/316366.svg" alt="Topdotgg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316366.svg" alt="Topdotgg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316366.svg" alt="Topdotgg icon" :width="24" :height="24" />
CSS background
.icon-topdotgg {
background-image: url('https://proicons.com/icon/316366.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Top.gg</title><path d="M0 4.3785h7.6215V12H2.329A2.3212 2.3212 0 0 1 .0077 9.6788Zm24 0H8.757v15.243h3.1144a4.5071 4.5071 0 0 0 4.507-4.5071V12h3.1145A4.5073 4.5073 0 0 0 24 7.4929z"/></svg>
Copied!