Duck Life 8 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 8 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/339383.svg" alt="Duck Life 8 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339383.svg" alt="Duck Life 8 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339383.svg" alt="Duck Life 8 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-8 {
background-image: url('https://proicons.com/icon/339383.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><path class="d" d="M5.9783,27.2766c.917-.0626,1.9197-.0338,2.9356.0544-.2131-1.895.1508-3.8655,1.0917-5.9116,1.5555-3.3819,3.89-6.2807,7.0033-8.6964-.0626-2.4355.6275-4.0421,2.0705-4.8199l1.2054,2.4841c3.7043-5.317,8.235-6.2955,13.5921-2.9356l-3.5387,1.0909s.145.075,1.675,1.0793c1.1304.7404,1.5687,1.9766,1.315,3.7084l3.6804,3.3459c4.1393,2.9188,5.3442,6.7025,3.6145,11.351-1.0052,2.7024-2.3023,5.5598-3.8913,8.572,1.903.6027,3.6344,1.6516,5.0498,3.0592.6253.6179-.0239,1.7912-1.3281,2.8409"/><path class="d" d="M6.078,31.8023c.8264,3.5815,2.9134,7.6953,6.5237,10.6977"/><path class="d" d="M29.7853,42.4901c1.7302-1.5811,3.4184-3.0122,5.3118-4.6428.4202-.3617,1.2054-.8841,1.6346-1.2482"/><path class="d" d="M8.9139,27.3309c.8008,7.5808,5.6982,12.933,12.1914,15.1353"/><path class="d" d="M25.3629,22.791c2.8631-1.4954,5.8599-1.4725,7.6387-.1056"/><path class="d" d="M24.8196,25.1146c2.7766,1.5176,5.9909,1.9647,9.6335,1.7472"/><path class="d" d="M15.6733,24.2866c2.3482-.0483,4.1564.4757,5.4246,1.572,2.8167-2.6047,3.2017-5.1742,1.1551-7.7085-2.7337-1.3496-4.8454-.7196-6.3351,1.8901-.6481,1.1392-.7297,2.5547-.2447,4.2464"/><path class="d" d="M25.3227,20.942c2.8227-1.5926,5.5689-1.4607,7.6254.0932"/><path class="d" d="M37.3867,16.9513c-2.2855-.0041-3.869.6575-4.2415,2.5195-.5822,2.9057.0459,5.6666,1.8843,8.2828,1.118,1.591,3.1037,1.4544,5.8572-.5016"/><path class="d" d="M25.2076,32.941c2.2548.9338,4.8339,1.2828,7.7374,1.0472-1.0947,1.3056-2.3358,2.3028-3.7233,2.9916l-1.8975.0733c-1.4435-1.07-2.149-2.4407-2.1166-4.1122"/><path class="d" d="M30.2739,34.0356c.6196-2.1265,1.3031-4.72,2.0265-7.1266"/><path class="d" d="M24.1102,26.2664c-.0395,2.2221.585,4.5167,1.0999,6.7174"/><path class="d" d="M33.0028,20.373c1.3347-1.563,2.5688-2.1652,3.8451-.9532,1.862,1.7687,2.4149,4.2778,1.6585,7.5273-1.3084-.3938-2.7354-.2726-3.9161.1419"/><ellipse class="d" cx="19.2516" cy="22.034" rx="6.148" ry="6.8863"/><ellipse class="d" cx="20.0404" cy="21.1523" rx="1.9996" ry="1.4196" transform="translate(-5.3078 35.5228) rotate(-76.096)"/><ellipse class="d" cx="35.6803" cy="22.791" rx="1.0225" ry="1.4402" transform="translate(-4.4312 9.2416) rotate(-13.904)"/></svg>
Copied!