Lifebox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lifebox 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/343026.svg" alt="Lifebox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343026.svg" alt="Lifebox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343026.svg" alt="Lifebox icon" :width="24" :height="24" />
CSS background
.icon-lifebox {
background-image: url('https://proicons.com/icon/343026.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="h" cx="24" cy="24" r="21.5"/><path class="h" d="m12.1595,17.161l11.879,6.86,11.802-6.811-11.879-6.86-11.802,6.811Z"/><path class="h" d="m12.1595,30.79l11.879,6.86v-13.629l-11.879-6.86v13.629Z"/><path class="h" d="m24.0385,37.65l11.802-6.811v-13.629l-11.802,6.811v13.629Z"/><path id="b" class="h" d="m12.16,30.79l-.0006,11.155"/><path id="c" class="h" d="m12.2007,17.1395l-9.6608,5.5769"/><path id="d" class="h" d="m23.9615,10.35l-9.6281-5.5595"/><path id="e" class="h" d="m35.844,17.21l.0006-11.155"/><path id="f" class="h" d="m35.8033,30.8605l9.6608-5.5769"/><path id="g" class="h" d="m24.0385,37.65l9.6281,5.5595"/></svg>
Copied!