Quacker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quacker 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/331787.svg" alt="Quacker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331787.svg" alt="Quacker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331787.svg" alt="Quacker icon" :width="24" :height="24" />
CSS background
.icon-quacker {
background-image: url('https://proicons.com/icon/331787.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m25.8893,23.3637c9.3155-.6734,8.9447,4.0816,12.8509,3.6476,2.0202-.2245,3.7599-1.8238,3.7599-1.8238,0,8.7824-5.7178,16.1874-11.7285,16.4704-3.8709.1823-9.9328.1684-13.2998,0s-8.4176-2.7063-8.4176-9.0693,4.2649-6.0263,4.2649-10.2912c0-.7669-.2806-1.2346-.2806-1.2346-3.7599.2806-7.0895-1.0288-7.5384-6.0607,2.544.9353,5.4621,0,5.4621,0-.2432-5.0319,4.4146-8.7917,9.4277-8.7917s9.1845,4.4894,9.1845,9.3716-3.685,7.7816-3.685,7.7816Z"/><circle class="c" cx="17.4717" cy="14.7216" r="2.7497"/></svg>
Copied!