Exit Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Exit Svg 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/308914.svg" alt="Exit Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308914.svg" alt="Exit Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308914.svg" alt="Exit Svg icon" :width="24" :height="24" />
CSS background
.icon-exit---svg {
background-image: url('https://proicons.com/icon/308914.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15 3.00098C15.5523 3.00098 16 3.44869 16 4.00098C16 4.55326 15.5523 5.00098 15 5.00098H6V18.001C6 18.5533 6.44772 19.001 7 19.001H15C15.5523 19.001 16 19.4487 16 20.001C16 20.5533 15.5523 21.001 15 21.001H7C5.34315 21.001 4 19.6578 4 18.001V4.00098C4 3.44869 4.44771 3.00098 5 3.00098H15ZM16.7071 8.29387C16.4211 8.00787 15.991 7.92232 15.6173 8.0771C15.2436 8.23188 15 8.59651 15 9.00098V11.001H9C8.44772 11.001 8 11.4487 8 12.001C8 12.5533 8.44772 13.001 9 13.001H15V15.001C15 15.4054 15.2436 15.7701 15.6173 15.9249C15.991 16.0796 16.4211 15.9941 16.7071 15.7081L19.7071 12.7081C20.0976 12.3176 20.0976 11.6844 19.7071 11.2939L16.7071 8.29387Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000976562)"/> </clipPath> </defs> </svg>
Copied!