rupee-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.

Name
rupee-outline
Set
Health Icons
Style
Outline
Category
Typography
Viewbox
48×48
License
MIT
Aliases
rupee2x-outline

1 other variant in Health Icons

The same icon in other sets

More typography icons from Health Icons

Use the rupee icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15 12a3 3 0 0 1 3-3h12a3 3 0 1 1 0 6a3 3 0 1 1 0 6h-1.512a9.02 9.02 0 0 1-5.276 5.41l5.284 7.926a3 3 0 0 1-4.992 3.328l-8-12A3 3 0 0 1 18 21a3 3 0 0 1 0-6a3 3 0 0 1-3-3m3-1a1 1 0 1 0 0 2h2a5 5 0 0 1 4.33 2.5a1 1 0 0 1-.865 1.5H18a1 1 0 1 0 0 2h5.465a1 1 0 0 1 .866 1.5A5 5 0 0 1 20 23h-2a1 1 0 0 0-.832 1.555l8 12a1 1 0 0 0 1.664-1.11l-6.037-9.056a1 1 0 0 1 .63-1.534a7.01 7.01 0 0 0 5.354-5.104a1 1 0 0 1 .969-.751H30a1 1 0 1 0 0-2h-2.252a1 1 0 0 1-.969-.75a7 7 0 0 0-.715-1.75a1 1 0 0 1 .866-1.5H30a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRupeeOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M15 12a3 3 0 0 1 3-3h12a3 3 0 1 1 0 6a3 3 0 1 1 0 6h-1.512a9.02 9.02 0 0 1-5.276 5.41l5.284 7.926a3 3 0 0 1-4.992 3.328l-8-12A3 3 0 0 1 18 21a3 3 0 0 1 0-6a3 3 0 0 1-3-3m3-1a1 1 0 1 0 0 2h2a5 5 0 0 1 4.33 2.5a1 1 0 0 1-.865 1.5H18a1 1 0 1 0 0 2h5.465a1 1 0 0 1 .866 1.5A5 5 0 0 1 20 23h-2a1 1 0 0 0-.832 1.555l8 12a1 1 0 0 0 1.664-1.11l-6.037-9.056a1 1 0 0 1 .63-1.534a7.01 7.01 0 0 0 5.354-5.104a1 1 0 0 1 .969-.751H30a1 1 0 1 0 0-2h-2.252a1 1 0 0 1-.969-.75a7 7 0 0 0-.715-1.75a1 1 0 0 1 .866-1.5H30a1 1 0 1 0 0-2z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15 12a3 3 0 0 1 3-3h12a3 3 0 1 1 0 6a3 3 0 1 1 0 6h-1.512a9.02 9.02 0 0 1-5.276 5.41l5.284 7.926a3 3 0 0 1-4.992 3.328l-8-12A3 3 0 0 1 18 21a3 3 0 0 1 0-6a3 3 0 0 1-3-3m3-1a1 1 0 1 0 0 2h2a5 5 0 0 1 4.33 2.5a1 1 0 0 1-.865 1.5H18a1 1 0 1 0 0 2h5.465a1 1 0 0 1 .866 1.5A5 5 0 0 1 20 23h-2a1 1 0 0 0-.832 1.555l8 12a1 1 0 0 0 1.664-1.11l-6.037-9.056a1 1 0 0 1 .63-1.534a7.01 7.01 0 0 0 5.354-5.104a1 1 0 0 1 .969-.751H30a1 1 0 1 0 0-2h-2.252a1 1 0 0 1-.969-.75a7 7 0 0 0-.715-1.75a1 1 0 0 1 .866-1.5H30a1 1 0 1 0 0-2z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-rupee-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2012a3%203%200%200%201%203-3h12a3%203%200%201%201%200%206a3%203%200%201%201%200%206h-1.512a9.02%209.02%200%200%201-5.276%205.41l5.284%207.926a3%203%200%200%201-4.992%203.328l-8-12A3%203%200%200%201%2018%2021a3%203%200%200%201%200-6a3%203%200%200%201-3-3m3-1a1%201%200%201%200%200%202h2a5%205%200%200%201%204.33%202.5a1%201%200%200%201-.865%201.5H18a1%201%200%201%200%200%202h5.465a1%201%200%200%201%20.866%201.5A5%205%200%200%201%2020%2023h-2a1%201%200%200%200-.832%201.555l8%2012a1%201%200%200%200%201.664-1.11l-6.037-9.056a1%201%200%200%201%20.63-1.534a7.01%207.01%200%200%200%205.354-5.104a1%201%200%200%201%20.969-.751H30a1%201%200%201%200%200-2h-2.252a1%201%200%200%201-.969-.75a7%207%200%200%200-.715-1.75a1%201%200%200%201%20.866-1.5H30a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%2012a3%203%200%200%201%203-3h12a3%203%200%201%201%200%206a3%203%200%201%201%200%206h-1.512a9.02%209.02%200%200%201-5.276%205.41l5.284%207.926a3%203%200%200%201-4.992%203.328l-8-12A3%203%200%200%201%2018%2021a3%203%200%200%201%200-6a3%203%200%200%201-3-3m3-1a1%201%200%201%200%200%202h2a5%205%200%200%201%204.33%202.5a1%201%200%200%201-.865%201.5H18a1%201%200%201%200%200%202h5.465a1%201%200%200%201%20.866%201.5A5%205%200%200%201%2020%2023h-2a1%201%200%200%200-.832%201.555l8%2012a1%201%200%200%200%201.664-1.11l-6.037-9.056a1%201%200%200%201%20.63-1.534a7.01%207.01%200%200%200%205.354-5.104a1%201%200%200%201%20.969-.751H30a1%201%200%201%200%200-2h-2.252a1%201%200%200%201-.969-.75a7%207%200%200%200-.715-1.75a1%201%200%200%201%20.866-1.5H30a1%201%200%201%200%200-2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/rupee-outline.svg?color=%231a73e8&size=48