Fozzy Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Fozzy 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/314382.svg" alt="Fozzy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314382.svg" alt="Fozzy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314382.svg" alt="Fozzy icon" :width="24" :height="24" />
CSS background
.icon-fozzy {
background-image: url('https://proicons.com/icon/314382.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Fozzy</title><path d="M14.494 20.48l-.998-2.095 5.787-11.273c.897 1.396 1.496 3.092 1.496 4.888 0 3.99-2.594 7.382-6.285 8.48zM12.998.029C5.615-.471-.47 5.615.028 12.998c.5 5.786 5.188 10.475 10.974 10.973 7.383.5 13.468-5.586 12.97-12.969C23.471 5.216 18.783.527 12.997.03zM7.112 4.717c1.297-.897 2.793-1.396 4.39-1.496L8.807 8.409 7.112 4.717zm3.491 7.383l4.19-8.38c.798.3 1.497.598 2.195 1.097L11.9 14.793 10.603 12.1zM3.221 12c0-1.796.599-3.492 1.496-4.888l6.485 13.667C6.712 20.38 3.22 16.589 3.22 12z"/></svg>
Copied!