currency nigeria icon
currency-nigeria-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- currency-nigeria-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
currency-baht-2-fillcurrency-baht-fillcurrency-bitcoin-2-fillcurrency-bitcoin-fillcurrency-cny-2-fillcurrency-cny-fillcurrency-dollar-2-fillcurrency-dollar-fillcurrency-euro-2-fillcurrency-euro-fillcurrency-lira-2-fillcurrency-lira-fillcurrency-nigeria-2-fillcurrency-pound-2-fillcurrency-pound-fillcurrency-rubel-2-fillcurrency-rubel-fillcurrency-rupee-2-fillcurrency-rupee-fillcurrency-shekel-2-fillcurrency-shekel-fillcurrency-won-2-fillcurrency-won-fill
Use the currency nigeria icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 17a1 1 0 1 0 2 0zm1-10V6a1 1 0 0 0-1 1zm.5 0l.928-.371A1 1 0 0 0 10 6zm4 10l-.928.371A1 1 0 0 0 14 18zm.5 0v1a1 1 0 0 0 1-1zm1-10a1 1 0 1 0-2 0zM8 10a1 1 0 1 0 0 2zm8 2a1 1 0 1 0 0-2zm-8 1a1 1 0 1 0 0 2zm8 2a1 1 0 1 0 0-2zm-6.5 2h1V7h-2v10zm0-10v1h.5V6h-.5zm.5 0l-.928.371l4 10L14 17l.928-.371l-4-10zm4 10v1h.5v-2H14zm.5 0h1V7h-2v10zM8 11v1h8v-2H8zm0 3v1h8v-2H8zm13-2h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCurrencyNigeriaLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 17a1 1 0 1 0 2 0zm1-10V6a1 1 0 0 0-1 1zm.5 0l.928-.371A1 1 0 0 0 10 6zm4 10l-.928.371A1 1 0 0 0 14 18zm.5 0v1a1 1 0 0 0 1-1zm1-10a1 1 0 1 0-2 0zM8 10a1 1 0 1 0 0 2zm8 2a1 1 0 1 0 0-2zm-8 1a1 1 0 1 0 0 2zm8 2a1 1 0 1 0 0-2zm-6.5 2h1V7h-2v10zm0-10v1h.5V6h-.5zm.5 0l-.928.371l4 10L14 17l.928-.371l-4-10zm4 10v1h.5v-2H14zm.5 0h1V7h-2v10zM8 11v1h8v-2H8zm0 3v1h8v-2H8zm13-2h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 17a1 1 0 1 0 2 0zm1-10V6a1 1 0 0 0-1 1zm.5 0l.928-.371A1 1 0 0 0 10 6zm4 10l-.928.371A1 1 0 0 0 14 18zm.5 0v1a1 1 0 0 0 1-1zm1-10a1 1 0 1 0-2 0zM8 10a1 1 0 1 0 0 2zm8 2a1 1 0 1 0 0-2zm-8 1a1 1 0 1 0 0 2zm8 2a1 1 0 1 0 0-2zm-6.5 2h1V7h-2v10zm0-10v1h.5V6h-.5zm.5 0l-.928.371l4 10L14 17l.928-.371l-4-10zm4 10v1h.5v-2H14zm.5 0h1V7h-2v10zM8 11v1h8v-2H8zm0 3v1h8v-2H8zm13-2h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10z"/></svg> </template>
CSS
.icon-currency-nigeria-line {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2017a1%201%200%201%200%202%200zm1-10V6a1%201%200%200%200-1%201zm.5%200l.928-.371A1%201%200%200%200%2010%206zm4%2010l-.928.371A1%201%200%200%200%2014%2018zm.5%200v1a1%201%200%200%200%201-1zm1-10a1%201%200%201%200-2%200zM8%2010a1%201%200%201%200%200%202zm8%202a1%201%200%201%200%200-2zm-8%201a1%201%200%201%200%200%202zm8%202a1%201%200%201%200%200-2zm-6.5%202h1V7h-2v10zm0-10v1h.5V6h-.5zm.5%200l-.928.371l4%2010L14%2017l.928-.371l-4-10zm4%2010v1h.5v-2H14zm.5%200h1V7h-2v10zM8%2011v1h8v-2H8zm0%203v1h8v-2H8zm13-2h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9%209v-1a8%208%200%200%201-8-8H2c0%205.523%204.477%2010%2010%2010zm-9-9h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.5%2017a1%201%200%201%200%202%200zm1-10V6a1%201%200%200%200-1%201zm.5%200l.928-.371A1%201%200%200%200%2010%206zm4%2010l-.928.371A1%201%200%200%200%2014%2018zm.5%200v1a1%201%200%200%200%201-1zm1-10a1%201%200%201%200-2%200zM8%2010a1%201%200%201%200%200%202zm8%202a1%201%200%201%200%200-2zm-8%201a1%201%200%201%200%200%202zm8%202a1%201%200%201%200%200-2zm-6.5%202h1V7h-2v10zm0-10v1h.5V6h-.5zm.5%200l-.928.371l4%2010L14%2017l.928-.371l-4-10zm4%2010v1h.5v-2H14zm.5%200h1V7h-2v10zM8%2011v1h8v-2H8zm0%203v1h8v-2H8zm13-2h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9%209v-1a8%208%200%200%201-8-8H2c0%205.523%204.477%2010%2010%2010zm-9-9h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/currency-nigeria-line.svg?color=%231a73e8&size=48