Peafowl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peafowl 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/331090.svg" alt="Peafowl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331090.svg" alt="Peafowl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331090.svg" alt="Peafowl icon" :width="24" :height="24" />
CSS background
.icon-peafowl {
background-image: url('https://proicons.com/icon/331090.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="M20.7784,34.283s-7.4164-3.71-12.8233-14.4177c-2.5974,9.8066-.6891,16.1146,8.9585,21.9456,4.9298-3.7636,3.3926-7.4212,4.3997-13.4112,1.0072-5.99,4.0817-7.6597,5.7514-7.6597s2.942.3446,4.5322,4.5322c-.9011-1.2192-4.8238-2.5444-4.8238,1.2192s5.99,11.0788,2.2794,16.0086c9.1705-4.1347,15.1074-11.2378,10.3897-22.6347-3.3395,8.3754-10.4217,13.4233-10.4217,13.4233"/><path class="d" d="M9.0444,21.8854c.1882-5.0301,4.0525-9.4943,8.8763-13.5759-.9542,9.2765,1.3782,16.1146,3.3926,20.0903"/><path class="d" d="M38.5423,21.8534c-1.589-6.5993-4.5217-10.0453-9.1187-13.5439.9542,8.2163-.8379,12.6603-.8379,12.6603"/><path class="d" d="M17.7087,11.732s2.1203-3.8996,6.2913-6.232c2.7731,2.1203,5.6562,5.6127,5.6562,5.6127"/></svg>
Copied!