Bis Care Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bis Care 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/337209.svg" alt="Bis Care icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337209.svg" alt="Bis Care icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337209.svg" alt="Bis Care icon" :width="24" :height="24" />
CSS background
.icon-bis-care {
background-image: url('https://proicons.com/icon/337209.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="M5.5,35.1445c1.3519,2.4686,2.3168,4.7407,4.9855,4.6165h27.029c2.6687.1243,3.6336-2.1479,4.9855-4.6165M27.1061,30.8032h9.3809c4.0624,0,1.7048-3.2636,0-5.6544l-11.3932-15.9736c-.2675-.3747-.6129-.9411-1.0939-.9411s-.8254.5664-1.0939.9411l-11.3932,15.9736c-1.7039,2.3908-4.0615,5.6544,0,5.6544h9.3819M26.6517,23.0218c-.0004,2.1725-1.1869,3.9336-2.6507,3.9343-1.4642,0-2.6513-1.7613-2.6517-3.9343,0-2.1734,1.1872-3.9353,2.6517-3.9353,1.4641.0008,2.6507,1.7624,2.6507,3.9353"/></svg>
Copied!