Online Bibliotheek Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Online Bibliotheek 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/345208.svg" alt="Online Bibliotheek icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345208.svg" alt="Online Bibliotheek icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345208.svg" alt="Online Bibliotheek icon" :width="24" :height="24" />
CSS background
.icon-online-bibliotheek {
background-image: url('https://proicons.com/icon/345208.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.35,5.6c6.12,0,10.15,3.21,10.15,10.81s-4.08,26-17.8,26S4.5,29.2,4.5,22.87C4.5,13.13,23.62,5.6,33.35,5.6Z"/><path class="a" d="M16.27,23.58h.84a1,1,0,0,1,1,1v6.92a1,1,0,0,1-1,1h-.84A4.43,4.43,0,0,1,11.83,28v0A4.43,4.43,0,0,1,16.27,23.58Z"/><path class="a" d="M31.73,23.28a7.73,7.73,0,0,0-15.46,0"/><line class="a" x1="16.27" y1="23.58" x2="16.27" y2="32.45"/><path class="a" d="M34.35,23.28h.84a1,1,0,0,1,1,1v6.92a1,1,0,0,1-1,1h-.84a4.43,4.43,0,0,1-4.43-4.43v0A4.43,4.43,0,0,1,34.35,23.28Z" transform="translate(66.09 55.44) rotate(-180)"/><line class="a" x1="31.73" y1="23.28" x2="31.73" y2="32.15"/></svg>
Copied!