Keepon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keepon 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/342433.svg" alt="Keepon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342433.svg" alt="Keepon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342433.svg" alt="Keepon icon" :width="24" :height="24" />
CSS background
.icon-keepon {
background-image: url('https://proicons.com/icon/342433.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,4.5A13.51,13.51,0,0,0,10.59,17.91c0,8,7.32,11.07,7.32,15.24v1.21H30.09V33.15c0-4.15,7.32-7.2,7.32-15.24A13.51,13.51,0,0,0,24,4.5ZM17.91,34.36H30.09v4.57H17.91Zm0,4.57H30.09V43.5H17.91Z"/><circle class="a" cx="23.95" cy="17.88" r="1.23"/><line class="a" x1="23.95" y1="16.65" x2="23.95" y2="11.68"/><line class="a" x1="24.99" y1="18.55" x2="31.01" y2="22.4"/><circle class="a" cx="24" cy="17.91" r="10.65"/></svg>
Copied!