Rbl Mycard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rbl Mycard 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/331952.svg" alt="Rbl Mycard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331952.svg" alt="Rbl Mycard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331952.svg" alt="Rbl Mycard icon" :width="24" :height="24" />
CSS background
.icon-rbl-mycard {
background-image: url('https://proicons.com/icon/331952.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,37.7038v-17.2981c0-1.4954.694-2.803,1.7619-3.6739M42.5,37.7038v-11.0058c0-.4263-.0585-.8507-.1738-1.262l-.1028-.3664c-.2569-.9159-.7809-1.718-1.4853-2.3257M7.2619,16.7318c1.1276-.9196,2.6722-1.3522,4.2566-1.0049l27.0306,5.9258c.828.1816,1.5767.5629,2.189,1.0912M9.2779,15.7413v-3.6407c0-1.3313,1.1101-2.4106,2.4796-2.4106h24.4852c1.3695,0,2.4796,1.0793,2.4796,2.4106v9.5522M29.5,29.5001v8h4.0014M13.5,37.5001v-8h2.6199c1.4812,0,2.6819,1.2029,2.6819,2.6867s-1.2007,2.6867-2.6819,2.6867M16.1199,34.8735h-2.6199M16.1199,34.8735l2.6189,2.6246M24.8012,33.5001c1.1049,0,2.0007.8954,2.0007,2s-.8958,2-2.0007,2h-3.3012v-8h3.3012c1.1049,0,2.0007.8954,2.0007,2s-.8958,2-2.0007,2ZM24.8012,33.5001h-3.3012M31.0476,15.7169c-.2366.4129-.6818.691-1.1919.691-.7582,0-1.3727-.6142-1.3727-1.3722v-.8918c0-.7578.6145-1.3722,1.3727-1.3722.5092,0,.9535.2771,1.1905.6887M36.1767,15.7169c-.2366.4129-.6818.691-1.1919.691-.7582,0-1.3727-.6142-1.3727-1.3722v-.8918c0-.7578.6145-1.3722,1.3727-1.3722.5092,0,.9535.2771,1.1905.6887"/><path class="b" d="M9.5,5.5h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4V9.5c0-2.2091,1.7909-4,4-4Z"/></svg>
Copied!