Digital Rupee Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digital Rupee Alt icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339089.svg" alt="Digital Rupee Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339089.svg" alt="Digital Rupee Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339089.svg" alt="Digital Rupee Alt icon" :width="24" :height="24" />
CSS background
.icon-digital-rupee-alt {
background-image: url('https://proicons.com/icon/339089.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M20.8062,30.3547c-.7322,1.2815-2.1121,2.1453-3.6937,2.1453h0c-2.3478,0-4.2511-1.9033-4.2511-4.2511v-2.7632c0-2.3478,1.9033-4.2511,4.2511-4.2511h0c2.3478,0,4.2511,1.9033,4.2511,4.2511v1.3816h-8.5021"/><g id="b"><path class="c" d="M23.8732,15.5h3.4413c3.1472,0,5.6985,2.5568,5.6985,5.7108s-2.5513,5.7108-5.6985,5.7108l5.6985,5.5785"/><line class="c" x1="27.3145" y1="15.5" x2="35.1385" y2="15.5"/><line class="c" x1="23.8732" y1="21.239" x2="35.1385" y2="21.239"/></g></svg>
Copied!