Whatsave Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whatsave 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/335117.svg" alt="Whatsave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335117.svg" alt="Whatsave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335117.svg" alt="Whatsave icon" :width="24" :height="24" />
CSS background
.icon-whatsave {
background-image: url('https://proicons.com/icon/335117.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M45.4395,25.8745c-.5254,6.0048-3.5475,11.5131-8.3296,15.1826-4.7822,3.6695-10.8853,5.1629-16.8215,4.1162"/><path class="b" d="M4.578,14.9148C8.6904,6.0958,18.2134,1.1384,27.7963,2.8281c9.5832,1.6897,16.8366,9.6055,17.6845,19.2995"/><path class="b" d="M16.6693,44.203C6.194,40.3903.3705,29.2034,3.2557,18.4357"/><circle class="b" cx="24.0221" cy="24.0005" r="13.9996"/><path class="b" d="M24.0221,29.6044v-11.2077"/><path class="b" d="M20.4532,26.1555l3.5691,3.4484,3.5691-3.4484"/></svg>
Copied!