Goose Goose Duck Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goose Goose Duck 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/326701.svg" alt="Goose Goose Duck icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326701.svg" alt="Goose Goose Duck icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326701.svg" alt="Goose Goose Duck icon" :width="24" :height="24" />
CSS background
.icon-goose-goose-duck {
background-image: url('https://proicons.com/icon/326701.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M27.8707,5.5715c-2.8767.7551-5.809,2.0493-8.2241,4.2205-1.1848,3.0332-1.3967,7.0216-.9166,11.9771l1.0091,1.7281c-1.7777,1.2333-3.2986,2.4658-4.5628,3.6975-.9934,1.3129-.8972,2.6256.2884,3.938,2.576.8146,5.2167.5906,7.9222-.6719l3.2165,6.8173-3.3115,2.1897-7.4429-.143-2.8339-.5769c-.8796.6408-.9595,1.4733-.2397,2.4975l1.321,1.2546"/><path class="d" d="M18.7729,21.7396c-5.0244-3.938-4.5888-7.9466,1.0133-11.9476M15.8516,39.313l-6.6449-17.057c-1.2692,5.1295-.8574,10.4637,1.2353,16.0025l4.1675-1.8004M12.5964,37.6303l.4095,1.1193M26.5934,37.2746c2.0199-1.3471,4.0885-2.6556,6.1428-3.2989M23.4803,30.4002c1.8602-.7478,3.5553-1.8538,4.9891-3.2552.3896-.3784.5802-.8869.5718-1.5254-.0308-2.3254-.5617-4.5883-1.5927-6.7887-.4513-2.3248-1.5361-4.2379-3.2543-5.7392-1.8461-.7994-3.1528-.3162-3.9203,1.4497l-.0723,8.2964-.555.7526M34.5786,19.4801c-4.8655,0-7.9071-4.7957-5.4743-8.6311.7829-1.2353,2.04-2.1611,3.5301-2.6001"/><path class="d" d="M28.4736,13.3011l-.2254.0404,11.8139-4.1533M31.2015,18.5938l11.2985-5.0476"/><ellipse class="d" cx="33.7924" cy="14.3724" rx=".7863" ry="1.2614"/><path class="d" d="M39.1422,8.0807c-.9721-.4692-1.887-.6242-2.7447-.465M42.5,14.6903c-.5578,1.8091-1.7421,3.203-3.3578,4.1818"/><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="16.8615" y1="16.9657" x2="16.8615" y2="15.4657"/></svg>
Copied!