Thndr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thndr 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/348485.svg" alt="Thndr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348485.svg" alt="Thndr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348485.svg" alt="Thndr icon" :width="24" :height="24" />
CSS background
.icon-thndr {
background-image: url('https://proicons.com/icon/348485.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.3054,8.1315,4.5187,39.8683a.2966.2966,0,0,0,.1738.3812.293.293,0,0,0,.1031.0187H8.7594a.6117.6117,0,0,0,.5734-.4L21.077,8.1345a.2967.2967,0,0,0-.2774-.4l-3.92-.0024a.612.612,0,0,0-.5739.4Z"/><path class="a" d="M19.8122,11.5521H32.6975s.7012.2877.5314.9233c-.3176,1.2334-1.122,3.0316-1.3351,3.8642.2551.1373,11.6062,0,11.6062,0L22.9874,25.9329l1.63-4.2426s-.13-.5128-1.0973-.5128H16.3679"/></svg>
Copied!