Modal Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Modal 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/315217.svg" alt="Modal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315217.svg" alt="Modal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315217.svg" alt="Modal icon" :width="24" :height="24" />
CSS background
.icon-modal {
background-image: url('https://proicons.com/icon/315217.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Modal</title><path d="M4.89 5.57 0 14.002l2.521 4.4h5.05l4.396-7.718 4.512 7.709 4.996.037L24 14.057l-4.857-8.452-5.073-.015-2.076 3.598L9.94 5.57Zm.837.729h3.787l1.845 3.252H7.572Zm9.189.021 3.803.012 4.228 7.355-3.736-.027zm-9.82.346L6.94 9.914l-4.209 7.389-1.892-3.3Zm9.187.014 4.297 7.343-1.892 3.282-4.3-7.344zm-6.713 3.6h3.79l-4.212 7.394H3.361Zm11.64 4.109 3.74.027-1.893 3.281-3.74-.027z"/></svg>
Modal in other icon packs
Copied!