Duck Life 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 2 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/324818.svg" alt="Duck Life 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324818.svg" alt="Duck Life 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324818.svg" alt="Duck Life 2 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-2 {
background-image: url('https://proicons.com/icon/324818.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="M7.9267,42.4256c-.4011-4.5431,1.0687-8.5134,4.4095-11.911L7.4688,13.6305l14.0294-8.1305,9.5628,11.0514c2.7672,1.7181,4.6186,4.1993,5.5542,7.4436.8921,3.0934.224,6.243-2.0043,9.4488,1.8707,2.9804,2.5578,5.9992,2.0613,9.0562M8.3507,29.0971l26.3974-15.2319"/><path class="d" d="M36.8195,24.8386l3.7117,1.8559-3.6838,1.6531"/><circle class="d" cx="29.2625" cy="23.5735" r="3.7193"/><path class="d" d="M31.4722,20.5815c-2.8272,1.6729-2.8184,3.6112.0463,5.9491"/></svg>
Copied!