E Rezept Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The E Rezept 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/339431.svg" alt="E Rezept icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339431.svg" alt="E Rezept icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339431.svg" alt="E Rezept icon" :width="24" :height="24" />
CSS background
.icon-e-rezept {
background-image: url('https://proicons.com/icon/339431.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="1.5132" y="15.125" width="44.9736" height="17.7501" rx="8.875" transform="translate(-9.9411 24) rotate(-45)"/><path class="a" d="M36.5513,24l3.3493,3.3493a8.8751,8.8751,0,0,1,0,12.5512l0,0a8.8751,8.8751,0,0,1-12.5512,0l-19.25-19.25a8.8751,8.8751,0,0,1,0-12.5512l0,0a8.8751,8.8751,0,0,1,12.5512,0L24,11.4488"/></svg>
Copied!