Dots Horizontal Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Dots Horizontal Square 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/310098.svg" alt="Dots Horizontal Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310098.svg" alt="Dots Horizontal Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310098.svg" alt="Dots Horizontal Square icon" :width="24" :height="24" />
CSS background
.icon-dots-horizontal-square {
background-image: url('https://proicons.com/icon/310098.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"> <path d="M15.25 2H8.75C6.9606 2.00265 5.24528 2.71468 3.97998 3.97998C2.71468 5.24528 2.00265 6.9606 2 8.75V15.25C2.00265 17.0394 2.71468 18.7547 3.97998 20.02C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.02C21.2853 18.7547 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24528 20.02 3.97998C18.7547 2.71468 17.0394 2.00265 15.25 2ZM7.19 13.66C6.86169 13.66 6.54075 13.5627 6.26776 13.3802C5.99478 13.1978 5.78201 12.9386 5.65637 12.6353C5.53073 12.3319 5.49784 11.9982 5.56189 11.6761C5.62594 11.3541 5.78402 11.0584 6.01617 10.8262C6.24833 10.5941 6.54414 10.4359 6.86615 10.3719C7.18816 10.3078 7.52193 10.3407 7.82526 10.4664C8.12858 10.592 8.38785 10.8048 8.57025 11.0778C8.75265 11.3507 8.84998 11.6717 8.84998 12C8.84998 12.4403 8.67508 12.8625 8.36377 13.1738C8.05246 13.4851 7.63026 13.66 7.19 13.66ZM12 13.66C11.6717 13.66 11.3507 13.5627 11.0778 13.3802C10.8048 13.1978 10.592 12.9386 10.4664 12.6353C10.3407 12.3319 10.3078 11.9982 10.3719 11.6761C10.4359 11.3541 10.5941 11.0584 10.8262 10.8262C11.0584 10.5941 11.3541 10.4359 11.6761 10.3719C11.9982 10.3078 12.3319 10.3407 12.6353 10.4664C12.9386 10.592 13.1978 10.8048 13.3802 11.0778C13.5627 11.3507 13.66 11.6717 13.66 12C13.6573 12.4394 13.4816 12.8602 13.1709 13.1709C12.8602 13.4816 12.4394 13.6573 12 13.66ZM16.81 13.66C16.483 13.6541 16.1651 13.5517 15.8961 13.3658C15.627 13.1798 15.419 12.9185 15.2979 12.6147C15.1769 12.3109 15.1482 11.9781 15.2156 11.6581C15.283 11.3381 15.4435 11.0452 15.6768 10.816C15.9101 10.5869 16.2059 10.4317 16.527 10.3701C16.8482 10.3084 17.1804 10.3429 17.482 10.4694C17.7836 10.5959 18.0411 10.8086 18.2222 11.0809C18.4033 11.3532 18.4999 11.673 18.5 12C18.5 12.2205 18.4561 12.4389 18.3708 12.6423C18.2856 12.8457 18.1606 13.03 18.0032 13.1845C17.8459 13.3391 17.6593 13.4607 17.4545 13.5424C17.2496 13.624 17.0305 13.664 16.81 13.66Z" fill="black"/> </svg>
Copied!