Bcbsil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bcbsil 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/337020.svg" alt="Bcbsil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337020.svg" alt="Bcbsil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337020.svg" alt="Bcbsil icon" :width="24" :height="24" />
CSS background
.icon-bcbsil {
background-image: url('https://proicons.com/icon/337020.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="cls-1" points="42.5 15.8366 32.1634 15.8366 32.1634 5.5001 15.8366 5.5001 15.8366 15.8366 5.5 15.8366 5.5 32.1634 15.8366 32.1634 15.8366 42.4999 32.1634 42.4999 32.1634 32.1634 42.5 32.1634 42.5 15.8366"/><path class="cls-1" d="M14.9334,21.7387c2.83-.21,6.35-.17,6.63.88.28,1.03-2.58,5.62-4.14,8.02-1.7-1.7-2.76-4.05-2.76-6.64,0-.78.1-1.54.27-2.26Z"/><path class="cls-1" d="M30.5734,30.6387c-1.56-2.4-4.42-6.99-4.14-8.02.29-1.05,3.81-1.09,6.63-.88.17.72.27,1.48.27,2.26,0,2.6-1.06,4.94-2.76,6.64Z"/><path class="cls-1" d="M24.0034,25.8487c1.18,1.42,2.84,4.72,3.79,6.69-1.16.51-2.44.8-3.79.8-1.36,0-2.64-.29-3.8-.8.95-1.97,2.62-5.27,3.8-6.69"/><path class="cls-1" d="M24.0034,14.6587c.08,0,.16,0,.24.01,1.78.14,3.56,1.82,1.43,3.93.05.53,3.39.39,6.04.14-1.64-2.4-4.37-4-7.47-4.07-.08-.01-.16-.01-.24-.01s-.15,0-.23.01c-3.11.07-5.85,1.67-7.49,4.07,2.65.25,5.99.39,6.04-.14-2.13-2.1-.25-3.79,1.45-3.93.08-.01.15-.01.23-.01"/></svg>
Copied!