Neochat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neochat 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/330070.svg" alt="Neochat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330070.svg" alt="Neochat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330070.svg" alt="Neochat icon" :width="24" :height="24" />
CSS background
.icon-neochat {
background-image: url('https://proicons.com/icon/330070.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="M38.3684,5.9417H6.5526A2.0526,2.0526,0,0,0,4.5,7.9943V28.5206a2.0526,2.0526,0,0,0,2.0526,2.0526h6.1579V37.951a1.0263,1.0263,0,0,0,1.7521.7257l8.1034-8.1035H38.3684a2.0526,2.0526,0,0,0,2.0527-2.0526V7.9943A2.0526,2.0526,0,0,0,38.3684,5.9417Z"/><path class="a" d="M12.7105,33.6522H9.6316A2.0526,2.0526,0,0,1,7.5789,31.6V30.5732"/><path class="a" d="M40.4211,9.0206h1.0263A2.0526,2.0526,0,0,1,43.5,11.0732V31.6a2.0526,2.0526,0,0,1-2.0526,2.0526H35.29V41.03a1.0264,1.0264,0,0,1-1.7521.7257L25.434,33.6522H19.4871"/><line class="a" x1="10.1447" y1="11.1907" x2="34.7763" y2="11.1907"/><line class="a" x1="10.1447" y1="17.9397" x2="29.3026" y2="17.9397"/><line class="a" x1="10.1447" y1="24.6887" x2="23.8289" y2="24.6887"/></svg>
Copied!