Thunderstore Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Thunderstore 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/316331.svg" alt="Thunderstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316331.svg" alt="Thunderstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316331.svg" alt="Thunderstore icon" :width="24" :height="24" />
CSS background
.icon-thunderstore {
background-image: url('https://proicons.com/icon/316331.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>Thunderstore</title><path d="m.322 13.174 4.706 8.192L7.2 16.855 4.824 12.72a1.416 1.416 0 0 1 0-1.444l2.965-5.16c.265-.46.718-.723 1.245-.723h1.595l-3.086 6.953h3.812L6.171 22.403 16.583 9.914h-3.201l2.184-4.52h6.052L24 1.25H7.175c-.86 0-1.598.428-2.028 1.174l-4.825 8.4a2.306 2.306 0 0 0 0 2.35m7.213 9.576h9.29a2.29 2.29 0 0 0 2.03-1.176l4.825-8.4a2.317 2.317 0 0 0 0-2.35l-1.93-3.36h-4.763l2.19 3.813c.262.46.262.987 0 1.444l-2.964 5.162a1.41 1.41 0 0 1-1.248.723h-2.154l-1.497-.017z"/></svg>
Copied!