Enrecipes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Enrecipes 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/325459.svg" alt="Enrecipes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325459.svg" alt="Enrecipes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325459.svg" alt="Enrecipes icon" :width="24" :height="24" />
CSS background
.icon-enrecipes {
background-image: url('https://proicons.com/icon/325459.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.7523,40.6454v-6.177a2.131,2.131,0,0,1,.6378-1.5259c.9606-.9432,2.891-2.8481,4.9882-4.972l-.0088-.0047a9.9474,9.9474,0,0,0-5.0724-17.0376,3.4077,3.4077,0,0,1-2.1877-1.3874,9.9478,9.9478,0,0,0-16.2188,0,3.4077,3.4077,0,0,1-2.1877,1.3874A9.9474,9.9474,0,0,0,8.6305,27.9658l-.0088.0047c2.0972,2.1239,4.0276,4.0288,4.9882,4.972a2.131,2.131,0,0,1,.6378,1.5259v6.177a2,2,0,0,0,2,2H31.7523A2,2,0,0,0,33.7523,40.6454Z"/><path class="a" d="M28.2812,42.6454V21.2422A4.2812,4.2812,0,0,0,24,16.9611h0a4.2812,4.2812,0,0,0-4.2812,4.2811V42.6454"/></svg>
Copied!