Dragon Cave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dragon Cave 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/324723.svg" alt="Dragon Cave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324723.svg" alt="Dragon Cave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324723.svg" alt="Dragon Cave icon" :width="24" :height="24" />
CSS background
.icon-dragon-cave {
background-image: url('https://proicons.com/icon/324723.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"><path id="e" d="M7.5524,19.9839C10.6625,12.438,22.2334.0393,32.8385,4.4103c10.605,4.371,10.0791,21.322,6.9689,28.868-3.5118,8.5204-13.8398,13.7464-22.9802,9.979-9.1404-3.7673-12.7866-14.753-9.2748-23.2734Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path id="f" d="M23.6021,14.704c-1.9337,2.2316-4.761,2.9507-6.3148,1.6062-1.5539-1.3446-1.2459-4.2436.6878-6.4753,1.9337-2.2316,4.761-2.9507,6.3148-1.6062h0c1.5539,1.3446,1.2459,4.2436-.6878,6.4753Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!