Espresso House Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Espresso House 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/340089.svg" alt="Espresso House icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340089.svg" alt="Espresso House icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340089.svg" alt="Espresso House icon" :width="24" :height="24" />
CSS background
.icon-espresso-house {
background-image: url('https://proicons.com/icon/340089.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><circle class="c" cx="24" cy="24" r="21.5"/><circle class="c" cx="24" cy="24" r="13.9"/><line class="c" x1="2.5" y1="23.6" x2="10.1" y2="23.6"/><line class="c" x1="11.1" y1="29.2" x2="3.1" y2="29.2"/><line class="c" x1="44.9" y1="29.2" x2="36.9" y2="29.2"/><line class="c" x1="37.9" y1="23.6" x2="45.5" y2="23.6"/><path class="c" d="m33.1,28.7c.1,2.2-6.4,3.2-11.8.4-4.7-2.4-7.4-4.6-7.4-7.9s6-5.5,11.8-3.7c7.5,2.2,8.1,8.7,8.1,8.7-6.1-8.2-13.1-6.7-13.1-6.7,6.9,1.8,12.3,6.4,12.4,9.2Z"/></svg>
Copied!