Blueletterbible Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blueletterbible 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/337335.svg" alt="Blueletterbible icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337335.svg" alt="Blueletterbible icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337335.svg" alt="Blueletterbible icon" :width="24" :height="24" />
CSS background
.icon-blueletterbible {
background-image: url('https://proicons.com/icon/337335.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="M7.4,5.5l.0441,20.84,2.08.044-3.08,11.0239,16.249,1.226L22.08,44.5l1.7877-1.8722,2.008,1.74-.602-5.5688L41.5559,37.36l-3.12-10.888h2.0322l.0881-20.9279Z"/><path class="a" d="M12.1282,25.8039c5.0916-2.6614,8.3881-.07,11.74,2.3641,3.939-3.3442,7.8815-4.7465,11.8241-2.276l2.544,9.5959c-4.5153-.9839-9.0012-1.5822-13.164,1.6519l-1.116-7.7237L22.84,37.2719c-3.4544-1.9235-6.71-4.13-13.164-1.784ZM10.12,8.04l.0477,15.8878,27.532.044.0441-16.02Z"/><path class="a" d="M21.6359,13.7559l1.5161,3.5682,1.5638-1.2922ZM24,16.7441,25.16,18.04"/><path class="a" d="M22.84,37.2719,22.6931,38.63m2.3788-1.49.2019,1.6592"/></svg>
Copied!