Keep Alive Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keep Alive 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/342425.svg" alt="Keep Alive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342425.svg" alt="Keep Alive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342425.svg" alt="Keep Alive icon" :width="24" :height="24" />
CSS background
.icon-keep-alive {
background-image: url('https://proicons.com/icon/342425.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M45.207,20.5h-9.7305c-1.5397-5.0493-6.1982-8.4995-11.477-8.5-5.2759.0041-9.9302,3.4535-11.469,8.5H2.8215"/><path class="b" d="M2.8223,27.5h9.709c1.5388,5.0465,6.1931,8.4959,11.469,8.5,5.2759-.0041,9.9302-3.4535,11.469-8.5h9.709"/><path class="b" d="M2.5,24h14.333l1.5439-2.6897,3.2339,6.1298,2.3889-11.931,2.3889,16.253,3.5716-10.452,1.2062,2.6897h14.333"/></svg>
Copied!