Petco Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Petco 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/331149.svg" alt="Petco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331149.svg" alt="Petco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331149.svg" alt="Petco icon" :width="24" :height="24" />
CSS background
.icon-petco {
background-image: url('https://proicons.com/icon/331149.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24.08" cy="24.6637" r=".75"/><circle class="c" cx="30.0429" cy="24.6637" r=".75"/><circle class="c" cx="9.3601" cy="24.6637" r=".75"/><circle class="c" cx="15.323" cy="24.6637" r=".75"/><path class="d" d="M12.3415,20.8964c-1.136,0-1.5216.2056-1.5216.2056,0,0-.7813-3.9067-3.1254-3.9067s-4.1946,4.3591-4.1946,7.6078,3.331,9.006,8.8415,9.006,8.8415-5.7573,8.8415-9.006-1.8506-7.6078-4.1946-7.6078-3.1254,3.9067-3.1254,3.9067c0,0-.3856-.2056-1.5216-.2056"/><path class="d" d="M21.183,24.8031c0,3.2899-2.1575,4.6406-2.1575,7.0258s2.0753,3.6252,3.9258,3.6252,4.1535-1.6861,4.1535-4.9348c0,3.2487,2.3029,4.9348,4.1535,4.9348s3.9258-1.24,3.9258-3.6252-2.1575-3.7359-2.1575-7.0258,2.4674-7.6078,4.3591-7.6078c1.9739,0,2.2613,3.7011,4.1946,3.7011,1.1515,0,2.9198-1.5627,2.9198-4.3591s-1.5216-4.7703-5.0582-4.7703-5.7984,1.1103-7.5256,3.7834c0,0-1.3982-1.3159-4.8114-1.3159s-4.8114,1.3159-4.8114,1.3159c-1.7272-2.673-3.989-3.7834-7.5256-3.7834s-5.0582,1.9739-5.0582,4.7703,2.6319,4.3591,2.6319,4.3591"/><path class="d" d="M29.6731,27.7402c-.3325,1.6134-1.3592,2.777-2.5717,2.777s-2.2392-1.1636-2.5717-2.777c.616-.2738,1.545-.44,2.5717-.44s1.9556.1662,2.5717.44Z"/><path class="d" d="M13.6274,26.3664c-.1662.8067-.6796,1.3885-1.2858,1.3885s-1.1196-.5818-1.2858-1.3885c.308-.1369.7725-.22,1.2858-.22s.9778.0831,1.2858.22Z"/><line class="d" x1="17.4185" y1="26.9507" x2="20.7931" y2="26.2297"/><line class="d" x1="17.2266" y1="28.3289" x2="19.8529" y2="29.0544"/><line class="d" x1="7.6095" y1="26.9507" x2="4.2349" y2="26.2297"/><line class="d" x1="7.8014" y1="28.3289" x2="5.1751" y2="29.0544"/><path class="d" d="M12.3415,27.7549c0,1.6158,2.075,2.589,3.1167.7111"/><path class="d" d="M12.3415,27.8225c0,1.6158-2.075,2.589-3.1167.7111"/><path class="d" d="M24.5298,35.0698c1.6891,1.7648,3.7747,1.3366,5.0451-.0531"/></svg>
Copied!