Duck Life 4 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 4 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/324820.svg" alt="Duck Life 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324820.svg" alt="Duck Life 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324820.svg" alt="Duck Life 4 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-4 {
background-image: url('https://proicons.com/icon/324820.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="M5.5,31.3131c1.4497-2.4917,2.5212-4.2844,4.3949-5.504-.7935-5.9117.8499-10.3647,4.9302-13.359-3.3059-2.0846-3.9597-4.3823-1.9613-6.8931l3.5518,5.3551c-.3012-3.0751.7061-4.6304,3.0221-4.6658l-.7956,3.7646c3.5362-1.7807,7.4596-1.7984,11.7702-.0532,4.0497,1.6399,6.5944,5.1922,7.6339,10.6569.7771,4.0901-.513,8.0487-3.8702,11.8758,1.3727,3.0131,1.6797,6.023,1.0502,9.9529M37.9228,20.0072l4.5772,1.944-4.3362,2.4996M32.7738,19.4152c0,1.2278-.487,2.4066-1.3547,3.2759-.8672.8682-2.0439,1.3561-3.271,1.3564-2.5565-.0018-4.6275-2.0757-4.6257-4.6323h0c-.0018-2.5565,2.0692-4.6305,4.6257-4.6323h0c1.227,0,2.4033.4879,3.271,1.3572.8678.869,1.3551,2.047,1.3547,3.2751M30.3514,15.3422c-2.4696.5214-4.1081,2.1911-3.7267,4.682.2538,1.6562,1.4386,2.8397,3.5543,3.5529"/></svg>
Copied!