Intelius Search Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Intelius 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/342039.svg" alt="Intelius Search icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342039.svg" alt="Intelius Search icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342039.svg" alt="Intelius Search icon" :width="24" :height="24" />
CSS background
.icon-intelius-search {
background-image: url('https://proicons.com/icon/342039.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="i" d="M40.4329689,11.0024854c-7.62092738,9.55431925-5.46032099,18.24599545-4.48537099,26.58946957-6.8345543-10.63673476-8.15168869-21.33405572-3.95140117-32.09195497l8.43677216,5.5024854Z"/><path id="g" class="i" d="M35.94759791,37.59195497l-7.55151827,4.90804503c-4.1688923-7.59665495-8.7735843-15.58491541-20.82904854-17.85861656,16.79007742-1.23430011,23.97614216,5.19609238,28.38056681,12.95057152Z"/><path id="h" class="i" d="M7.5670311,14.86304335v9.77834009c11.62833129-.06800354,20.42379893-10.0598508,24.42916564-19.14138344-5.97281174,6.19592222-13.25139066,10.87377698-24.42916564,9.36304335Z"/></svg>
Copied!