Rbru App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rbru App 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/346513.svg" alt="Rbru App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346513.svg" alt="Rbru App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346513.svg" alt="Rbru App icon" :width="24" :height="24" />
CSS background
.icon-rbru-app {
background-image: url('https://proicons.com/icon/346513.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m22.206,18.023c-1.936-1.941-4.658-2.896-6.393-2.532m16.664,7.666c2.145.18,5.197.941,6.486,2.719m-15.707-.811c-2.066,3.097-4.026,6.665-5.202,10.136m6.652-14.244c-.937-1.536-2.077-6.674,1.21-9.473.99-.843,2.04.445.626,1.138m10.092-2.626c-1.567-1.045-2.734.636-2.278,1.965-4.043-.11-8.816,6.04-8.605,10.702,2.555-1.155,4.746-2.296,5.396-4.833.256-.996-.255-1.511-.908-.964m-4.718-7.665c-2.185-1.3-5.477-1.433-9.457-1.074,4.868,2.584,6.618,5.39,6.42,7.868-8.22-7.865-17.848-1.611-17.984,3.372,2.195-1.482,4.46-1.549,6.756.046,2.954,2.054,5.047.553,7.502.377,4.542-.325,4.265,1.987,3.082,2.019-15.268.411-6.804,15.29-6.7,18.24.514-1.283.656-2.092,4.689-1.9,6.169.295,7.478-3.913,7.066-7.92-.455-4.418.103-7.55,1.775-7.317,2.115.295,2.132,2.111,2.813,3.483.991,3.48,1.422,4.913,4.302,6.28,3.95,1.874,2.697,4.002,3.702,6.042,4.524-6.428,8.667-17.838-8.04-17.63.434-2.003,4.887-2.061,9.569.023.38-4.469-3.97-7.018-7.772-6.627"/></svg>
Copied!