Cifra Club Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cifra Club 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/338259.svg" alt="Cifra Club icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338259.svg" alt="Cifra Club icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338259.svg" alt="Cifra Club icon" :width="24" :height="24" />
CSS background
.icon-cifra-club {
background-image: url('https://proicons.com/icon/338259.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><line class="c" x1="22.5981" y1="21.528" x2="38.6215" y2="5.5"/><line class="c" x1="25.9626" y1="24.7664" x2="42.3056" y2="8.2663"/><path class="c" d="M30.041,14.083c-3.784-3.6578-9.5457-4.583-13.8354-1.5129-4.2897,3.0701-.257,8.5187-10.7056,11.4299"/><path class="c" d="M33.2977,17.3608c2.8005,2.6532,7.0038,11.3783.4033,14.8915-5.215,2.7757-6.9393,1.7664-8.3271,10.2477"/><circle class="c" cx="18.5845" cy="29.1585" r="4.9626"/></svg>
Copied!