Startdotgg Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Startdotgg 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/316159.svg" alt="Startdotgg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316159.svg" alt="Startdotgg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316159.svg" alt="Startdotgg icon" :width="24" :height="24" />
CSS background
.icon-startdotgg {
background-image: url('https://proicons.com/icon/316159.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>start.gg</title><path d="M6 0A5.999 5.999 0 00.002 6v5.252a.75.75 0 00.75.748H5.25a.748.748 0 00.75-.747V6.749C6 6.334 6.336 6 6.748 6h16.497a.748.748 0 00.749-.748V.749A.743.743 0 0023.247 0zm12.75 12a.748.748 0 00-.75.75v4.5a.748.748 0 01-.747.748H.753a.754.754 0 00-.75.751v4.5a.75.75 0 00.75.751H18a5.999 5.999 0 005.999-6v-5.25a.75.75 0 00-.75-.75z"/></svg>
Copied!