Eausweise Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eausweise 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/339476.svg" alt="Eausweise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339476.svg" alt="Eausweise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339476.svg" alt="Eausweise icon" :width="24" :height="24" />
CSS background
.icon-eausweise {
background-image: url('https://proicons.com/icon/339476.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="32" cy="20.25" r="3"/><path class="e" d="M26.5,30.75c0-3.0376,2.4624-5.5,5.5-5.5s5.5,2.4624,5.5,5.5h-11Z"/><rect class="e" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><path class="e" d="M9.5,19.31h13.5v3.1903h-12.025l-1.475-3.1903Z"/><path class="e" d="M12.275,25.31h10.725v3.1903h-9.25l-1.475-3.1903Z"/></svg>
Copied!