Coles Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coles 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/323905.svg" alt="Coles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323905.svg" alt="Coles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323905.svg" alt="Coles icon" :width="24" :height="24" />
CSS background
.icon-coles {
background-image: url('https://proicons.com/icon/323905.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:#000;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="M19.3652,22.314h0c1.4095,0,2.5522,1.1616,2.5522,2.5944v1.6864c0,1.4328-1.1427,2.5944-2.5522,2.5944h0c-1.4095,0-2.5522-1.1616-2.5522-2.5944v-1.6864c0-1.4328,1.1427-2.5944,2.5522-2.5944Z"/><path class="b" d="M33.804,28.609c.466.3977.9691.5801,2.099.5801h.5726c.9318,0,1.6871-.7695,1.6871-1.7188s-.7553-1.7188-1.6871-1.7188h-1.1452c-.9318,0-1.6871-.7695-1.6871-1.7188s.7553-1.7188,1.6871-1.7188h.5726c1.1298,0,1.633.1823,2.099.5801"/><line class="b" x1="24.124" y1="18.811" x2="24.124" y2="29.189"/><path class="b" d="M14.605,27.883c-.44.7808-1.2677,1.3067-2.2162,1.3067-1.4096,0-2.5522-1.1615-2.5522-2.5944v-1.6864c0-1.4329,1.1426-2.5944,2.5522-2.5944.9467,0,1.773.5239,2.2136,1.3023"/><path class="b" d="M31.102,27.88c-.4396.7821-1.268,1.3093-2.2176,1.3093-1.4096,0-2.5522-1.1615-2.5522-2.5944v-1.6864c0-1.4329,1.1426-2.5944,2.5522-2.5944s2.5522,1.1615,2.5522,2.5944v.8432h-5.1044"/></svg>
Copied!