Quick Bible Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quick Bible 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/331802.svg" alt="Quick Bible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331802.svg" alt="Quick Bible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331802.svg" alt="Quick Bible icon" :width="24" :height="24" />
CSS background
.icon-quick-bible {
background-image: url('https://proicons.com/icon/331802.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.5,42.1377h39"/><path class="a" d="M24,36.9941V5.8623"/><path class="a" d="M14.4673,14.2068H33.5327"/><path class="a" d="M20.9808,40.4379,4.9516,39.65l.6151-4.5419Z"/><path class="a" d="M18.4149,37.4475l-9.86-5.5984"/><path class="a" d="M27.0192,40.4379,43.0484,39.65l-.6151-4.5419Z"/><path class="a" d="M29.5851,37.4475l9.86-5.5984"/></svg>
Copied!