Aeg Kitchen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aeg Kitchen 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/335977.svg" alt="Aeg Kitchen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335977.svg" alt="Aeg Kitchen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335977.svg" alt="Aeg Kitchen icon" :width="24" :height="24" />
CSS background
.icon-aeg-kitchen {
background-image: url('https://proicons.com/icon/335977.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.1302,4.5v36.901c0,1.1592.9397,2.099,2.099,2.099h0c1.1592,0,2.099-.9397,2.099-2.099v-15.9115h5.0556L28.1302,4.5Z"/><line class="c" x1="16.9132" y1="4.5" x2="16.9132" y2="15.4236"/><path class="c" d="m23.2101,4.5v11.7361c0,2.3184-1.8795,4.1979-4.1979,4.1979v20.967c0,1.1592-.9397,2.099-2.099,2.099h0c-1.1592,0-2.099-.9397-2.099-2.099v-20.967c-2.3184,0-4.1979-1.8795-4.1979-4.1979V4.5"/></svg>
Copied!