Rock Identifier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rock Identifier 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/332202.svg" alt="Rock Identifier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332202.svg" alt="Rock Identifier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332202.svg" alt="Rock Identifier icon" :width="24" :height="24" />
CSS background
.icon-rock-identifier {
background-image: url('https://proicons.com/icon/332202.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="M23.3939,10.5788l-8.4671,4.997-2.8391,8.768-.7884,4.4926.9889,2.0291s2.397,3.4723,4.6072,4.8612,6.6033,1.8196,9.1006,1.6644c2.4973-.1552,1.7454-.0388,3.231-.7022,1.4856-.6634,7.4737-7.1657,7.4737-7.1657l-1.7909-9.8427-11.5158-9.1017Z"/><path id="d" class="h" d="M29.8899,30.1917l-2.5812-2.3329-5.2027,5.0879,4.0534,4.2493"/><path id="e" class="h" d="M21.562,15.3097l-9.2258,8.8703"/><path id="f" class="h" d="M12.4494,30.8592l9.9459,2.2075"/><path id="g" class="h" d="M19.7422,26.8575l3.4798-5.4655,4.4131.9592"/><path class="h" d="M42.5,12.3729v-2.8729c0-2.2161-1.7839-4-4-4h-2.873"/><path class="h" d="M12.373,5.5h-2.873c-2.2161,0-4,1.7839-4,4v2.8729"/><path class="h" d="M35.627,42.5h2.873c2.2161,0,4-1.7839,4-4v-2.873"/><path class="h" d="M5.5,35.627v2.873c0,2.2161,1.7839,4,4,4h2.873"/></svg>
Copied!