Golden Ratio Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Golden Ratio 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/305768.svg" alt="Golden Ratio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305768.svg" alt="Golden Ratio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305768.svg" alt="Golden Ratio icon" :width="24" :height="24" />
CSS background
.icon-golden-ratio {
background-image: url('https://proicons.com/icon/305768.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="M417 1v25c-1 1-3 1-5 2-52 15-90 48-115 97-15 30-24 61-29 93-10 54-11 108-7 162 3 43 10 85 24 125 14 38 34 72 64 100s65 46 104 56h3v-9-413c0-28 2-55 3-83 1-17 4-33 8-50 14-49 59-92 109-102 42-9 83-2 122 16 32 15 60 37 85 62 46 48 73 104 85 169 6 34 6 67 6 101-3 80-29 151-75 215-45 62-105 100-176 120-27 8-55 13-83 15-2 0-3 1-6 1v297h-78V703c-3 0-6-1-9-1-74-8-141-32-199-81-57-49-93-110-110-183-11-49-14-98-10-148 5-53 19-103 47-149C217 74 276 28 353 9c20-5 40-8 60-9 1 0 2 0 4 1zm117 660c24-3 48-9 71-18 58-23 100-62 126-120 15-35 23-72 26-110 3-42 3-83-4-124-5-34-15-68-30-100-12-26-27-50-48-70-20-19-42-32-70-35-20-1-37 5-50 20-11 12-16 26-18 42-3 25-3 50-3 74v441z"/></svg>
Copied!