Seeneva Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seeneva 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/332553.svg" alt="Seeneva icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332553.svg" alt="Seeneva icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332553.svg" alt="Seeneva icon" :width="24" :height="24" />
CSS background
.icon-seeneva {
background-image: url('https://proicons.com/icon/332553.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M26.7878,6.9737C12.2078,8.96,6.8626,15.4684,5.0907,20.0251s.5415,11.53,5.6192,14.5179,8.79,2.6083,8.79,2.6083,3.78-1.857,4.7832-1.857,2.942,2.21.4447,3.3054c1.1475,2.2335-.701,2.8213-1.5021,2.742s-1.4341-.9993-2.1911-2.0649c-.6966-.98-1.5345-2.1255-1.5345-2.1255s-1.0851-.4123-2.6582-3.8116c-1.3561-2.6014,1.42-2.1286,2.1563-2.0386,4.2547.52,7.5847.9959,17.2416-4.6656S43.1341,12.832,43.1341,12.832,41.3684,4.9876,26.7882,6.9737Z"/><circle class="a" cx="35.481" cy="12.7838" r="2.2348"/></svg>
Copied!