Hryvnia Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hryvnia 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/305877.svg" alt="Hryvnia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305877.svg" alt="Hryvnia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305877.svg" alt="Hryvnia icon" :width="24" :height="24" />
CSS background
.icon-hryvnia {
background-image: url('https://proicons.com/icon/305877.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="M703 477h113l16-67h-78c11-26 17-58 17-96 0-43-8-80-26-112-18-31-41-57-69-78-29-21-62-36-98-46-37-10-75-16-113-16-44 0-87 7-128 20s-78 36-111 66l108 114c16-22 37-39 63-50 26-10 54-15 83-15 17 0 34 1 50 5s31 11 44 19c13 9 23 20 31 34s11 30 11 49c0 28-9 49-29 64s-44 28-73 39l-10 3H201l-14 67h143c-2 1-4 3-7 4-18 12-34 26-49 42h-91l-15 66h65c-8 24-12 51-12 83 0 44 8 83 25 117s38 61 66 83 60 38 97 49 76 17 117 17c51 0 101-9 149-26s89-46 124-87L687 716c-18 28-42 49-71 64-30 16-61 23-94 23-17 0-34-2-52-7-17-5-32-12-47-21-14-9-25-21-34-36-8-14-13-31-13-50 0-30 10-54 30-70 13-11 28-21 45-30h346l16-66H632c13-6 25-13 37-20 12-8 24-16 34-26z"/></svg>
Copied!