32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (2024)

Food + Drink

You don't need to eat animals to have a good meal! These Orlando restaurants are either completely vegan, vegetarian or offer plant-based foods at their restaurants.

Tags:

  • orlando dining,
  • vegan orlando,
  • vegan restaurants,
  • vegetarian orlando,
  • vegetarian restaurants

Scroll down to view images

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (1)

Dandelion Community Café

618 N. Thornton Ave., 407-362-1864
Dandelion Community Café's completely vegan and organic menu includes sandwiches, burritos, bowls and wraps, each for under $10.

Photo via Dandelion Community Café/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (2)

Market on South

2603 E. South St., 407-613-5968
Market on South is the home of Valhalla Bakery and Dixie Dharma, whose vegan menu includes twists on classic American comfort foods such as spicy cashew mac and cheese.

Photo via Market on South/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (3)

Humbl

5845 Winter Garden Vineland Road, 407-349-8800
This newly-opened restaurant near Windermere High School offers vegan burgers, pizza and ice cream.

Photo via Humbl/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (5)

Proper & Wild

155 E. Morse Blvd. Winter Park, 407-543-8425
Sip on healthyish sake-based co*cktails while making a meal from a medley of apps: chickpea fries slicked with a patina of pistou and a vindaloo-almond aioli; a kale and artichoke dip, or beet tartare capped with a turmeric-cashew "yolk." It's beautiful stuff.

Photo by Rob Bartlett

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (6)

DaJen Eats

323 E. Kennedy Blvd., Eatonville, 407-775-5791
Chef Jenn Ross specializes in Jamaican flavors like ackee and "saltfish" and vegan ox tail ("hoax tail"), but the not-so-Jamaican Buffalo chick'n biscuit is totally epic too.

Photo by Rob Bartlett

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (7)

Loving Hut Vegan Cuisine

2101 E. Colonial Drive, 407-894-5673
The Loving Hut's vegan menu includes classic asian dishes such as stir fry and sushi.

Photo via Loving Hut USA/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (8)

Raw Juicing and Detox

898 E. Washington St., 407-951-3120
Raw Juicing and Detox's vegan menu includes juices, smoothies and wraps.

Photo via RAW Juicing and Detox/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (9)

The District Market at Mills 50

1221 N. Mills Ave., 407-601-3363
This vegan marketplace several local vendors sells wraps, sandwiches, burgers and coffee.

Photo via The District Market at Mills 50/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (10)

New Moon Market

Multiple locations
The popular College Park juice-and-salad spot recently opened another outpost in downtown Orlando.

Photo via New Moon Market/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (11)

Ethos Vegan Kitchen

601-B S. New York Ave., Winter Park, 407-228-3899
Ethos' completely vegan menu offers everything from pizza to pasta to salads, baked goods and sandwiches.

Photo via Chris J./Yelp

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (12)

Pizza Bruno

3990 Curry Ford Road
Did you know Bruno's pizza dough is vegan? There are two vegan pies on the menu, the classic marinara with basil and sliced garli, and the Viva Verde, topped with a whole lotta veg.

Photo via Yelp user Lisha Y.

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (13)

The Vegan Hot Dog Cart

14 E. Washington St.
This cart sells vegan hot dogs served with mountains of delicious toppings.

Photo via The Vegan Hot Dog Cart/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (14)

Veggie Garden

1216 E. Colonial Drive, 407-228-1740
This Vietnamese vegan restaurant's menu includes spring rolls, soups and noodles.

Photo via Veggie Garden/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (15)

Bombay Cafe

1137 Doss Ave., 407-240-5151
This Indian restaurant's menu includes curries, dosas and chaats.

Photo via Bombay Cafe

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (16)

Infusion Tea

1600 Edgewater Drive, 407-999-5255
This vegan and vegetarian-friendly restaurant serves tea, quinoa bowls, wraps, tacos, sandwiches and pizza for around $10 a plate.

Photo via Infusion Tea/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (17)

Valkyrie Doughnuts

12226 Corporate Blvd.
Their classic vegan square-cut, yeast-raised doughnuts are accompanied by vegan milkshakes, soft-serve, and Oreo bombs if you're lucky.

Photo via Valkyrie Doughnuts/Instagram

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (18)

Juice'd Orlando

12 N. Summerlin Ave., 407-440-2919
This juice bar sells salads, smoothie bowls and cleanse packs. Customers can even build their own juice cleanse online!

Photo via Juice'd/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (19)

Maoz Vegetarian

4200 Conroy Road, 407-248-1953
Located inside the Mall at Millenia, Maoz Vegetarian's menu includes dishes with falafel, pita bread and hummus.

Photo via Maoz Vegetarian/Facebook

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (20)

The Sanctum Cafe

715 N. Fern Creek Ave., 407-757-0346
Sanctum's menu includes breakfast and brunch items, as well as veggie bowls and pasta.

Photo via The Sanctum Cafe/Facebook

Page 1 of 2

Next Page

`this.removeSpinner = () => {jQuery(slideshowInstance.itemContainerSelector + ' div[uk-spinner]').remove()};this.prevPageLinkHTML = `Previous Page `this.nextPageLinkHTML = `Next Page `Object.defineProperties(this, {'items': { get: function() { return jQuery(this.itemContainerSelector).find(this.itemSelector)}},'currentItem': {get: function() {var foundItem = nullvar foundItemInView = nullthis.items.each(function () {var currentInView = elementInView(jQuery(this), scrollTopOffset, 0)if (currentInView) {// An in view item is already located extra logicif (foundItemInView && foundItemInView.inView) {// The entire previously found item is visible - it winsif (foundItemInView.topInView && foundItemInView.bottomInView) return// The previously found item covers the visible area - it winsif (foundItemInView.middleCoversView) return// The previously found item has more surface area - it winsif (foundItemInView.percentVisable > currentInView.percentOfViewHeight) return}foundItem = jQuery(this)foundItemInView = currentInView}})return foundItem}},'currentItemIndex': {get: function() {var currentElement = this.currentItem.closest('[slide-index]')if(currentElement) {return parseInt(currentElement.attr('slide-index'))}return null}},'currentItemId': {get: function() {var currentElement = this.currentItem.closest('[slide-id]')if(currentElement) {return currentElement.attr('slide-id')}return null}}})var slideshowInstance = this// xxx for debuggering - igwindow.slideshowInstance = slideshowInstance;var scrollTopOffset = window.innerHeight > this.smallMenuBreakPoint ? 110 : 140var originUrl = window.location.hrefthis.scrollToIndex = function (index) {var slideItem = this.items.filter('[slide-index="' + index + '"]')if (slideItem.length) { var topOffset = slideItem.offset().top - scrollTopOffset// window.scrollTo({ top: topOffset, behavior: 'smooth' })window.scrollTo({ top: topOffset, behavior: 'auto' })}else {this.fetchMore(index, function () {slideshowInstance.scrollToIndex(index)})}}this.fetchMore = function (startIndex, callback) {var currentItemOnFetch = this.currentItemvar url = '/orlando/32-vegan-and-vegetarian-friendly-orlando-restaurants-you-totally-need-to-try/Slideshow/30947495'var params = {ajaxComponent: componentId,action: 'grabMore',startIndex: startIndex,oid: slideshowOid,cb: '1648573179',}if (paginate) {params.paginate = paginate;}var keywords = currentItemOnFetch.attr('slide-keywords')if (keywords) {params.keywords = keywords}if (editorView === true) {params.editor = true}// jQuery.ajax({url: url,type: 'GET',data: params,dataType: 'json',// beforeSend: function () { console.log('Fetching results') },success: function (data) {console.log('success', data.results, data.results.length, data.error, data)if (data) {if (data.error) {console.log(data.error)}else if (data.results) {console.log('slideshowInstance.items', slideshowInstance.items)for (var i = 0; i < data.results.length; i++) {var resultItem = jQuery(data.results[i])// // var resultItem = jQuery.parseHTML(data.results[i], document, true);var resultItemIndex = parseInt(resultItem.attr('slide-index'))var resultAlreadyInserted = slideshowInstance.items.filter('[slide-index="' + resultItemIndex + '"]').length > 0console.log('result', resultItemIndex)var previousItem = nullvar previousItemIndex = 0if (!resultAlreadyInserted) {slideshowInstance.items.each(function () {if (resultAlreadyInserted) returnvar currentItem = jQuery(this)var currentItemIndex = parseInt(currentItem.attr('slide-index'))if (resultItemIndex === currentItemIndex ) {resultAlreadyInserted = truereturn}else if (resultItemIndex > previousItemIndex && resultItemIndex < currentItemIndex) {var topOffsetBeforeInsert = currentItemOnFetch.get(0).getBoundingClientRect().topresultItem.insertBefore(currentItem)resultAlreadyInserted = truevar adjustedTopPosition = currentItemOnFetch.offset().top - topOffsetBeforeInsertwindow.scrollTo({ top: adjustedTopPosition, behavior: 'auto' })}previousItem = currentItempreviousItemIndex = currentItemIndex})if (!resultAlreadyInserted) {var topOffsetBeforeInsert = currentItemOnFetch.get(0).getBoundingClientRect().topresultItem.insertAfter(slideshowInstance.items.last())resultAlreadyInserted = truevar adjustedTopPosition = currentItemOnFetch.offset().top - topOffsetBeforeInsertwindow.scrollTo({ top: adjustedTopPosition, behavior: 'auto' })if (typeof instgrm === 'object' && instgrm.Embeds && typeof instgrm.Embeds.process === 'function') {setTimeout(instgrm.Embeds.process, 200);}}}}}else { console.log('How did we get here?') }}else { console.log('No result or error returned from content request.') }},complete: function () { slideshowInstance.items = jQuery(slideshowInstance.itemSelector) // Update items resultslideshowInstance.removeSpinner();if (typeof callback === 'function') { callback() }},error: function (jqXHR, textStatus, errorThrown) {console.log(jqXHR, textStatus, errorThrown);if (textStatus === 'timeout') {slideshowInstance.removeSpinner();if (paginate === true) return;paginate = true;if (slideshowInstance.items.length < totalSlides) {var firstLoadedIndex = parseInt(slideshowInstance.items.first().attr('slide-index')) || 1;var lastLoadedIndex = parseInt(slideshowInstance.items.last().attr('slide-index')) || totalSlides;if(firstLoadedIndex > 1) {var prevLink = jQuery(slideshowInstance.prevPageLinkHTML);var prevLinkUrl = new URL(url, `https://www.orlandoweekly.com`);prevLinkUrl.searchParams.append('startIndex', firstLoadedIndex - 1);prevLinkUrl.searchParams.append('paginate', 'true');prevLink.attr('href', prevLinkUrl.href);jQuery(slideshowInstance.itemContainerSelector).prepend(prevLink);}if(lastLoadedIndex < totalSlides) {var nextLink = jQuery(slideshowInstance.nextPageLinkHTML);var nextLinkUrl = new URL(url, `https://www.orlandoweekly.com`);nextLinkUrl.searchParams.append('startIndex', lastLoadedIndex + 1);nextLinkUrl.searchParams.append('paginate', 'true');nextLink.attr('href', nextLinkUrl.href);jQuery(slideshowInstance.itemContainerSelector).append(nextLink);}}}}})}// // // var lazyLoadSurroundingItemsInterval = null;// var lazyLoadTimeout = null;// var lazyLoadSurroundingItems = function (index) {// if (paginate) return;// if (slideshowInstance.items.length >= totalSlides) {// clearInterval(lazyLoadSurroundingItemsInterval);// }// if (slideshowInstance.lazyLoadMoreResults) {// // Rate limit lazyloading more slides// clearTimeout(lazyLoadTimeout);// lazyLoadTimeout = setTimeout(function () {// var prevIndex = Math.max(index - 1, 1)// var prevPrevIndex = Math.max(index - 2, 1)// var nextIndex = index + 1// var nextNextIndex = index + 2// var prevIndexLoaded = slideshowInstance.items.filter('[slide-index="' + prevIndex + '"]').length > 0// var prevPrevIndexLoaded = slideshowInstance.items.filter('[slide-index="' + prevPrevIndex + '"]').length > 0// var nextIndexLoaded = slideshowInstance.items.filter('[slide-index="' + nextIndex + '"]').length > 0// var nextNextIndexLoaded = slideshowInstance.items.filter('[slide-index="' + nextNextIndex + '"]').length > 0// if(!prevIndexLoaded) {// slideshowInstance.removeSpinner();// // jQuery(slideshowInstance.itemContainerSelector).prepend(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(Math.max(prevIndex - (fetchMoreMaxCount - 1), 1))// }// else if(!prevPrevIndexLoaded) {// slideshowInstance.removeSpinner();// // jQuery(slideshowInstance.itemContainerSelector).prepend(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(Math.max(prevPrevIndex - (fetchMoreMaxCount - 1), 1))// }// if(!nextIndexLoaded) {// slideshowInstance.removeSpinner();// jQuery(slideshowInstance.itemContainerSelector).append(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(nextIndex)// }// else if(!nextNextIndexLoaded) {// slideshowInstance.removeSpinner();// jQuery(slideshowInstance.itemContainerSelector).append(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(nextNextIndex)// }// }, 200)// }// }// // // var lazyLoadLastCheckedIndex = slideshowInstance.currentItemIndex// lazyLoadSurroundingItemsInterval = setInterval(function () {// var currentIndex = slideshowInstance.currentItemIndex// console.log(`lazyLoadSurroundingItemsInterval - currentIndex: ${currentIndex}; lazyLoadLastCheckedIndex: ${lazyLoadLastCheckedIndex}`);// if(currentIndex !== lazyLoadLastCheckedIndex) {// lazyLoadLastCheckedIndex = currentIndex;// lazyLoadSurroundingItems(currentIndex);// }// }, 1000);var onScrollLastCheckedIndex = slideshowInstance.currentItemIndexjQuery(window).on('scroll resize', function () {var currentIndex = slideshowInstance.currentItemIndexif(currentIndex !== onScrollLastCheckedIndex) {onScrollLastCheckedIndex = currentIndex// console.log(`Slide Item index: ${currentIndex}`)fireEvent('foundation:slideshow:slidechange')}});// var onScrollTimeout = null;// jQuery(window).on('scroll resize', function () {// // Rate limit lazyloading more slides// clearTimeout(onScrollTimeout);// onScrollTimeout = setTimeout(function () {// var currentIndex = slideshowInstance.currentItemIndex// if(currentIndex !== onScrollLastCheckedIndex) {// onScrollLastCheckedIndex = currentIndex// console.log(`Slide Item index: ${currentIndex}`)// fireEvent('foundation:slideshow:slidechange')// }// }, 100);// });this.initialized = falsethis.init = function () {if (this.initialized === true) return// Prevent the browser from trying to scroll to the last scroll position before reloadif (history.scrollRestoration) {history.scrollRestoration = 'manual'}var startIndex = this.items.first().attr('slide-index')var oid = window.location.pathname.match(/\d+$/)if (oid) {var grabIndex = parseInt(this.items.closest('[slide-id="' + oid[0] + '"]').attr('slide-index'))if (!isNaN(grabIndex)) {var startIndex = grabIndex}}// if (startIndex > 1) {// this.scrollToIndex(startIndex)// }// if(jQuery(this.itemContainerSelector + '[single-listing]').length === 0) {// this.lazyLoadMoreResults = true// }this.lazyLoadMoreResults = truethis.initialized = true// lazyLoadSurroundingItems(startIndex)}return this}var SlideshowItems = new SlideshowItemsObj()// Ad refresh on slide change handlingvar adSlideChangeRefreshThreshold = 10;var adSlideChangeRefreshTimeout = null;// adSlideChangeRefreshTimeout = setTimeout(function () {adSlideChangeRefreshTimeout = null; // Set timer to null}, adSlideChangeRefreshThreshold)// Timeout to prevent fast jogging from item to itemvar itemChangeTimeout = nulljQuery(document).on('foundation:slideshow:slidechange', function () {if (editorView !== true) {updateMetaDataFromElement(SlideshowItems.currentItem)}// Google Anayltics track pageviewif (typeof ga === 'function') {console.log("foundation:slideshow:slidechange event", "sending pageview navigation to:", window.location.href);ga('set', 'location', window.location.href)for (let i = 1; i <= 3; i++) {let currentDimension = jQuery(SlideshowItems.currentItem).attr('ga-dimension'+i)if (typeof currentDimension === 'string') {ga('set', 'dimension' + i, currentDimension)}else {ga('set', 'dimension' + i, '') }}ga('send', 'pageview')}// if (adSlideChangeRefreshTimeout === null) {// adSlideChangeRefreshTimeout = setTimeout(function () {adSlideChangeRefreshTimeout = null; // Set timer to null}, adSlideChangeRefreshThreshold)// if (Foundation.Ad && Foundation.Ad.slots) {if (typeof (Foundation.Ad.slots['_Footer-1']) === 'object') {Foundation.Ad.showFooter('_Footer-1');}}// if (Foundation.Gpt && Foundation.Gpt.getInPageSlotDataById) {var gptSlots = window.googletag.pubads().getSlots();var gptSlotFixedFooter = gptSlots.filter((slot) => slot.getSlotElementId() === `FixedFooter`)if (gptSlotFixedFooter.length) {Foundation.Gpt.ShowAd.refreshFixedFooter(gptSlotFixedFooter[0]);}}}});// Try to init immediatelySlideshowItems.init()// On document loadedjQuery(function () {SlideshowItems.init()})// })();

32 vegan and vegetarian-friendly Orlando restaurants you totally need to try (2024)
Top Articles
Latest Posts
Article information

Author: Delena Feil

Last Updated:

Views: 6314

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Delena Feil

Birthday: 1998-08-29

Address: 747 Lubowitz Run, Sidmouth, HI 90646-5543

Phone: +99513241752844

Job: Design Supervisor

Hobby: Digital arts, Lacemaking, Air sports, Running, Scouting, Shooting, Puzzles

Introduction: My name is Delena Feil, I am a clean, splendid, calm, fancy, jolly, bright, faithful person who loves writing and wants to share my knowledge and understanding with you.