Aangifte Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aangifte 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/321278.svg" alt="Aangifte icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321278.svg" alt="Aangifte icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321278.svg" alt="Aangifte icon" :width="24" :height="24" />
CSS background
.icon-aangifte {
background-image: url('https://proicons.com/icon/321278.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><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M42.5,14.3178s-9.0327,3.9953-18.9579,19.5561c0,0-7.6121-6.1402-13.6682-9.5467l-2.6495,3.028c7.6121,6.6869,15.2664,15.1449,15.2664,15.1449"/><path class="c" d="M42.5,19.785c-9.4112,11.1449-15.2991,22.715-15.2991,22.715"/></svg>
Copied!