Hryvnia Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hryvnia Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305874.svg" alt="Hryvnia Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305874.svg" alt="Hryvnia Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305874.svg" alt="Hryvnia Minus icon" :width="24" :height="24" />
CSS background
.icon-hryvnia-minus {
background-image: url('https://proicons.com/icon/305874.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="M852 693c-22-22-53-36-86-38h-5c-36 0-68 15-91 38-24 23-38 56-38 91 0 18 4 36 11 51 6 15 16 29 27 40 23 24 55 38 91 38 71 0 129-58 129-129 0-35-14-68-38-91zm-32 108H702v-34h118v34zM612 503c-13 7-25 14-38 20h181l-16 66H394c-18 9-33 19-46 30-20 16-29 39-29 70 0 19 4 36 13 50 8 15 20 27 34 36s30 16 47 21 34 7 52 7c32 0 64-8 93-23 10-4 19-10 27-17-3 11-4 22-4 34 0 44 20 83 51 109-5 2-10 4-14 6-48 17-98 25-150 25-41 0-79-5-116-16s-69-28-98-49c-27-22-49-50-66-83-16-34-25-73-25-118 0-31 5-58 13-82h-66l15-66h91c15-17 31-31 50-42l7-4H130l13-67h304l9-3c29-11 54-24 73-39 20-15 29-36 29-65 0-18-3-35-11-48-8-14-18-25-31-34s-28-15-44-19-33-6-50-6c-29 0-56 6-83 16-26 11-47 27-63 50L168 148c33-30 70-52 111-66 41-13 84-20 128-20 38 0 76 6 113 16s69 25 98 46c28 21 52 47 69 78 18 32 26 69 26 112 0 38-5 70-17 96h78l-16 67H645c-10 10-21 19-33 26z"/></svg>
Copied!