Duck Life 7 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 7 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/324823.svg" alt="Duck Life 7 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324823.svg" alt="Duck Life 7 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324823.svg" alt="Duck Life 7 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-7 {
background-image: url('https://proicons.com/icon/324823.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="M37.889,42.5c.5307-.6929.4991-1.0722.4583-1.8882l.1223-2.5395c1.3359-.4281,2.3659-1.3459,3.0902-2.7533.9627-1.8699,1.0647-3.9708.3061-6.3026-.2928-.9006-.8232-1.6858-1.5912-2.3557-.742-.8318-1.2009-.5257-1.3766.9183-.01,1.9065-1.2061,2.4613-3.4595,1.9206.5407-1.3359.7162-2.5836.4001-4.001-.1954-.8743-.4826-1.7255-.8568-2.5395-.2745-.5959-.5096-1.2091-.7037-1.8358-.4791-.8978-.7137-1.9584-.7037-3.1817.0067-.8429-.5848-1.4446-1.7742-1.805l3.5793-1.988-2.631-.2446c.8362-1.2749,2.1824-1.9991,4.0384-2.1727-1.1318-1.2643-2.7123-1.6925-4.7413-1.2843l-.2146-2.0504c-1.5294.7952-3.0184,1.2849-4.4668,1.469l-.1531-1.5297c-.4791-1.4479-1.3459-2.3249-2.6002-2.631-2.288-.5579-4.1133.0233-5.4758,1.7435-1.6967,2.142-3.2992,4.357-4.8029,6.6387-1.9409-.1641-3.4401.2745-4.4976,1.3159-1.1063,1.0886-1.1878,2.6385-.2446,4.6498.8667.8568,1.7948,1.3667,2.7841,1.5297l.7337,8.383c.0799.915-.8379.9455-2.7533.0915-.4808-.2141-.7253-1.1216-.7337-2.7225-.0072-1.4479-.7761-1.3237-2.3066.3727-1.6603,1.8411-2.0912,4.2819-1.2926,7.3224.4702,2.4871,1.9542,4.4402,4.4518,5.8593l-.0075,1.5829"/><path class="d" d="M22.3874,20.7365c1.8366-1.9281,4.4657-2.6149,7.8872-2.0604,1.2815,2.0085,1.2419,3.9902-.1189,5.9449-1.2172,1.7485-3.2252,1.7748-6.024.079-1.2721-.7708-1.8535-2.092-1.7443-3.9636Z"/><ellipse class="d" cx="24.0472" cy="37.8809" rx="1.7385" ry="1.7667" transform="translate(-6.2889 4.8211) rotate(-10.132)"/><path class="d" d="M13.1019,29.8931c4.4653,1.1112,9.5285,3.6737,11.2838,6.2446M10.4734,40.8888c3.8441-.2218,7.9904-.8942,11.9165-2.4807-2.9147-2.9147-6.0726-5.7387-9.3424-8.0212"/><path class="d" d="M12.5813,30.6669c.475,3.4736.3154,6.8345-.4914,10.1018"/><ellipse class="d" cx="36.9807" cy="35.2283" rx="1.4607" ry="1.4232"/><path class="d" d="M35.44,29.5c-1.16,1.15-2.59,2.02-4.22,2.66"/><path class="d" d="M28.12,33.07c-1.86.4-3.9927.6373-6.1827.7373"/><path class="d" d="M35.9526,34.216c-.203-1.1953-1.0667-2.5348-1.9367-3.5271M34.8473,30.0486c1.3908,1.1371,2.4166,2.6288,2.8508,3.9397M25.6758,37.2696c3.1634-.9042,6.5479-1.6435,9.8494-1.9213M25.5306,18.8322c.2512,3.4146,2.0818,4.8781,5.3308,4.4963M12.3741,21.5825c4.629-1.909,9.5492-4.2547,14.1782-7.018,1.8566-1.108,3.8746-2.5196,5.4933-4.1175"/><path class="d" d="M27.3642,9.8656c-.5997,1.4199-.8422,3.2718-.7998,4.6917M33.5732,17.8604l.4105-.1549c.9022-.0405,1.7551-.5199,2.5586-1.4382.2246-.2568.2978.0765.2196.9998-.1214,1.4299-1.0131,2.898-2.4838,3.8563M34.9819,22.9591l.5374.2554c.9749.2928,2.0474.374,3.2174.2437,1.0905-.1206.0291.717-2.898,2.0404"/></svg>
Copied!