Imagesearchman Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imagesearchman 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/341911.svg" alt="Imagesearchman icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341911.svg" alt="Imagesearchman icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341911.svg" alt="Imagesearchman icon" :width="24" :height="24" />
CSS background
.icon-imagesearchman {
background-image: url('https://proicons.com/icon/341911.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.1082,9.2373c4.9616,4.9616,4.9873,12.9805.0512,17.9165-4.936,4.936-12.9549,4.9104-17.9165-.0512-4.9616-4.9616-4.9873-12.9805-.0512-17.9165s12.9549-4.9104,17.9165.0512Z"/><line class="b" x1="27.1595" y1="27.1538" x2="28.5145" y2="28.5089"/><rect class="b" x="29.7476" y="26.164" width="8.8716" height="16.0502" rx="1.2077" ry="1.2077" transform="translate(-14.1632 34.1851) rotate(-45)"/></svg>
Copied!