money-rubl from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
money-rubl
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the money rubl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M24 16v12h4.598C32.866 28 35 25.664 35 21.977C35 18.313 32.866 16 28.62 16zm5.917 16.136h-5.774v4.384h8.77v2.553h-8.77V44h-4.834v-4.927H15V36.52h4.309v-4.384H15v-2.577h4.309V12H30.07C36.085 12 40 16.294 40 22.102c0 5.785-4.003 10.034-10.083 10.034"/></svg>

React

import type { SVGProps } from "react";

export function F7MoneyRubl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M24 16v12h4.598C32.866 28 35 25.664 35 21.977C35 18.313 32.866 16 28.62 16zm5.917 16.136h-5.774v4.384h8.77v2.553h-8.77V44h-4.834v-4.927H15V36.52h4.309v-4.384H15v-2.577h4.309V12H30.07C36.085 12 40 16.294 40 22.102c0 5.785-4.003 10.034-10.083 10.034"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M24 16v12h4.598C32.866 28 35 25.664 35 21.977C35 18.313 32.866 16 28.62 16zm5.917 16.136h-5.774v4.384h8.77v2.553h-8.77V44h-4.834v-4.927H15V36.52h4.309v-4.384H15v-2.577h4.309V12H30.07C36.085 12 40 16.294 40 22.102c0 5.785-4.003 10.034-10.083 10.034"/></svg>
</template>

CSS

.icon-money-rubl {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2016v12h4.598C32.866%2028%2035%2025.664%2035%2021.977C35%2018.313%2032.866%2016%2028.62%2016zm5.917%2016.136h-5.774v4.384h8.77v2.553h-8.77V44h-4.834v-4.927H15V36.52h4.309v-4.384H15v-2.577h4.309V12H30.07C36.085%2012%2040%2016.294%2040%2022.102c0%205.785-4.003%2010.034-10.083%2010.034%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2016v12h4.598C32.866%2028%2035%2025.664%2035%2021.977C35%2018.313%2032.866%2016%2028.62%2016zm5.917%2016.136h-5.774v4.384h8.77v2.553h-8.77V44h-4.834v-4.927H15V36.52h4.309v-4.384H15v-2.577h4.309V12H30.07C36.085%2012%2040%2016.294%2040%2022.102c0%205.785-4.003%2010.034-10.083%2010.034%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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