Dot Octagon Fill Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Dot Octagon 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/311461.svg" alt="Dot Octagon Fill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311461.svg" alt="Dot Octagon Fill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311461.svg" alt="Dot Octagon Fill icon" :width="24" :height="24" />
CSS background
.icon-dot-octagon-fill {
background-image: url('https://proicons.com/icon/311461.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 21H7V20H6V19H5V18H4V17H3V16H2V15H1V7H2V6H3V5H4V4H5V3H6V2H7V1H15V2H16V3H17V4H18V5H19V6H20V7H21V15H20V16H19V17H18V18H17V19H16V20H15M12 13V12H13V10H12V9H10V10H9V12H10V13Z"/></svg>
Copied!