Coub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coub 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/338597.svg" alt="Coub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338597.svg" alt="Coub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338597.svg" alt="Coub icon" :width="24" :height="24" />
CSS background
.icon-coub {
background-image: url('https://proicons.com/icon/338597.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m45.5,24c0,11.87-9.63,21.5-21.5,21.5-.56,0-1.11-.02-1.66-.07.46-1.25,1.06-2.5,1.37-3.71.61-2.33,1.99-4.1299,3.62-5.8,1.28-1.32,2-3,2.96-4.52.88-1.38,1.71-2.78,2.58-4.17,1.53-2.47,3.1-4.92,4.59-7.42.3-.5.4-1.17.41-1.77.01-.88-.83-1.36-1.63-.97-.37.17-.75.44-.99.76-1.06,1.41-2.04,2.87-3.11,4.26-.52.69-1.18,1.27-1.78,1.9-.24.26-.48.52-.75.76-.1.09-.3.18-.39.14-.1-.05-.17-.25-.18-.39-.0099-.61.07-1.23-.0099-1.84-.08-.66-.4301-1.2-1.14-1.39-.68-.19-1.14.19-1.61.6-.25.23-.59.6-.8.55-.49-.13-.16-.6-.16-.92-.02-.95-.41-1.68-1.15-2-.74-.33-1.6301-.1092-2.31.5-.2829.2535-.3964.5865-.72.45-.2772-.0678-.26-.59-.31-.9-.38-2.44-.21-4.89-.09-7.34.04-.78.08-1.56.09-2.34.01-.84-.4-1.48-1.01-1.65-.65-.18-1.48.15-1.78.9301-.3.77-.42,1.63-.54,2.46-.2,1.46-.37,2.92-.5,4.39-.07.83-.03,1.66-.04,2.5-.03,1.22-.02,2.45-.12,3.67-.03.39-.3.83-.59,1.12-.56.57-1.18,1.07-1.82,1.55-1.03.79-1.15,1.87-1.16,3.05-.01,1.76.46,3.38,1.28,4.93.65,1.24.7,2.52.16,3.85-.71,1.79-1.4,3.77-2.05,5.59-6.1-3.79-10.16-10.55-10.16-18.26C2.5,12.13,12.13,2.5,24,2.5s21.5,9.63,21.5,21.5Z"/></svg>
Copied!