Poc Bible Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poc Bible Alt 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/331408.svg" alt="Poc Bible Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331408.svg" alt="Poc Bible Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331408.svg" alt="Poc Bible Alt icon" :width="24" :height="24" />
CSS background
.icon-poc-bible-alt {
background-image: url('https://proicons.com/icon/331408.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.7,4.5h-2.3c-1.1,0-2,.9-2,2v35c0,1.1.9,2,2,2h2.3"/><path class="c" d="M12.7,4.5v39h24.9c1.1,0,2-.9,2-2V6.5c0-1.1-.9-2-2-2H12.7Z"/><path class="c" d="M26.1642,8.1555l2.7018,8.8309,7.7026,2.08-8.4226,2.6776-1.9818,18.1006-1.9856-18.1194-8.4384-2.6588,7.7031-2.081,2.7208-8.8299Z"/><line class="c" x1="15.7402" y1="19.0663" x2="36.5686" y2="19.0663"/><line class="c" x1="26.1642" y1="8.1555" x2="26.1642" y2="39.8445"/></svg>
Copied!