Exit The Gungeon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Exit The Gungeon 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/340176.svg" alt="Exit The Gungeon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340176.svg" alt="Exit The Gungeon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340176.svg" alt="Exit The Gungeon icon" :width="24" :height="24" />
CSS background
.icon-exit-the-gungeon {
background-image: url('https://proicons.com/icon/340176.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"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="6" ry="6"/><line class="b" x1="10.625" y1="36.5" x2="15.625" y2="31.5"/><line class="b" x1="10.625" y1="31.5" x2="15.625" y2="36.5"/><line class="b" x1="32.375" y1="36.5" x2="37.375" y2="31.5"/><line class="b" x1="32.375" y1="31.5" x2="37.375" y2="36.5"/><path class="b" d="M24.9603,37.625c-.6891-.9005-1.3318-1.3236-2.5654-1.3236s-1.7664.3902-1.7664,1.3236.2804,1.7745,1.5,1.7745c1.2477,0,1.3318-1.7745,1.3318-1.7745h5.4953c0-2.002-2.2187-3.625-4.9556-3.625s-4.9556,1.623-4.9556,3.625h1.5841"/></svg>
Copied!