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