Peripage Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peripage 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/345690.svg" alt="Peripage icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345690.svg" alt="Peripage icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345690.svg" alt="Peripage icon" :width="24" :height="24" />
CSS background
.icon-peripage {
background-image: url('https://proicons.com/icon/345690.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="m34.0209,41.4225H13.6969c-4.0648,0-7.2958-3.231-7.2958-7.2958v-8.5465c0-8.0254,6.5662-14.5915,14.5915-14.5915h5.7324c8.0254,0,14.5915,6.5662,14.5915,14.5915v8.5465c0,4.0648-3.231,7.2958-7.2958,7.2958Z"/><path class="c" d="m39.7395,18.1803c1.7718-1.2507,3.0225-3.231,3.0225-5.5239,0-3.7521-3.1268-6.8789-7.0873-6.8789-3.3352,0-6.1493,2.293-6.8789,5.3155"/><path class="c" d="m19.2041,11.093c-.7296-3.0225-3.5437-5.3155-6.8789-5.3155-3.9606,0-7.0873,3.1268-7.0873,6.8789,0,2.293,1.2507,4.2732,3.0225,5.5239"/><circle class="c" cx="15.7293" cy="26.6225" r="5.9408"/><line class="c" x1="9.7885" y1="34.8563" x2="9.7885" y2="26.4141"/><circle class="c" cx="31.9885" cy="26.6225" r="5.9408"/><line class="c" x1="37.9293" y1="34.8563" x2="37.9293" y2="26.4141"/></svg>
Copied!