Pagekeeper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pagekeeper 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/345460.svg" alt="Pagekeeper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345460.svg" alt="Pagekeeper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345460.svg" alt="Pagekeeper icon" :width="24" :height="24" />
CSS background
.icon-pagekeeper {
background-image: url('https://proicons.com/icon/345460.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="k" d="m18.4099,34.2802h10.5801"/><path id="d" class="k" d="m18.4099,29.8802h10.5801"/><circle id="e" class="k" cx="24" cy="24" r="21.5"/><path id="f" class="k" d="m19.1636,3.051v8.6526c0,2.7572,2.1567,4.5684,4.5827,4.6152,2.3665.0456,4.7238-1.4614,4.7238-4.4195V2.9698"/><path id="g" class="k" d="m18.4099,21.3198h10.5801"/><path id="h" class="k" d="m18.4099,25.6802h10.5801"/><circle id="i" class="k" cx="23.7106" cy="11.3197" r="1.4"/><path id="j" class="k" d="m28.4701,9.1771c3.2562.0174,5.0961,1.3114,5.0961,4.2493v22.4251c.0436,3.92-4.3426,8.2315-9.8662,2.1425-5.7901,5.8868-10.2735,1.5279-10.2021-2.5353V13.8907c0-4.0068,3.0018-4.7135,5.6657-4.7135"/></svg>
Copied!