Woofchat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Woofchat 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/335238.svg" alt="Woofchat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335238.svg" alt="Woofchat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335238.svg" alt="Woofchat icon" :width="24" :height="24" />
CSS background
.icon-woofchat {
background-image: url('https://proicons.com/icon/335238.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="f" class="l" d="M14.9179,12.5509s.4911-7.6133,2.7707-8.032c2.2796-.4187,4.6783,6.2622,4.6783,6.2622,3.594-.7896,5.9213-.4806,8.4028.2723,2.6287-3.3724,6.3437-5.7528,7.9486-4.7193s.2072,7.0963-.6813,10.7547c3.7359,2.2044,4.6366,7.1449,4.4966,11.2992-.3734,11.087-8.4447,15.1906-20.1667,15.111-9.3464-.0635-18.542-7.2781-16.6694-19.3992.7519-4.8666,5.0113-9.2876,9.2204-11.5488Z"/><path id="g" class="l" d="M13.0556,24.0996c.9085-.0869,2.8505.6015,2.9523,1.4748.1019.8733-2.2013,2.0233-3.8153,1.9513-1.6141-.0721-2.5037-1.8299-2.4981-2.2235.0056-.3936,2.4527-1.1157,3.3611-1.2025Z"/><path id="h" class="l" d="M9.9216,30.3845c1.6483-.4048,2.8972.0686,4.1333.5445,3.6853,1.4189,6.1038.3814,7.449-1.8151"/><path id="i" class="l" d="M12.1926,27.5257c.0817,1.033.4884,2.087,1.2199,3.162"/><path id="j" class="l" d="M10.5774,21.2459c1.0154.1639,1.44.0351,1.8906,0"/><path id="k" class="l" d="M19.7629,21.6951c.8325.6127,1.8171.5699,3.532,0"/></svg>
Copied!