Savemytime Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Savemytime 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/346982.svg" alt="Savemytime icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346982.svg" alt="Savemytime icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346982.svg" alt="Savemytime icon" :width="24" :height="24" />
CSS background
.icon-savemytime {
background-image: url('https://proicons.com/icon/346982.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,7.92c-2.85-6.74-10.59-2.22-10.59,2.57,0,4.8,2.54,6.95,9.94,12.44,7.02,5.21,10.91,7.78,10.91,13.41,0,5.63-5.86,7.16-10.26,7.16-4.4,0-10.26-1.53-10.26-7.16s3.89-8.2,10.91-13.41c7.4-5.49,9.94-7.65,9.94-12.44s-7.74-9.31-10.59-2.57Z"/><path class="c" d="m31.97,16.91c-2.3-2.56-4.6-3.19-7.97-3.19-3.67,0-5.95,1.44-7.55,3.63"/><path class="c" d="m13.74,36.34c0-2.07,2.57-2.35,10.26-2.35s10.26.48,10.26,2.35"/></svg>
Copied!