Sauvlife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sauvlife 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/346978.svg" alt="Sauvlife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346978.svg" alt="Sauvlife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346978.svg" alt="Sauvlife icon" :width="24" :height="24" />
CSS background
.icon-sauvlife {
background-image: url('https://proicons.com/icon/346978.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M30.9605,29.4214l-5.8104-6.0175c-2.0026-2.4712,1.083-4.0771,3.0224-1.9832"/><path class="b" d="M33.0166,26.3271l-4.3843-4.3746c-1.7226-1.7498,1.1549-4.2677,3.4997-1.2997"/><path class="b" d="M36.5162,25.2091l-4.0412-4.1316c-1.6954-2.1834,1.6692-2.7064,2.6442-1.8402l6.2051,5.9718c5.0882-11.2495-7.397-23.6812-17.2204-15.4258-15.2625-10.4281-32.9165,14.3876.1711,31.1132,1.3234-.7343,2.7217-1.6818,4.1948-2.8425l-2.5703-.9556c-2.7706-1.1374.0992-3.6893,2.2728-3.5541,3.2926.2887,1.7323-.9478.6494-1.9938l-4.4563-4.4388c-1.7051-1.9025,0-3.3636,1.2181-3.1108"/></svg>
Copied!