Simplesearch Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplesearch 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/332784.svg" alt="Simplesearch icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332784.svg" alt="Simplesearch icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332784.svg" alt="Simplesearch icon" :width="24" :height="24" />
CSS background
.icon-simplesearch {
background-image: url('https://proicons.com/icon/332784.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M9.54,9.53A13.77,13.77,0,0,1,29,9.53h0a13.77,13.77,0,0,1,.74,18.67l.52.51H32l10.5,10.5L39.22,42.5,28.72,32V30.27l-.52-.52A13.77,13.77,0,0,1,9.53,9.54Zm3.05,3.06a9.45,9.45,0,1,0,13.37,0A9.46,9.46,0,0,0,12.59,12.59Z"/><line class="cls-1" x1="29.75" y1="28.21" x2="28.2" y2="29.75"/></svg>
Copied!