Neeva Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neeva 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/344600.svg" alt="Neeva icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344600.svg" alt="Neeva icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344600.svg" alt="Neeva icon" :width="24" :height="24" />
CSS background
.icon-neeva {
background-image: url('https://proicons.com/icon/344600.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="j" d="m4.5,28.5107l.0017,12.2311h12.0801v-12.2311H4.5"/><path id="d" class="j" d="m31.4182,25.7504l.0017,14.9914h12.0801v-14.9914"/><path id="e" class="j" d="m4.6534,25.7007C5.1953,15.0197,14.2684,6.7855,24.9517,7.2793"/><path id="f" class="j" d="m25.2208,18.2715c3.6843.5905,6.3473,3.8393,6.2033,7.5678"/><path id="g" class="j" d="m28.662,7.8128c8.3903,2.0483,14.4208,9.3898,14.8005,18.0181"/><path id="h" class="j" d="m4.669,25.7528c5.1708.2949,10.2453-1.4871,14.0963-4.9503,3.851-3.4632,6.1597-8.3208,6.4132-13.4938"/><path id="i" class="j" d="m28.5633,8.0035s.2708,5.9296-3.2944,10.2199"/></g></svg>
Copied!