Eausweise Check Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eausweise Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/324918.svg" alt="Eausweise Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324918.svg" alt="Eausweise Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324918.svg" alt="Eausweise Check icon" :width="24" :height="24" />
CSS background
.icon-eausweise-check {
background-image: url('https://proicons.com/icon/324918.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><circle class="d" cx="29.355" cy="19.872" r="2.47"/><path class="d" d="M24.828,28.515c-.0016-2.4996,2.0234-4.5273,4.523-4.529,2.4996-.0016,4.5273,2.0234,4.529,4.523v.0059h-9.052Z"/><path class="d" d="M33.5592,35.691l-23.4562.025c-1.845-.039-3.382-.96-3.382-2.85V13.024c0-1.891,1.537-2.812,3.382-2.85l25.797.028s2.919,0,2.919,2.822v16.895"/><ellipse class="d" cx="37.164" cy="33.699" rx="4.115" ry="4.127"/><path class="d" d="M35.6614,34.1993l1.2069.9997,1.7983-3"/><line class="d" x1="11.443" y1="20.4115" x2="21.947" y2="20.4115"/><line class="d" x1="21.947" y1="25.3495" x2="13.7265" y2="25.3495"/></svg>
Copied!