rupiah sign icon
rupiah-sign from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- rupiah-sign
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Use the rupiah sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 64c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0 17.7-14.3 32-32 32S0 465.7 0 448zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32m80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48h-48v96z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidRupiahSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 64c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0 17.7-14.3 32-32 32S0 465.7 0 448zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32m80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48h-48v96z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 64c0-17.7 14.3-32 32-32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0 17.7-14.3 32-32 32S0 465.7 0 448zm64 192h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112h-48v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32m80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48h-48v96z"/></svg> </template>
CSS
.icon-rupiah-sign {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2064c0-17.7%2014.3-32%2032-32h80c79.5%200%20144%2064.5%20144%20144c0%2058.8-35.2%20109.3-85.7%20131.7l51.4%20128.4c6.6%2016.4-1.4%2035-17.8%2041.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0%2017.7-14.3%2032-32%2032S0%20465.7%200%20448zm64%20192h48c44.2%200%2080-35.8%2080-80s-35.8-80-80-80H64zm256-96h80c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112h-48v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V192c0-17.7%2014.3-32%2032-32m80%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48h-48v96z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2064c0-17.7%2014.3-32%2032-32h80c79.5%200%20144%2064.5%20144%20144c0%2058.8-35.2%20109.3-85.7%20131.7l51.4%20128.4c6.6%2016.4-1.4%2035-17.8%2041.6s-35-1.4-41.6-17.8l-56-139.9H64v128c0%2017.7-14.3%2032-32%2032S0%20465.7%200%20448zm64%20192h48c44.2%200%2080-35.8%2080-80s-35.8-80-80-80H64zm256-96h80c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112h-48v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V192c0-17.7%2014.3-32%2032-32m80%20160c26.5%200%2048-21.5%2048-48s-21.5-48-48-48h-48v96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/rupiah-sign.svg?color=%231a73e8&size=48