Go To Search Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Go To Search 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/307211.svg" alt="Go To Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307211.svg" alt="Go To Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307211.svg" alt="Go To Search icon" :width="24" :height="24" />
CSS background
.icon-go-to-search {
background-image: url('https://proicons.com/icon/307211.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M7.97754 2.26758C9.73254 2.88158 11 4.53402 11 6.49902C11 7.56199 10.6316 8.53763 10.0156 9.30762L13.8545 13.1465C14.0489 13.3414 14.0498 13.6577 13.8555 13.8525C13.6605 14.0475 13.3434 14.0475 13.1484 13.8525L9.30957 10.0146C8.53958 10.6306 7.56293 10.999 6.50098 10.999C4.016 10.999 2.00099 8.984 2.00098 6.49902C2.00098 5.97108 2.10159 5.46898 2.26855 4.99902H3.09863C3.13463 5.09902 3.17349 5.19806 3.22949 5.28906C3.08949 5.66706 3.00098 6.07202 3.00098 6.49902C3.00099 8.432 4.568 9.99901 6.50098 9.99902C8.43397 9.99902 10.001 8.43202 10.001 6.49902C10.001 5.01618 9.07524 3.7562 7.77246 3.24609C7.8074 3.18526 7.85968 3.13904 7.8877 3.07227C7.9627 2.88927 8.00098 2.696 8.00098 2.5C8.00098 2.422 7.98954 2.34458 7.97754 2.26758Z"/><path d="M4.5 0C4.63299 0 4.75952 0.0534683 4.85352 0.147461L6.85352 2.14746C6.90042 2.19336 6.93789 2.24775 6.96289 2.30859C6.98789 2.36959 7.00097 2.43498 7.00098 2.50098C7.00098 2.56698 6.98789 2.63236 6.96289 2.69336C6.93789 2.75323 6.90043 2.80956 6.85352 2.85547L4.85352 4.85547C4.75956 4.94917 4.63278 5.00195 4.5 5.00195C4.36722 5.00195 4.24044 4.94917 4.14648 4.85547C4.05248 4.76147 3.99902 4.63398 3.99902 4.50098C3.99903 4.36799 4.05249 4.24146 4.14648 4.14746L5.29297 3.00098H2.5C2.10201 3.00098 1.72045 3.15944 1.43945 3.44043C1.15846 3.72242 1.00001 4.10298 1 4.50098V5.50098C1 5.63398 0.947516 5.76147 0.853516 5.85547C0.759563 5.94817 0.632774 6.00098 0.5 6.00098C0.367225 6.00098 0.240437 5.94917 0.146484 5.85547C0.0534844 5.76147 0 5.63398 0 5.50098V4.50098C6.17892e-06 3.83799 0.263427 3.20239 0.732422 2.7334C1.20142 2.26441 1.83701 2.00098 2.5 2.00098H5.29297L4.14648 0.855469C4.05248 0.761469 3.99902 0.633977 3.99902 0.500977C3.99903 0.367985 4.05249 0.241455 4.14648 0.147461C4.24048 0.0534683 4.36701 0 4.5 0Z"/></svg>
Copied!