Weechat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weechat 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/349628.svg" alt="Weechat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349628.svg" alt="Weechat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349628.svg" alt="Weechat icon" :width="24" :height="24" />
CSS background
.icon-weechat {
background-image: url('https://proicons.com/icon/349628.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.4572,14.8979a21.5934,21.5934,0,0,0,1.831-12.1862,21.594,21.594,0,0,0-12.1861,1.831,21.3,21.3,0,0,0-18.2041,0A21.5946,21.5946,0,0,0,2.7118,2.7117a21.5934,21.5934,0,0,0,1.831,12.1862A21.4918,21.4918,0,1,0,45.5,24,21.3785,21.3785,0,0,0,43.4572,14.8979Z"/><path class="a" d="M14,30.1454a3.3551,3.3551,0,1,1,6.71,0Z"/><path class="a" d="M27.29,30.1454a3.3551,3.3551,0,0,1,6.71,0Z"/></svg>
Copied!