352life Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 352life 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/335746.svg" alt="352life icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335746.svg" alt="352life icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335746.svg" alt="352life icon" :width="24" :height="24" />
CSS background
.icon-352life {
background-image: url('https://proicons.com/icon/335746.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 class="d" d="m24 2.5-18.62 10.75v21.5l18.62 10.75 18.62-10.75v-21.5z"/><path class="d" d="m24 24v21.5m-18.621-32.248 18.621 10.748 18.621-10.748"/><path class="d" d="m42.62 27.589-12.414 7.1643m-24.825-7.1643 12.414 7.1643m18.62-10.749-12.414 7.1643-12.414-7.1643m.0012-14.334 12.414 7.1643m-6.2082-10.749 12.414 7.1643"/></svg>
Copied!