Rakuten Budget Book Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Budget Book 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/346464.svg" alt="Rakuten Budget Book icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346464.svg" alt="Rakuten Budget Book icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346464.svg" alt="Rakuten Budget Book icon" :width="24" :height="24" />
CSS background
.icon-rakuten-budget-book {
background-image: url('https://proicons.com/icon/346464.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="b" 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><path class="c" d="M22.6739,6.0028l-15.4997,13.7287c-.4287.3798-.6741.9252-.6738,1.498v19.2706c.0001,1.1045.8955,1.9998,2,2h30.9993c1.1045-.0001,1.9998-.8955,2-2v-19.2706c.0002-.5728-.2451-1.1182-.6738-1.498l-15.4997-13.7287c-.757-.6704-1.8953-.6704-2.6522,0h0Z"/><path class="c" d="M41.4994,15.3276V7.0004c0-.8284-.6716-1.4999-1.5-1.5h-4.4999c-.8284,0-1.4999.6716-1.5,1.5v1.6846"/><path class="c" d="M31.6447,20.2295l-7.6446,11.1348-7.6446-11.1348"/><line class="c" x1="23.9998" y1="42.5" x2="23.9998" y2="31.3652"/><line class="c" x1="16.788" y1="31.3652" x2="31.2117" y2="31.3652"/><line class="c" x1="16.788" y1="36.9321" x2="31.2117" y2="36.9321"/></svg>
Copied!