Madame Coco Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Madame Coco 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/343333.svg" alt="Madame Coco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343333.svg" alt="Madame Coco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343333.svg" alt="Madame Coco icon" :width="24" :height="24" />
CSS background
.icon-madame-coco {
background-image: url('https://proicons.com/icon/343333.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="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M18.0804,29.515h0c0,1.0939-.8751,1.969-1.969,1.969h0c-1.0939,0-1.969-.8751-1.969-1.8961v-1.969c0-1.0939.8751-1.969,1.969-1.8961h0c1.0939,0,1.8961.8751,1.8961,1.8961h0"/><path class="b" d="M21.2788,31.4844h0c-1.0939,0-1.8961-.8751-1.8961-1.8961v-1.969c0-1.0939.8751-1.969,1.8961-1.969h0c1.0939,0,1.969.8751,1.969,1.969v1.8961c0,1.0939-.8751,1.969-1.969,1.969Z"/><path class="b" d="M28.6432,29.515h0c0,1.0939-.8751,1.969-1.969,1.969h0c-1.0939,0-1.969-.8751-1.969-1.8961v-1.969c0-1.0939.8751-1.969,1.969-1.8961h0c1.0939,0,1.8961.8751,1.8961,1.8961h0"/><path class="b" d="M31.8887,31.4844h0c-1.0939,0-1.8961-.8751-1.8961-1.8961v-1.969c0-1.0939.8751-1.969,1.8961-1.969h0c1.0939,0,1.969.8751,1.969,1.969v1.8961c0,1.0939-.8751,1.969-1.969,1.969Z"/><polyline class="b" points="7.7792 22.2769 7.7792 16.5156 10.6963 22.3498 13.6134 16.5156 13.6134 22.3498"/><line class="b" x1="37.3037" y1="19.4327" x2="39.1999" y2="19.4327"/><polyline class="b" points="40.2208 22.3498 37.3037 22.3498 37.3037 16.5156 40.2208 16.5156"/><path class="b" d="M20.2628,22.3505v-5.8342h1.3127c1.3857,0,2.5525,1.1668,2.5525,2.5525v.7293c0,1.3857-1.1668,2.5525-2.5525,2.5525h-1.3127Z"/><line class="b" x1="18.2507" y1="20.3808" x2="15.6253" y2="20.3808"/><polyline class="b" points="14.9689 22.3498 16.938 16.5156 18.907 22.3498"/><line class="b" x1="28.1217" y1="20.3808" x2="25.4963" y2="20.3808"/><polyline class="b" points="24.8399 22.3498 26.809 16.5156 28.778 22.3498"/><polyline class="b" points="30.1274 22.2769 30.1274 16.5156 33.0445 22.3498 35.9616 16.5156 35.9616 22.3498"/></svg>
Copied!