Investigator Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Investigator 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/305908.svg" alt="Investigator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305908.svg" alt="Investigator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305908.svg" alt="Investigator icon" :width="24" :height="24" />
CSS background
.icon-investigator {
background-image: url('https://proicons.com/icon/305908.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M934 276zM143 718zm360-38zm98-98zm126 0c2-41 31-78 31-78 5-29-15-25-15-25-71 7-112 45-112 45-7 20-17 39-28 56-42 62-102 102-102 102s-100-65-132-158c0 0-40-38-112-45 0 0-19-4-15 25 0 0 29 37 31 78 0 0-94 58-132 144 0 0-30 56-17 203 0 0 154 80 376 70 222 10 376-70 376-70 14-147-17-203-17-203-38-86-132-144-132-144zm-54-115c93-54 84-134 84-134-7-13-20-11-20-11H524c-22 0-21 32-21 32-4 90 68 112 68 112 63 22 102 1 102 1zm-347 0s38 21 101-1c0 0 73-21 69-112 0 0 1-32-21-32H262s-13-1-20 11c0 0-9 80 84 134zm601-242s-17-56-208-67c0 0-21-136-126-152-23-3-74-8-93-5-18-3-69 2-92 5-106 16-127 152-127 152-190 11-207 67-207 67-36 62 43 89 71 90 49 3 93-2 195-29l160-24s59-4 161 24 145 32 194 29c29-1 108-28 72-90z"/></svg>
Copied!