Emoji Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325395.svg" alt="Emoji Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325395.svg" alt="Emoji Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325395.svg" alt="Emoji Search icon" :width="24" :height="24" />
CSS background
.icon-emoji-search {
background-image: url('https://proicons.com/icon/325395.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m19.6067,5.5c7.7724,0,14.0455,6.3036,14.0455,14.1067,0,7.7724-6.273,14.0455-14.0455,14.0455-7.803,0-14.1067-6.273-14.1067-14.0455,0-7.803,6.3036-14.1067,14.1067-14.1067Z"/><line class="b" x1="29.5298" y1="29.5298" x2="42.5" y2="42.5"/></svg>
Copied!