Cibil Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cibil 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/338250.svg" alt="Cibil icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338250.svg" alt="Cibil icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338250.svg" alt="Cibil icon" :width="24" :height="24" />
CSS background
.icon-cibil {
background-image: url('https://proicons.com/icon/338250.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M33.325,20v8h4"/><line class="b" x1="30.312" y1="20" x2="30.312" y2="28"/><line class="b" x1="29.262" y1="20" x2="31.363" y2="20"/><line class="b" x1="29.262" y1="28" x2="31.363" y2="28"/><line class="b" x1="18.987" y1="20" x2="18.987" y2="28"/><line class="b" x1="17.937" y1="20" x2="20.038" y2="20"/><line class="b" x1="17.937" y1="28" x2="20.038" y2="28"/><path class="b" d="M15.975,25.317v.0328c0,1.4636-1.1864,2.65-2.65,2.65s-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65s2.65,1.1864,2.65,2.65v.0328"/><path class="b" d="M25.3,24c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2Z"/><line class="b" x1="25.3" y1="24" x2="22.004" y2="24"/></svg>
Copied!