Bitlife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitlife 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/337228.svg" alt="Bitlife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337228.svg" alt="Bitlife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337228.svg" alt="Bitlife icon" :width="24" :height="24" />
CSS background
.icon-bitlife {
background-image: url('https://proicons.com/icon/337228.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m25.0525,21.9172c-1.5798-8.8817,12.9288-13.0776,16.6789-9.278,3.75,3.7997-7.5352,16.8503-13.8456,12.2517"/><path id="c" class="d" d="m25.0525,21.9172l-1.7105,4.0442c-1.2161,3.5629-3.8719,2.301-5.6857,1.6653-2.9529-1.0349-5.4141-.696-6.5659,2.4503-.7522,2.0546-1.3501,3.8826-1.7604,4.8293s-2.3402,1.217-3.8054.9992c1.2804.4806,2.5932,1.0391,3.5675.7851,1.1514-.3002.9922-.5154,2.9737-4.7341,1.199-2.9362,2.3024-2.6808,4.3059-1.6177,4.562,2.4206,7.6551,1.4265,9.2066-1.2846,1.038-1.8138,1.2852-3.8264,2.3076-4.1632"/></svg>
Copied!