Rcbc Digital Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rcbc Digital 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/346514.svg" alt="Rcbc Digital icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346514.svg" alt="Rcbc Digital icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346514.svg" alt="Rcbc Digital icon" :width="24" :height="24" />
CSS background
.icon-rcbc-digital {
background-image: url('https://proicons.com/icon/346514.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m34.4497,19.6374v-4.3047l-15.0298-8.6313L4.5462,15.2865l-.0462,17.4676,14.9199,8.5445,15.0759-8.4512v-1.1094"/><path class="b" d="m19.0843,29.2065v-7.0376h2.304c1.3025,0,2.3584,1.0582,2.3584,2.3635s-1.0559,2.3635-2.3584,2.3635h-2.304"/><line class="b" x1="21.3883" y1="26.8959" x2="23.6921" y2="29.2047"/><path class="b" d="m30.265,26.8464v.0288c0,1.2875-1.0437,2.3312-2.3312,2.3312h0c-1.2875,0-2.3312-1.0437-2.3312-2.3312v-2.3752c0-1.2875,1.0437-2.3312,2.3312-2.3312h0c1.2875,0,2.3312,1.0437,2.3312,2.3312v.0288"/><path class="b" d="m43.5,26.8464v.0288c0,1.2875-1.0437,2.3312-2.3312,2.3312h0c-1.2875,0-2.3312-1.0437-2.3312-2.3312v-2.3752c0-1.2875,1.0437-2.3312,2.3312-2.3312h0c1.2875,0,2.3312,1.0437,2.3312,2.3312v.0288"/><path class="b" d="m35.1598,25.6877c.9717,0,1.7594.7877,1.7594,1.7594s-.7877,1.7594-1.7594,1.7594h-2.903v-7.0376h2.903c.9717,0,1.7594.7877,1.7594,1.7594s-.7877,1.7594-1.7594,1.7594h0Z"/><line class="b" x1="35.1598" y1="25.6877" x2="32.2568" y2="25.6877"/></svg>
Copied!