Goryon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goryon 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/326707.svg" alt="Goryon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326707.svg" alt="Goryon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326707.svg" alt="Goryon icon" :width="24" :height="24" />
CSS background
.icon-goryon {
background-image: url('https://proicons.com/icon/326707.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="l" d="m20.9246,3l-2.5451,8.4878c-.0691.0229-.1381.0461-.2069.0698l-5.8972-7.8962s1.1762,6.2906,1.7743,9.6712c-5.3853,3.1456-8.651,8.6162-8.6544,14.4978-.0004,9.4821,8.3287,17.1691,18.6036,17.1695h.0011c10.2749.0002,18.6045-7.6863,18.6047-17.1684v-.0011c-.0028-7.0589-4.6871-13.3969-11.8074-15.9758l1.8416-3.9042-4.1436,3.2194c-.8143-.1857-1.6413-.3204-2.4753-.4031l-1.1484-5.4984-1.9838,5.4674c-.0992.0053-.1984.0113-.2974.0181l-1.6657-7.754Z"/><path id="e" class="l" d="m28.7015,33.7295l-4.5125,8.0668-4.7371-7.9373,9.2496-.1295Z"/><g id="f"><ellipse id="g" class="l" cx="16.8215" cy="25.0534" rx="4.7284" ry="4.7235"/><circle id="h" class="l" cx="17.7064" cy="26.1427" r="1.1907"/></g><g id="i"><ellipse id="j" class="l" cx="31.0939" cy="25.0534" rx="4.7284" ry="4.7235"/><circle id="k" class="l" cx="30.2089" cy="26.1427" r="1.1907"/></g></g></svg>
Copied!