Cafe Amazon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cafe Amazon 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/337649.svg" alt="Cafe Amazon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337649.svg" alt="Cafe Amazon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337649.svg" alt="Cafe Amazon icon" :width="24" :height="24" />
CSS background
.icon-cafe-amazon {
background-image: url('https://proicons.com/icon/337649.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.2458,15.2335c-.37.243-.647.412-1.434.14-1.554-.536-.563-3.4859,1.274-2.8449M12.5758,13.8985l.032-.032M16.3827,15.9644c-.248-1.007-.887-2.4179-2.1259-2.8579M14.3937,15.0365c.184.281.524.375,1.115.218M15.9537,25.8282c-.101.285-.079.906.165,1.322M19.1186,25.2502c-.256.471-.204.833,0,1.222M17.8707,24.5272c-.602.245-1.213.102-1.455.012M19.1736,23.3283l.044.65M17.4517,17.9444c.071.618.4,1.286,1.082,1.957,1.289,1.267,1.36,2.9419,2.0279,4.3219,1.062-3.5739.218-7.7098-2.2859-7.9248M16.5987,16.0454c.372-1.446.402-2.7949-.769-3.8079-1.9909-3.2209-7.3508.958-4.9889,4.9069-2.3519,2.6409-.736,6.9538,4.2199,7.2658M13.6778,23.0263c-1.103-1.145-2.0039-2.3589-1.764-3.9659M40.1201,20.6023l.373.537c-.221.688-.57.89-1.05,1.168M35.7602,22.1673c.302.38,2.3119.023,2.2149-.7-.168-1.252-3.6159-.592-3.8929,1.425-.19,1.38,2.6359.946,3.8929.187M30.4223,20.1343c2.3479-.593,4.6679-.64,7.1328-.233M38.4181,18.8964c.31-1.23-.4-1.515-1.38-1.308-2.1199.448-5.0999,4.9799-4.7979,6.8698M28.7674,21.1863c2.4459-1.24,3.3929.771,2.2379,2.4299-.81,1.163-3.5859.491-2.4479-.818,1.038-1.192,2.4049.112,2.6579,1.449M26.1564,21.7003c2.4649-.496,2.1779-1.898,1.142-2.0559-3.1729-.486-5.0219,1.9589-4.9179,3.4349.158,2.2479,3.4599,2.4079,5.8039.28M39.6041,25.8272c.572.034,1.057.12,1.61.196M14.5247,27.1202c.165-.048-.056.007.11-.04M17.3177,26.3632c.256-.057.025-.082.301-.053M20.4686,25.8302c4.9779-.754,11.5147-.815,16.3746-.388M36.5772,33.452c.378-2.6379.852-5.2669,1.515-7.7338,1.186,2.4139,1.838,4.4339,3.4039,7.1268.466-2.8479,1.235-5.8168,2.004-8.7858M34.6652,28.3121c1.147.537.762,1.778.537,2.6869-.265,1.067-.903,2.6729-2.3779,2.6869-1.12.01-1.163-1.44-.816-2.7799.356-1.377,1.652-3.0649,2.6569-2.5939M26.6004,28.7791c1.492-.578,3.1799-1.137,4.9879-1.215l-4.5919,4.9069c-.872.931-2.0459,2.2169,1.095,1.752,1.552-.23,1.624-.197,2.2149-.257M19.9566,30.7881c4.2279-4.9349,6.9878-.958,4.5919,1.73-1.212,1.36-3.2899,2.004-3.9399,1.028-.614-.926.475-2.3119,1.206-2.6969,1.184-.625,2.4319.043,2.8509,2.0659M13.9888,28.4521c-.626,2.3869-1.02,4.8249-1.026,7.3368.225-3.6659,3.3029-8.3608,2.9379-5.4679l-.513,4.0659c.096-5.4139,4.1759-7.0518,3.3329-5.1869-.815,1.803-1.004,3.7059-1.095,5.5139M5.871,32.947c1.17-2.9719,2.5899-5.8468,4.1539-8.0468l.56-.047c-.1899,2.2551-.2166,4.5209-.08,6.7798M10.5048,31.633c.096,1.565.16,2.8399.43,4.3899M4.5,36.9099c.455-1.483.776-2.4559,1.37-3.9639l4.6339-1.313"/></svg>
Copied!