Cult Of The Lamb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cult Of The Lamb 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/324169.svg" alt="Cult Of The Lamb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324169.svg" alt="Cult Of The Lamb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324169.svg" alt="Cult Of The Lamb icon" :width="24" :height="24" />
CSS background
.icon-cult-of-the-lamb {
background-image: url('https://proicons.com/icon/324169.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="m24.0808,15.8481C18.3798,4.105,11.413,4.6796,11.413,4.6796l-2.047,37.5994s4.9738,1.221,14.7148,1.221,14.5532-.9337,14.5532-.9337l-1.6519-38.0663s-8.6727.9696-12.9012,11.3481Z"/><path class="c" d="m22.746,28.5967c0,1.1496.3486,2.2172.9451,3.1045.1815.2699.5769.2699.7584,0,.5965-.8873.9451-1.955.9451-3.1045s-.3486-2.2172-.9451-3.1045c-.1815-.2699-.5769-.2699-.7584,0-.5965.8873-.9451,1.955-.9451,3.1045Z"/><path class="c" d="m24.0808,24c-3.6134,0-6.8418,1.6478-8.9751,4.2329-.2089.2532-.2089.618,0,.8712,2.1333,2.5851,5.3617,4.2329,8.9751,4.2329s6.8418-1.6478,8.9751-4.2329c.2089-.2532.2089-.618,0-.8712-2.1333-2.5851-5.3617-4.2329-8.9751-4.2329Z"/></svg>
Copied!