Petlibro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Petlibro 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/345711.svg" alt="Petlibro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345711.svg" alt="Petlibro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345711.svg" alt="Petlibro icon" :width="24" :height="24" />
CSS background
.icon-petlibro {
background-image: url('https://proicons.com/icon/345711.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m41.7 22.402h-6.2v3.1952"/><line class="d" x1="32.132" x2="36.516" y1="32.132" y2="36.516"/><path class="d" d="m14.371 17.365-4.3841-4.3841 1.4793-1.4793c.83634-.83634 2.1735-.85511 2.9866-.04198.81313.81313.79437 2.1503-.04198 2.9866l-1.4793 1.4793"/><path class="d" d="m17.365 33.629-4.3841 4.3841-1.4793-1.4793c-.83634-.83634-.85511-2.1735-.04198-2.9866.81313-.81313 2.1503-.79437 2.9866.04198l1.4793 1.4793"/><line class="d" x1="14.446" x2="14.404" y1="33.588" y2="30.67"/><line class="d" x1="35.087" x2="37.944" y1="10.056" y2="12.913"/><line class="d" x1="32.132" x2="36.516" y1="15.868" y2="11.484"/><line class="d" x1="22.402" x2="24.479" y1="9.4" y2="9.4"/><path class="d" d="m25.598 12.5h-3.1952v-6.2h3.1952"/><path class="d" d="m23.477 38.6c-.88234 0-1.5976-.69396-1.5976-1.55s.71526-1.55 1.5976-1.55h2.636v6.2l-2.636-3e-6c-.88234 0-1.5976-.69396-1.5976-1.55s.71526-1.55 1.5976-1.55z"/><line class="d" x1="23.477" x2="26.11" y1="38.6" y2="38.6"/><path class="d" d="m6.3 24c0-1.1727.91597-2.1168 2.0538-2.1168h2.0925c1.1378 0 2.0538.94409 2.0538 2.1168 0 1.1727-.91597 2.1168-2.0538 2.1168h-2.0925c-1.1378 0-2.0538-.94409-2.0538-2.1168z"/></svg>
Copied!