Rakuten Beauty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Beauty 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/346463.svg" alt="Rakuten Beauty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346463.svg" alt="Rakuten Beauty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346463.svg" alt="Rakuten Beauty icon" :width="24" :height="24" />
CSS background
.icon-rakuten-beauty {
background-image: url('https://proicons.com/icon/346463.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="j" d="M20.1715,35.215c0-2.3596,1.9133-4.2724,4.2734-4.2724s4.2734,1.9128,4.2734,4.2724-1.9133,4.2724-4.2734,4.2724-4.0567-1.9228-4.2734-4.2724l-2.752-29.7152-2.752,29.7152c-.2167,2.3496-1.9133,4.2724-4.2734,4.2724s-4.2734-1.9128-4.2734-4.2724,1.9133-4.2724,4.2734-4.2724,4.2734,1.9128,4.2734,4.2724"/><path id="d" class="j" d="M6.5946,42.5002c1.0454-.4641,2.1762-1.9366,2.3273-3.2758"/></g><g id="e"><path id="f" class="j" d="M29.9218,5.5239h8.2557c2.0507,0,3.7019,1.6506,3.7019,3.7009l-.0002,29.2471"/><path id="g" class="j" d="M29.9215,24.6944h11.9579"/><path id="h" class="j" d="M29.9218,11.9141h11.9576"/><path id="i" class="j" d="M29.9215,18.3043h11.9579"/></g></svg>
Copied!