Castorama France Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Castorama France 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/323499.svg" alt="Castorama France icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323499.svg" alt="Castorama France icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323499.svg" alt="Castorama France icon" :width="24" :height="24" />
CSS background
.icon-castorama-france {
background-image: url('https://proicons.com/icon/323499.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M30.0003,20.5005h10c1.933,0,3.5,1.567,3.5,3.5h0c0,1.933-1.567,3.5-3.5,3.5h-10c-1.933,0-3.5-1.567-3.5-3.5h0c0-1.933,1.567-3.5,3.5-3.5Z"/><path class="c" d="M26.6923,33.1925c-5.0768,5.0768-13.308,5.0768-18.385,0-5.0768-5.0768-5.0768-13.308,0-18.385,5.0768-5.0768,13.308-5.0768,18.385,0l-4.5961,5.0143c-1.6214-2.0933-4.2781-2.8645-6.6484-1.9299-2.3703.9346-3.9479,3.3754-3.9479,6.108s1.5776,5.1734,3.9479,6.108c2.3703.9346,5.027.1634,6.6484-1.9299l4.5961,5.0145Z"/></svg>
Copied!