Ibb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ibb 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/341821.svg" alt="Ibb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341821.svg" alt="Ibb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341821.svg" alt="Ibb icon" :width="24" :height="24" />
CSS background
.icon-ibb {
background-image: url('https://proicons.com/icon/341821.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;}.d{fill:#fff;stroke-width:0px;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M13.7825,16.1868c.0719-.4079-.2004-.7385-.6083-.7385s-.7968.3306-.8687.7385.2004.7385.6083.7385.7968-.3306.8687-.7385Z"/><line class="c" x1="12.0865" y1="21.6172" x2="10.5471" y2="30.3476"/><path class="c" d="M17.3391,26.0503c.4317-2.4483,2.7664-4.433,5.2147-4.433h0c2.4483,0,4.0831,1.9847,3.6514,4.433l-.5081,2.8815c-.4317,2.4483-2.7664,4.433-5.2147,4.433h0c-2.4483,0-4.0831-1.9847-3.6514-4.433"/><line class="c" x1="16.831" y1="28.9317" x2="19.176" y2="15.6327"/><path class="c" d="M28.5648,26.0503c.4317-2.4483,2.7664-4.433,5.2147-4.433h0c2.4483,0,4.0831,1.9847,3.6514,4.433l-.5081,2.8815c-.4317,2.4483-2.7664,4.433-5.2147,4.433h0c-2.4483,0-4.0831-1.9847-3.6514-4.433"/><line class="c" x1="28.0567" y1="28.9317" x2="30.4017" y2="15.6327"/><path class="c" d="M16.5813,30.3476c-.2938,1.6663-1.8828,3.0171-3.5491,3.0171h0c-1.6663,0-2.7789-1.3508-2.4851-3.0171"/></svg>
Copied!