Riyal Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Riyal 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/306356.svg" alt="Riyal Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306356.svg" alt="Riyal Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306356.svg" alt="Riyal Minus icon" :width="24" :height="24" />
CSS background
.icon-riyal-minus {
background-image: url('https://proicons.com/icon/306356.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="M319 662c0-35-14-68-37-91-23-22-53-36-86-37h-5c-36 0-68 14-91 37-23 24-37 56-37 91 0 18 3 36 10 51s16 29 27 40c23 23 55 38 91 38 71-1 128-58 128-129zm-69 17H132v-34h118v34zm563 87c43 0 75-20 96-56 19-32 28-64 28-96 0-31-14-77-38-129h-4c-17 22-31 44-44 65 21 41 37 79 41 111-13 11-32 18-58 18-23 0-44-6-59-17-30-23-46-56-46-142l-2-116c30-17 61-29 93-29 38 0 69 16 74 59l9 3c10-29 16-59 16-84 0-46-34-68-77-68-35 0-74 16-113 43h-3c0-99-4-188-15-259l-6-1c-15 19-28 38-41 60 8 98 14 173 17 232-26 21-51 45-77 71h-3l-8-158 45-43c-34-44-55-85-55-117 0-9 0-16 2-25l-8-4c-24 26-52 73-52 97 0 18 10 45 16 72 6 56 12 135 17 220-53 59-99 98-140 98-14 0-35-5-49-28-7-12-12-31-12-56 0-42 22-94 63-157l-17-12c-55 75-84 149-84 222 0 8 0 15 1 23 5 33 19 60 39 77 15 12 32 19 51 19 47 0 81-29 133-88 9-10 14-17 20-24l2 2c4 48 6 97 6 149-4 18-20 38-50 62-36 28-76 48-130 48-35 0-64-14-84-37-12 19-38 37-62 36 22 62 73 95 146 95 75 0 149-43 194-111 16-52 25-108 25-166 0-43-1-83-3-121 23-25 48-50 75-73l3 2c2 55 5 107 5 156 0 120 52 177 123 177zm49 37l-43 61c26 18 52 37 76 59 16-18 31-36 42-60-23-23-48-43-75-60zm-120 11l-45 61c26 16 53 35 79 57 17-18 33-38 45-60-24-23-50-43-79-58z"/></svg>
Copied!