Purr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Purr 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/346285.svg" alt="Purr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346285.svg" alt="Purr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346285.svg" alt="Purr icon" :width="24" :height="24" />
CSS background
.icon-purr {
background-image: url('https://proicons.com/icon/346285.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="9.6293" cy="18.1268" r="4.1293"/><circle class="d" cx="18.3725" cy="10.5709" r="4.1293"/><circle class="d" cx="38.3707" cy="18.1268" r="4.1293"/><circle class="d" cx="29.6275" cy="10.5709" r="4.1293"/><path class="d" d="M24,19.5673c2.6549,0,5.6003,4.2521,8.9929,8.2587,3.0354,3.5847,5.9539,5.8579,5.9539,8.8349,0,4.2254-2.6889,4.8976-4.7055,4.8976s-7.3264-1.3444-10.2413-1.3444-8.2247,1.3444-10.2413,1.3444-4.7055-.6722-4.7055-4.8976c0-2.977,2.9186-5.2502,5.9539-8.8349,3.3926-4.0066,6.3381-8.2587,8.9929-8.2587Z"/></svg>
Copied!