Exit Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Exit 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/305609.svg" alt="Exit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305609.svg" alt="Exit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305609.svg" alt="Exit icon" :width="24" :height="24" />
CSS background
.icon-exit {
background-image: url('https://proicons.com/icon/305609.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M903 517c9-9 9-25 0-35L617 188c-10-9-25-9-34 0l-57 59c-9 9-9 25 0 35l135 139H297c-13 0-24 11-24 25v98c0 14 11 25 24 25h374L526 718c-9 10-9 26 0 35l57 59c9 9 24 9 34 0l286-295zM418 184H212v632h206v122H151c-34 0-61-28-61-61V123c0-33 27-61 61-61h267v122z"/></svg>
Exit in other icon packs
Copied!