Seek By Inaturalist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seek By Inaturalist 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/332550.svg" alt="Seek By Inaturalist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332550.svg" alt="Seek By Inaturalist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332550.svg" alt="Seek By Inaturalist icon" :width="24" :height="24" />
CSS background
.icon-seek-by-inaturalist {
background-image: url('https://proicons.com/icon/332550.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M43.5,10.4819c-1.9592,45.4866-30.7315,17.6966-39,26.7157C6.7127-7.4676,36.6791,20.2417,43.5,10.4819Z"/><path id="c" class="e" d="M11.2164,28.7835c6.4047-9.8577,14.9887-9.4664,23.8195-7.9149"/><path id="d" class="e" d="M26.3969,16.3244c4.9312,.3372,6.9961,2.5144,8.6389,4.5442-2.9038,.7247-5.7061,1.61-7.041,4.8188"/></svg>
Copied!