Alpha X Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Alpha X Fill 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/311112.svg" alt="Alpha X Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311112.svg" alt="Alpha X Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311112.svg" alt="Alpha X Fill icon" :width="24" :height="24" />
CSS background
.icon-alpha-x-fill {
background-image: url('https://proicons.com/icon/311112.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M15 1V2H17V3H18V4H19V5H20V7H21V15H20V17H19V18H18V19H17V20H15V21H7V20H5V19H4V18H3V17H2V15H1V7H2V5H3V4H4V3H5V2H7V1H15M13 16H15V13H14V12H13V10H14V9H15V6H13V8H12V9H10V8H9V6H7V9H8V10H9V12H8V13H7V16H9V14H10V13H12V14H13V16Z"/></svg>
Copied!