Cricbuzz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cricbuzz 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/324098.svg" alt="Cricbuzz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324098.svg" alt="Cricbuzz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324098.svg" alt="Cricbuzz icon" :width="24" :height="24" />
CSS background
.icon-cricbuzz {
background-image: url('https://proicons.com/icon/324098.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>.ad{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="ad" cx="24" cy="24" r="21.5"/><path id="c" class="ad" d="M31.2008,3.7417C10.7775,2.5971,1.7292,17.8213,4.6266,33.3232"/><path id="d" class="ad" d="M33.6802,4.8025C9.6668,4.2562,3.5369,23.7888,5.3027,34.6142"/><path id="e" class="ad" d="M16.7163,6.2851l-.5653,2.9768"/><path id="f" class="ad" d="M20.1122,4.9527l-.9072,2.5926"/><path id="g" class="ad" d="M22.5373,4.4527l-.4507,1.7963"/><path id="h" class="ad" d="M25.5573,3.9527v1.3981"/><path id="i" class="ad" d="M12.9318,8.6032l.09,3.1365"/><path id="j" class="ad" d="M9.8972,11.4216l.2317,3.5964"/><path id="k" class="ad" d="M7.1127,15.3857l.8058,3.2677"/><path id="l" class="ad" d="M6.4522,22.2088l-1.3108-2.0335"/><path id="m" class="ad" d="M5.4898,25.9444l-1.1888-1.6292"/><path id="n" class="ad" d="M28.3067,3.6889l-.163,1.3665"/><path id="o" class="ad" d="M24.5188,2.5063l-.1662,1.501"/><path id="p" class="ad" d="M22.4237,2.5579l-.3588,1.8723"/><path id="q" class="ad" d="M20.1794,2.8422l-.633,2.2928"/><path id="r" class="ad" d="M17.1956,3.6051l-.4793,2.68"/><path id="s" class="ad" d="M13.6473,5.1567l-.052,2.9607"/><path id="t" class="ad" d="M10.5666,7.2133l.2673,3.2165"/><path id="u" class="ad" d="M7.6377,10.0528l.5889,3.5159"/><path id="v" class="ad" d="M4.9384,14.0549l1.2371,3.2449"/><path id="w" class="ad" d="M3.4894,17.5528l1.4011,3.5532"/><path id="x" class="ad" d="M2.5859,22.0799l1.715,2.2353"/><g><g id="y"><g id="z"><path id="aa" class="ad" d="M25.5781,23.574c.3172-2.6602,2.7533-4.5772,5.4135-4.26h0c2.6602,.3172,4.5772,2.7533,4.26,5.4135l-.3749,3.1439c-.3172,2.6602-2.7533,4.5772-5.4135,4.26h0c-2.6602-.3172-4.5772-2.7533-4.26-5.4135"/></g><line id="ab" class="ad" x1="24.6265" y1="31.5546" x2="26.9335" y2="12.2076"/></g><path id="ac" class="ad" d="M21.408,30.2241c-.8985,1.3645-2.7068,2.13-4.3996,1.9281h0c-2.6602-.3173-4.5772-2.7533-4.26-5.4135l.3749-3.1439c.3173-2.6602,2.7533-4.5772,5.4135-4.26h0c1.6929,.2019,3.2704,1.3711,3.8229,2.9086"/></g></svg>
Copied!