Cac O Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Cac O 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/304761.svg" alt="Cac O icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304761.svg" alt="Cac O icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304761.svg" alt="Cac O icon" :width="24" :height="24" />
CSS background
.icon-cac-o {
background-image: url('https://proicons.com/icon/304761.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>cac-o</title><path d="M52.26,56H19.74A2.78,2.78,0,0,1,17,53.21V2.79A2.78,2.78,0,0,1,19.74,0H52.26A2.77,2.77,0,0,1,55,2.79V53.21A2.77,2.77,0,0,1,52.26,56ZM20.38,2.43A1.28,1.28,0,0,0,19.1,3.71V52.29a1.28,1.28,0,0,0,1.28,1.28H51.62a1.28,1.28,0,0,0,1.28-1.28V3.71a1.28,1.28,0,0,0-1.28-1.28Z"/><path d="M39.13,26.34H22.68a.69.69,0,0,1-.69-.69V5.6a.69.69,0,0,1,.69-.69H39.13a.69.69,0,0,1,.69.69v20A.69.69,0,0,1,39.13,26.34ZM23.37,25H38.44V6.29H23.37Z"/><path d="M35.43,30.37h-12a.69.69,0,1,1,0-1.38h12a.69.69,0,0,1,0,1.38Z"/><path d="M35.43,33.26h-12a.69.69,0,1,1,0-1.38h12a.69.69,0,0,1,0,1.38Z"/><path d="M38.62,21.25a3,3,0,0,0-3-3H26.18a3,3,0,0,0-3,3v4.58H38.62V21.25Z"/><path d="M34.93,13.15A4,4,0,1,1,30.88,9.1a4,4,0,0,1,4.05,4.05"/><path d="M27.71,51.65H23.44a.69.69,0,0,1-.69-.69V36.6a.68.68,0,0,1,.69-.68h4.27a.68.68,0,0,1,.69.68V51A.69.69,0,0,1,27.71,51.65Zm-3.58-1.37H27v-13H24.13Z"/><path d="M49.89,14H43a.69.69,0,0,1,0-1.38h6.88a.69.69,0,0,1,0,1.38Z"/><path d="M49.89,16.64H43a.68.68,0,0,1-.68-.69.67.67,0,0,1,.68-.68h6.88a.68.68,0,0,1,.69.68A.69.69,0,0,1,49.89,16.64Z"/><path d="M49.89,26.23H43a.68.68,0,0,1-.68-.69.67.67,0,0,1,.68-.68h6.88a.68.68,0,0,1,.69.68A.69.69,0,0,1,49.89,26.23Z"/><path d="M37.53,49.07H31.87a1,1,0,0,1-1-1V42.39a1,1,0,0,1,1-1h5.66a1,1,0,0,1,1,1v5.66A1,1,0,0,1,37.53,49.07ZM32,47.94h5.44V42.5H32Z"/></svg>
Copied!