Obsidentify Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Obsidentify 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/330510.svg" alt="Obsidentify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330510.svg" alt="Obsidentify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330510.svg" alt="Obsidentify icon" :width="24" :height="24" />
CSS background
.icon-obsidentify {
background-image: url('https://proicons.com/icon/330510.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m22.8031,14.4278c-.6328-5.0714-4.3509-7.5289-7.0815-7.1911"/><path class="c" d="m39.4436,25.6426c8.0547-9.0272-2.9442-18.8776-11.6351-8.3873-.9125-2.0554-2.0851-2.9574-3.8085-3.0638-1.7234.1064-2.896,1.0084-3.8085,3.0638-9.6596-11.6596-22.1702,1.8085-8.2021,11.3457-7.883,8.2926.5213,16.6755,8.9468,8.7606.5214.8688,1.4045,1.7999,3.0638,1.794,1.6593.0059,2.5424-.9252,3.0638-1.794"/><path class="c" d="m25.1969,14.4278c.6328-5.0714,4.3509-7.5289,7.0815-7.1911"/><circle class="c" cx="34.9307" cy="33.2787" r="8.8686"/><polyline class="c" points="38.8586 31.0075 33.7267 36.1394 30.9532 33.3659"/></svg>
Copied!