Eazydiner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eazydiner 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/339479.svg" alt="Eazydiner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339479.svg" alt="Eazydiner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339479.svg" alt="Eazydiner icon" :width="24" :height="24" />
CSS background
.icon-eazydiner {
background-image: url('https://proicons.com/icon/339479.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:#fff;}.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M34.707,23.0605c0-1.2664,1.0266-2.293,2.293-2.293h0"/><line class="e" x1="34.707" y1="20.7675" x2="34.707" y2="26.844"/><circle class="d" cx="18.0933" cy="17.9586" r=".8026"/><line class="e" x1="18.0933" y1="20.7675" x2="18.0933" y2="26.844"/><path class="e" d="M25.1545,26.844v-3.7835c0-1.2664-1.0266-2.293-2.293-2.293h0c-1.2664,0-2.293,1.0266-2.293,2.293"/><line class="e" x1="20.5685" y1="26.844" x2="20.5685" y2="20.7675"/><path class="e" d="M31.9231,25.6868c-.3949.6912-1.1392,1.1571-1.9924,1.1571h0c-1.2664,0-2.293-1.0266-2.293-2.293v-1.4905c0-1.2664,1.0266-2.293,2.293-2.293h0c1.2664,0,2.293,1.0266,2.293,2.293v.7452s-4.586,0-4.586,0"/><path class="e" d="M15.586,23.0605c0-1.2664-1.0266-2.293-2.293-2.293h0c-1.2664,0-2.293,1.0266-2.293,2.293v1.4905c0,1.2664,1.0266,2.293,2.293,2.293h0c1.2664,0,2.293-1.0266,2.293-2.293"/><line class="e" x1="15.586" y1="26.844" x2="15.586" y2="17.672"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!