Chicken Fry Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Chicken Fry 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/305379.svg" alt="Chicken Fry icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305379.svg" alt="Chicken Fry icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305379.svg" alt="Chicken Fry icon" :width="24" :height="24" />
CSS background
.icon-chicken-fry {
background-image: url('https://proicons.com/icon/305379.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M915 349c-61-122-226-162-368-91-72 36-124 93-150 157-2 1-3 3-4 5-17 30-51 79-97 102-14 7-22 22-17 36l33 94c5 14 21 23 36 25 26 3 76 13 173 40 2 0 4 1 6 1 72 26 160 22 241-19 142-71 208-228 147-350zm-185-28c-101-17-175 49-237 121-27 30-62 11-35-19 78-90 168-158 292-136 40 7 20 41-20 34zM246 566l-34 10c-8-13-18-24-32-31-39-22-88-7-109 32-18 33-5 71 23 95-9 35 0 77 33 95 39 21 88 7 110-32 8-15 11-31 9-47l33-10-33-112z"/></svg>
Copied!