Chat Nektome Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chat Nektome 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/323604.svg" alt="Chat Nektome icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323604.svg" alt="Chat Nektome icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323604.svg" alt="Chat Nektome icon" :width="24" :height="24" />
CSS background
.icon-chat-nektome {
background-image: url('https://proicons.com/icon/323604.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>.f{fill:#000;}.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="g" d="M21.9159,34.6448c-2.1789,1.9292-4.7012,2.8409-8.2482,3.1724,2.8411-1.6828,4.658-3.1683,5.4865-6.3025-7.8799-.3475-14.6542-5.3371-14.6542-11.1426,0-5.8111,6.4786-11.6419,14.3842-12.0591l1.1931,1.3816c5.9529,0,11.0983,2.5094,13.5377,6.1504"/><path id="c" class="g" d="M33.9008,21.6382c-5.3002.0003-9.5968,3.2881-9.5968,7.3437,0,4.0556,4.2966,7.3434,9.5968,7.3437.0556-.002.1112-.0044.1667-.0072.7017,1.6144,2.9183,3.4692,6.3217,3.3643-1.7989-.9477-2.6165-2.1259-2.7893-3.9246,3.5729-1.1414,5.8997-3.8137,5.9001-6.7763,0-4.0559-4.2971-7.3438-9.5977-7.3437h-.0015,0Z"/><path id="d" class="g" d="M15.7506,17.559c0-.9723.3289-1.9446.9867-2.5928.6578-.6482,1.4801-.9723,2.6312-.9723,1.9734,0,3.6179,1.6205,3.6179,3.5652s-.292,1.9844-.9867,2.5928c-.7877.6899-2.6312,1.6205-2.6312,3.079"/><circle id="e" class="f" cx="19.3686" cy="27.1201" r=".75"/></svg>
Copied!