Cic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cic 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/338252.svg" alt="Cic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338252.svg" alt="Cic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338252.svg" alt="Cic icon" :width="24" :height="24" />
CSS background
.icon-cic {
background-image: url('https://proicons.com/icon/338252.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M4.5,15.33333333h39v17.33333333H4.5V15.33333333h0Z"/><path class="e" d="M21.83333333,15.33333333v13.54166667h4.33333333"/><path class="e" d="M21.83333333,19.125h4.33333333v13.54166667"/><path class="e" d="M17.17500083,27.90000041c-2.1539104,1.61543306-5.20956715,1.17890978-6.82500021-.97500165-1.61543202-2.15390937-1.17890978-5.20956612.97500165-6.82499917,1.73333271-1.29999876,4.11666481-1.29999876,5.84999855,0M38.84166749,20.09999959c-2.15390937-1.61543306-5.20956612-1.17890978-6.82499917.97500165-1.61543306,2.15390937-1.17890978,5.20956612.97500165,6.82499917,1.73333168,1.29999876,4.11666584,1.29999876,5.84999752,0"/></svg>
Copied!