Search Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Search Square icon is commonly used in search bars, toolbars and input fields. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310307.svg" alt="Search Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310307.svg" alt="Search Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310307.svg" alt="Search Square icon" :width="24" :height="24" />
CSS background
.icon-search-square {
background-image: url('https://proicons.com/icon/310307.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 2ZM17.25 16.94C17.1755 17.0149 17.0866 17.074 16.9886 17.1135C16.8907 17.1531 16.7857 17.1723 16.6801 17.17C16.4705 17.1696 16.2693 17.0871 16.12 16.94L14.12 14.94C13.1372 15.6394 11.9274 15.9441 10.7306 15.7935C9.53374 15.6429 8.43712 15.0481 7.6582 14.127C6.87929 13.2059 6.47495 12.0257 6.52527 10.8204C6.57558 9.61519 7.07696 8.47285 7.92993 7.61987C8.78291 6.7669 9.92525 6.26559 11.1305 6.21527C12.3357 6.16496 13.5158 6.56935 14.4369 7.34827C15.358 8.12718 15.9528 9.22374 16.1034 10.4206C16.254 11.6174 15.9494 12.8272 15.25 13.81L17.25 15.81C17.3259 15.8829 17.3865 15.9703 17.4282 16.067C17.4699 16.1636 17.4919 16.2677 17.4928 16.3729C17.4937 16.4782 17.4737 16.5825 17.4337 16.6799C17.3937 16.7773 17.3347 16.8658 17.26 16.94H17.25Z" fill="black"/> <path d="M14.5 11.0001C14.5 11.6349 14.3118 12.2556 13.959 12.7834C13.6063 13.3113 13.105 13.7227 12.5185 13.9657C11.9319 14.2087 11.2865 14.2722 10.6639 14.1484C10.0412 14.0245 9.46912 13.7188 9.02019 13.2699C8.57126 12.821 8.26563 12.249 8.14177 11.6263C8.01791 11.0036 8.08143 10.3582 8.32439 9.77167C8.56735 9.18512 8.97876 8.68377 9.50664 8.33105C10.0345 7.97834 10.6552 7.79004 11.2901 7.79004C12.1414 7.79004 12.9579 8.12823 13.5599 8.73022C14.1619 9.33222 14.5 10.1487 14.5 11.0001Z" fill="black"/> </svg>
Search Square in other icon packs
Copied!