Huggingassist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huggingassist 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/327214.svg" alt="Huggingassist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327214.svg" alt="Huggingassist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327214.svg" alt="Huggingassist icon" :width="24" :height="24" />
CSS background
.icon-huggingassist {
background-image: url('https://proicons.com/icon/327214.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.6023,37.0653c-1.6798-.9599-2.9457-1.9728-3.9416-3.8417-.48-.8999.7069-2.1628,1.5679-1.4759l3.3127,2.8717M10.5412,34.6195c-1.3889-1.1259-3.0637-2.6168-3.6887-4.3796-.51-1.4389,1.1489-2.2628,1.8168-1.3159,1.0469,1.3569,2.2298,2.6418,3.4767,3.8926-1.2129-1.3199-2.1098-2.4178-2.5278-3.9446-.32-1.1679,1.1869-1.4549,1.8098-.7759,1.6429,2.3718,2.5978,4.1896,4.4416,4.9356M15.6688,38.0912c-1.1629-1.1079-1.2799-4.5576.443-4.8616-.9799-2.6148-.5679-5.3865,1.2989-4.2116.1,3.2197.8689,3.9146,1.4499,6.0515,1.0219,3.7567-.9599,6.7354-3.9846,6.6574-3.5357-.09-6.4254-1.9238-8.5492-4.1396-1.9798-2.0658.128-3.2337.8319-2.2878M38.3977,37.0653c1.6798-.9599,2.9457-1.9728,3.9416-3.8417.48-.8999-.7069-2.1628-1.5679-1.4759l-3.3127,2.8717M37.4588,34.6195c1.3889-1.1259,3.0637-2.6168,3.6887-4.3796.51-1.4389-1.1489-2.2628-1.8168-1.3159-1.0469,1.3569-2.2298,2.6418-3.4767,3.8926,1.2129-1.3199,2.1098-2.4178,2.5278-3.9446.32-1.1679-1.1869-1.4549-1.8098-.7759-1.6429,2.3718-2.5978,4.1896-4.4416,4.9356M32.3312,38.0912c1.1629-1.1079,1.2799-4.5576-.443-4.8616.9799-2.6148.5679-5.3865-1.2989-4.2116-.1,3.2197-.8689,3.9146-1.4499,6.0515-1.0219,3.7567.9599,6.7354,3.9846,6.6574,3.5357-.09,6.4254-1.9238,8.5492-4.1396,1.9798-2.0658-.128-3.2337-.8319-2.2878M30.8054,16.3352c-1.0179-1.8918-3.9916-1.6948-4.3556.7359M15.6808,19.3809c.237-2.1348,3.0707-3.0557,4.3176-.9349M14.6258,24.7924c8.0153,3.5347,15.2636,1.0079,19.9782-4.4086M30.6444,40.994c-2.1182.8213-4.3713,1.2428-6.6444,1.2429-2.2731-.0001-4.5262-.4216-6.6444-1.2429M7.5945,32.1058c-1.2556-2.5197-1.9089-5.2944-1.9088-8.1073.0011-10.0714,8.2004-18.2354,18.3144-18.2354s18.3138,8.1645,18.3144,18.2364h0c-.0002,2.8129-.6539,5.5877-1.9098,8.1073"/></svg>
Copied!