Centraal Beheer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Centraal Beheer 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/323556.svg" alt="Centraal Beheer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323556.svg" alt="Centraal Beheer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323556.svg" alt="Centraal Beheer icon" :width="24" :height="24" />
CSS background
.icon-centraal-beheer {
background-image: url('https://proicons.com/icon/323556.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="M29.3404,12.0934c-9.102,2.1965-17.1779,6.282-17.7858,13.7943-.6434,7.9508,4.5499,9.5133,7.9967,10.0189"/><path class="c" d="M26.8553,24.9313c5.4264-2.4905,10.3439-2.1228,9.5627,3.9437-.5577,4.3303-5.9056,6.7559-11.8113,7.0316l3.8605-18.8429"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!