Toeslagen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Toeslagen 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/334070.svg" alt="Toeslagen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334070.svg" alt="Toeslagen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334070.svg" alt="Toeslagen icon" :width="24" :height="24" />
CSS background
.icon-toeslagen {
background-image: url('https://proicons.com/icon/334070.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="M18.8411,38.8995s1.4089.5047,4.8785.5047,5.993-.6098,5.993-2.229-1.4299-1.3668-5.8458-1.4299-9.1384-1.2929-11.5187,0c-1.9743,1.0724-3.1846,2.1028-6.8481,2.1869"/><path class="d" d="M29.7126,37.1752c2.271-.8201,5.6565-2.1869,7.3598-2.8808s3.1963.0421,3.7009,1.1145c-4.1636,2.9019-10.7453,7.0911-10.7453,7.0911"/><path class="d" d="M23.25,19.2523c-5.2991.3084-7.2897,1.514-7.2897,1.514"/><circle class="d" cx="21.8762" cy="13.1963" r="1.3738"/><line class="d" x1="22.0811" y1="14.5517" x2="22.1565" y2="16.1963"/><path class="d" d="M23.8949,33.4112c6.3364,0,9.8692-1.9346,9.8692-4.6262s-.6449-5.1028-1.9346-8.0187c.8972-1.9626.3925-4.5701-7.9346-4.5701s-8.8318,2.6075-7.9346,4.5701c-1.2897,2.9159-1.9346,5.3271-1.9346,8.0187s3.5327,4.6262,9.8692,4.6262Z"/><circle class="d" cx="25.9136" cy="13.1963" r="1.3738"/><line class="d" x1="25.7086" y1="14.5517" x2="25.6332" y2="16.1963"/><g id="c"><path class="d" d="M26.1136,28.8823c-.4921.5845-1.2293.956-2.0532.956h0c-1.4817,0-2.6828-1.2011-2.6828-2.6828v-2.6345c0-1.4817,1.2011-2.6828,2.6828-2.6828h0c.8288,0,1.5699.3758,2.062.9664"/><line class="d" x1="20.3776" y1="24.8662" x2="23.3776" y2="24.8662"/><line class="d" x1="20.3776" y1="26.8294" x2="23.3776" y2="26.8294"/></g></svg>
Copied!