Word Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Word 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/335244.svg" alt="Word Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335244.svg" alt="Word Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335244.svg" alt="Word Search icon" :width="24" :height="24" />
CSS background
.icon-word-search {
background-image: url('https://proicons.com/icon/335244.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" 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><rect class="cls-1" x="16.582" y=".9097" width="14.836" height="46.1806" rx="7.418" ry="7.418" transform="translate(-9.9411 24) rotate(-45)"/><path class="cls-1" d="M9,19.49v15.51c0,2.21,1.79,4,4,4h15.51"/><path class="cls-1" d="M19.49,9h15.51c2.21,0,4,1.79,4,4v15.51"/><path class="cls-1" d="M25.2299,31.7745v-7.5h2.4554c1.3881,0,2.5134,1.1277,2.5134,2.5188s-1.1253,2.5188-2.5134,2.5188h-2.4554"/><line class="cls-1" x1="27.6853" y1="29.3122" x2="30.1404" y2="31.7727"/><polyline class="cls-1" points="16.5 9.8236 14.625 17.3236 12.75 9.8236 10.875 17.3236 9 9.8236"/><path class="cls-1" d="M33.7097,39v-7.5h1.6875c1.8122,0,3.2812,1.4691,3.2812,3.2813v.9375c0,1.8122-1.4691,3.2812-3.2812,3.2813h-1.6875Z"/><rect class="cls-1" x="17.6538" y="16.7746" width="4.9688" height="7.5" rx="2.4844" ry="2.4844"/></svg>
Copied!