Lifevit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lifevit 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/328473.svg" alt="Lifevit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328473.svg" alt="Lifevit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328473.svg" alt="Lifevit icon" :width="24" :height="24" />
CSS background
.icon-lifevit {
background-image: url('https://proicons.com/icon/328473.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="e"><rect id="f" class="k" x="7.7603" y="11.5495" width="24.9009" height="24.9009" rx="2.1653" ry="2.1653" transform="translate(-11.051 21.3206) rotate(-45)"/><rect id="g" class="k" x="11.5498" y="11.5495" width="24.9009" height="24.9009" rx="2.1653" ry="2.1653" transform="translate(-9.941 24.0002) rotate(-45)"/><rect id="h" class="k" x="15.3388" y="11.5495" width="24.9009" height="24.9009" rx="2.1653" ry="2.1653" transform="translate(-8.8313 26.6794) rotate(-45)"/><path id="i" class="k" d="M11.5498,24.0728h7.0372l4.385,4.4846,3.1935-8.8152,3.7666,4.3306h6.5186"/></g></svg>
Copied!