Hryvnia Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hryvnia Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305875.svg" alt="Hryvnia Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305875.svg" alt="Hryvnia Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305875.svg" alt="Hryvnia Plus icon" :width="24" :height="24" />
CSS background
.icon-hryvnia-plus {
background-image: url('https://proicons.com/icon/305875.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="M850 690c-22-22-53-36-86-37h-5c-36 0-68 14-91 37-24 24-38 56-38 91 0 19 4 36 11 52 6 15 15 28 27 40 23 23 55 37 91 37 71 0 129-57 129-129 0-35-14-67-38-91zm-30 110h-42v43h-38v-43h-42v-37h42v-42h38v42h42v37zM613 503c-12 7-25 14-38 20h182l-16 66H395c-17 9-33 19-46 30-19 16-29 39-29 70 0 19 4 36 13 50 8 15 20 27 34 36s30 16 47 21 34 7 52 7c33 0 64-8 93-23 10-4 19-10 27-17-3 11-4 22-4 34 0 44 20 83 51 109-4 2-9 4-14 6-48 17-98 25-150 25-40 0-79-5-116-16s-69-28-97-49c-28-22-50-50-67-83-16-34-24-73-24-118 0-31 4-58 12-82h-66l16-66h91c14-17 30-31 49-42l7-4H131l13-67h304l10-3c29-11 53-24 72-39 20-15 30-36 30-65 0-18-4-35-12-48-8-14-18-25-31-34s-28-15-44-19-32-6-50-6c-29 0-56 6-83 16-26 11-47 27-63 50L169 148c33-30 70-52 111-66 41-13 84-20 128-20 38 0 76 6 113 16s69 25 98 46 52 47 69 78c18 32 27 69 27 112 0 38-6 70-18 96h79l-16 67H647c-11 10-22 19-34 26z"/></svg>
Copied!