ruble icon
ruble-bold-duotone from Solar by 480 Design · Bold Duotone · Money · CC-BY-4.0 Attribution required.
- Name
- ruble-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More money icons from Solar
banknote-2-boldbanknote-boldbill-boldbill-check-boldbill-cross-boldbill-list-boldcard-2-boldcard-boldcard-receive-boldcard-search-boldcard-send-boldcard-transfer-boldcardholder-boldcash-out-bolddollar-bolddollar-minimalistic-boldeuro-boldmoney-bag-boldmoney-roll-boldsafe-2-boldsafe-circle-boldsafe-square-boldsale-boldsale-square-bold
Use the ruble icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M9 13.2501C8.58579 13.2501 8.25 13.5858 8.25 14.0001C8.25 14.4143 8.58579 14.7501 9 14.7501H9.25V17.0001C9.25 17.4143 9.58579 17.7501 10 17.7501C10.4142 17.7501 10.75 17.4143 10.75 17.0001V14.7501H12C12.4142 14.7501 12.75 14.4143 12.75 14.0001C12.75 13.5858 12.4142 13.2501 12 13.2501H10.75V12.7501H13.5C15.2949 12.7501 16.75 11.295 16.75 9.50006C16.75 7.70514 15.2949 6.25006 13.5 6.25006L11.1615 6.25003C11.016 6.24986 10.8647 6.24968 10.7262 6.27161C9.97743 6.39021 9.39015 6.97749 9.27155 7.7263C9.24961 7.86478 9.24979 8.01605 9.24997 8.16157L9.25 11.2501H9C8.58579 11.2501 8.25 11.5858 8.25 12.0001C8.25 12.4143 8.58579 12.7501 9 12.7501H9.25V13.2501H9ZM13.5 11.2501H10.75V8.20006C10.75 8.1031 10.7501 8.04537 10.7513 8.00186C10.752 7.97425 10.7531 7.96225 10.7533 7.95936C10.7708 7.85368 10.8536 7.77083 10.9593 7.7534C10.9622 7.75311 10.9742 7.75208 11.0018 7.75132C11.0453 7.75013 11.103 7.75006 11.2 7.75006H13.5C14.4665 7.75006 15.25 8.53356 15.25 9.50006C15.25 10.4666 14.4665 11.2501 13.5 11.2501Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRubleBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M9 13.2501C8.58579 13.2501 8.25 13.5858 8.25 14.0001C8.25 14.4143 8.58579 14.7501 9 14.7501H9.25V17.0001C9.25 17.4143 9.58579 17.7501 10 17.7501C10.4142 17.7501 10.75 17.4143 10.75 17.0001V14.7501H12C12.4142 14.7501 12.75 14.4143 12.75 14.0001C12.75 13.5858 12.4142 13.2501 12 13.2501H10.75V12.7501H13.5C15.2949 12.7501 16.75 11.295 16.75 9.50006C16.75 7.70514 15.2949 6.25006 13.5 6.25006L11.1615 6.25003C11.016 6.24986 10.8647 6.24968 10.7262 6.27161C9.97743 6.39021 9.39015 6.97749 9.27155 7.7263C9.24961 7.86478 9.24979 8.01605 9.24997 8.16157L9.25 11.2501H9C8.58579 11.2501 8.25 11.5858 8.25 12.0001C8.25 12.4143 8.58579 12.7501 9 12.7501H9.25V13.2501H9ZM13.5 11.2501H10.75V8.20006C10.75 8.1031 10.7501 8.04537 10.7513 8.00186C10.752 7.97425 10.7531 7.96225 10.7533 7.95936C10.7708 7.85368 10.8536 7.77083 10.9593 7.7534C10.9622 7.75311 10.9742 7.75208 11.0018 7.75132C11.0453 7.75013 11.103 7.75006 11.2 7.75006H13.5C14.4665 7.75006 15.25 8.53356 15.25 9.50006C15.25 10.4666 14.4665 11.2501 13.5 11.2501Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" opacity=".5"/><path d="M9 13.2501C8.58579 13.2501 8.25 13.5858 8.25 14.0001C8.25 14.4143 8.58579 14.7501 9 14.7501H9.25V17.0001C9.25 17.4143 9.58579 17.7501 10 17.7501C10.4142 17.7501 10.75 17.4143 10.75 17.0001V14.7501H12C12.4142 14.7501 12.75 14.4143 12.75 14.0001C12.75 13.5858 12.4142 13.2501 12 13.2501H10.75V12.7501H13.5C15.2949 12.7501 16.75 11.295 16.75 9.50006C16.75 7.70514 15.2949 6.25006 13.5 6.25006L11.1615 6.25003C11.016 6.24986 10.8647 6.24968 10.7262 6.27161C9.97743 6.39021 9.39015 6.97749 9.27155 7.7263C9.24961 7.86478 9.24979 8.01605 9.24997 8.16157L9.25 11.2501H9C8.58579 11.2501 8.25 11.5858 8.25 12.0001C8.25 12.4143 8.58579 12.7501 9 12.7501H9.25V13.2501H9ZM13.5 11.2501H10.75V8.20006C10.75 8.1031 10.7501 8.04537 10.7513 8.00186C10.752 7.97425 10.7531 7.96225 10.7533 7.95936C10.7708 7.85368 10.8536 7.77083 10.9593 7.7534C10.9622 7.75311 10.9742 7.75208 11.0018 7.75132C11.0453 7.75013 11.103 7.75006 11.2 7.75006H13.5C14.4665 7.75006 15.25 8.53356 15.25 9.50006C15.25 10.4666 14.4665 11.2501 13.5 11.2501Z"/></g></svg> </template>
CSS
.icon-ruble-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2013.2501C8.58579%2013.2501%208.25%2013.5858%208.25%2014.0001C8.25%2014.4143%208.58579%2014.7501%209%2014.7501H9.25V17.0001C9.25%2017.4143%209.58579%2017.7501%2010%2017.7501C10.4142%2017.7501%2010.75%2017.4143%2010.75%2017.0001V14.7501H12C12.4142%2014.7501%2012.75%2014.4143%2012.75%2014.0001C12.75%2013.5858%2012.4142%2013.2501%2012%2013.2501H10.75V12.7501H13.5C15.2949%2012.7501%2016.75%2011.295%2016.75%209.50006C16.75%207.70514%2015.2949%206.25006%2013.5%206.25006L11.1615%206.25003C11.016%206.24986%2010.8647%206.24968%2010.7262%206.27161C9.97743%206.39021%209.39015%206.97749%209.27155%207.7263C9.24961%207.86478%209.24979%208.01605%209.24997%208.16157L9.25%2011.2501H9C8.58579%2011.2501%208.25%2011.5858%208.25%2012.0001C8.25%2012.4143%208.58579%2012.7501%209%2012.7501H9.25V13.2501H9ZM13.5%2011.2501H10.75V8.20006C10.75%208.1031%2010.7501%208.04537%2010.7513%208.00186C10.752%207.97425%2010.7531%207.96225%2010.7533%207.95936C10.7708%207.85368%2010.8536%207.77083%2010.9593%207.7534C10.9622%207.75311%2010.9742%207.75208%2011.0018%207.75132C11.0453%207.75013%2011.103%207.75006%2011.2%207.75006H13.5C14.4665%207.75006%2015.25%208.53356%2015.25%209.50006C15.25%2010.4666%2014.4665%2011.2501%2013.5%2011.2501Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22%2012C22%2017.5228%2017.5228%2022%2012%2022C6.47715%2022%202%2017.5228%202%2012C2%206.47715%206.47715%202%2012%202C17.5228%202%2022%206.47715%2022%2012Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%2013.2501C8.58579%2013.2501%208.25%2013.5858%208.25%2014.0001C8.25%2014.4143%208.58579%2014.7501%209%2014.7501H9.25V17.0001C9.25%2017.4143%209.58579%2017.7501%2010%2017.7501C10.4142%2017.7501%2010.75%2017.4143%2010.75%2017.0001V14.7501H12C12.4142%2014.7501%2012.75%2014.4143%2012.75%2014.0001C12.75%2013.5858%2012.4142%2013.2501%2012%2013.2501H10.75V12.7501H13.5C15.2949%2012.7501%2016.75%2011.295%2016.75%209.50006C16.75%207.70514%2015.2949%206.25006%2013.5%206.25006L11.1615%206.25003C11.016%206.24986%2010.8647%206.24968%2010.7262%206.27161C9.97743%206.39021%209.39015%206.97749%209.27155%207.7263C9.24961%207.86478%209.24979%208.01605%209.24997%208.16157L9.25%2011.2501H9C8.58579%2011.2501%208.25%2011.5858%208.25%2012.0001C8.25%2012.4143%208.58579%2012.7501%209%2012.7501H9.25V13.2501H9ZM13.5%2011.2501H10.75V8.20006C10.75%208.1031%2010.7501%208.04537%2010.7513%208.00186C10.752%207.97425%2010.7531%207.96225%2010.7533%207.95936C10.7708%207.85368%2010.8536%207.77083%2010.9593%207.7534C10.9622%207.75311%2010.9742%207.75208%2011.0018%207.75132C11.0453%207.75013%2011.103%207.75006%2011.2%207.75006H13.5C14.4665%207.75006%2015.25%208.53356%2015.25%209.50006C15.25%2010.4666%2014.4665%2011.2501%2013.5%2011.2501Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/ruble-bold-duotone.svg?color=%231a73e8&size=48