Duck Life 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Duck Life 1 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/339376.svg" alt="Duck Life 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339376.svg" alt="Duck Life 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339376.svg" alt="Duck Life 1 icon" :width="24" :height="24" />
CSS background
.icon-duck-life-1 {
background-image: url('https://proicons.com/icon/339376.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="M42.5,38.7364c0,1.1711-.1153,2.3165-.3345,3.4229M7.7479,42.1593c-.2219-1.1275-.3336-2.2738-.3335-3.4229,0-2.9836.7452-5.7947,2.0593-8.2542-2.5518-2.7124-3.9729-6.2959-3.9737-10.02,0-8.075,6.5466-14.6216,14.6216-14.6216s14.6207,6.5466,14.6207,14.6216c0,1.1692-.1391,2.3251-.4107,3.4439,4.9094,3.1094,8.1684,8.5887,8.1684,14.8303M28.1033,15.1135c.0011,1.1557-.4097,2.274-1.1588,3.1542l-.1172.001c-2.6914.0004-4.8735-2.1812-4.8739-4.8726-.0002-1.1557.4104-2.2738,1.1584-3.1548l.1172-.0019c2.6919,0,4.8742,2.1822,4.8742,4.8742h0M23.0976,10.2394c-3.8841,0-6.4503,4.2052-4.5083,7.57,1.7124,2.9645,6.4922,3.2075,8.3552.4593M33.2052,13.9291h5.8929l-4.5538,4.1213"/></svg>
Copied!