Irccloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Irccloud 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/327538.svg" alt="Irccloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327538.svg" alt="Irccloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327538.svg" alt="Irccloud icon" :width="24" :height="24" />
CSS background
.icon-irccloud {
background-image: url('https://proicons.com/icon/327538.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m35.2089,19.4875c-.5611,0-1.1016.0769-1.6263.1968.0683-.5014.1159-1.0093.1159-1.5295,0-6.2137-5.0373-11.2509-11.2509-11.2509s-11.251,5.0372-11.251,11.2509c0,.2687.0217.5319.0402.7958-3.2955.8729-5.7368,3.8472-5.7368,7.4173,0,4.2536,3.4482,7.7018,7.7018,7.7018h2.055c.4017,2.8996-.4281,5.1627-2.8805,5.7349,3.6576,3.3251,9.8702-.1942,9.5284-5.7349h13.3042c4.0267,0,7.2911-3.2644,7.2911-7.2911s-3.2644-7.2911-7.2911-7.2911Z"/></svg>
Copied!