food-toast-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
food-toast-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the food toast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.229 7.955a.5.5 0 0 1 .5-.5h4.346a.5.5 0 0 1 .5.5v4.09a.5.5 0 0 1-.5.5H6.729a.5.5 0 0 1-.5-.5zm1 3.59h3.346v-3.09H7.229zM1.794 4.979C2.4 3.606 3.77 2.5 5.402 2.5h9.927c1.764 0 3.682 1.459 3.682 3.682c0 1.328-.765 2.458-1.277 3.009c-.012.708.018 1.657.052 2.67l.01.298c.035 1.009.071 2.054.071 2.932c0 .818-.089 1.519-.582 1.952c-.246.216-.547.325-.864.384a6 6 0 0 1-1.092.073H5.147c-1.175 0-1.894-.351-2.258-.959c-.293-.489-.284-1.06-.28-1.36l.002-.09V9.205c-1.301-1.233-1.407-2.89-.817-4.227M5.402 3.5c-1.167 0-2.217.803-2.693 1.882c-.466 1.054-.353 2.302.726 3.219a.5.5 0 0 1 .176.38v6.205c-.002.333-.003.61.135.84c.113.189.413.474 1.401.474h7.637c.399 0 .68-.016.885-.056c.2-.039.283-.092.326-.133c.042-.041.096-.122.137-.322c.042-.205.06-.49.06-.898c0-.623-.004-1.31-.009-2.004c-.01-1.415-.02-2.863.01-3.865a.5.5 0 0 1 .146-.34q.165-.162.31-.296c.233-.216.434-.404.623-.681c.243-.358.455-.867.501-1.735c-.004-.674-.39-1.337-.995-1.85c-.611-.519-1.373-.82-1.994-.82zm9.71 12.69q-.032.16-.087.31h.304c.398 0 .69-.016.91-.057c.217-.04.324-.097.386-.151c.12-.106.242-.36.242-1.201c0-.86-.035-1.887-.07-2.9l-.01-.297c-.038-1.098-.07-2.165-.049-2.927a.5.5 0 0 1 .156-.348c.398-.378 1.117-1.359 1.117-2.437c0-1.584-1.372-2.667-2.655-2.682l.069.057c.753.639 1.348 1.562 1.348 2.625v.026c-.053 1.032-.313 1.728-.675 2.26c-.257.377-.578.676-.833.914l-.078.072c-.022.97-.013 2.289-.004 3.598c.005.7.01 1.398.01 2.039c0 .422-.018.79-.081 1.098"/></svg>

React

import type { SVGProps } from "react";

export function FluentFoodToast20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.229 7.955a.5.5 0 0 1 .5-.5h4.346a.5.5 0 0 1 .5.5v4.09a.5.5 0 0 1-.5.5H6.729a.5.5 0 0 1-.5-.5zm1 3.59h3.346v-3.09H7.229zM1.794 4.979C2.4 3.606 3.77 2.5 5.402 2.5h9.927c1.764 0 3.682 1.459 3.682 3.682c0 1.328-.765 2.458-1.277 3.009c-.012.708.018 1.657.052 2.67l.01.298c.035 1.009.071 2.054.071 2.932c0 .818-.089 1.519-.582 1.952c-.246.216-.547.325-.864.384a6 6 0 0 1-1.092.073H5.147c-1.175 0-1.894-.351-2.258-.959c-.293-.489-.284-1.06-.28-1.36l.002-.09V9.205c-1.301-1.233-1.407-2.89-.817-4.227M5.402 3.5c-1.167 0-2.217.803-2.693 1.882c-.466 1.054-.353 2.302.726 3.219a.5.5 0 0 1 .176.38v6.205c-.002.333-.003.61.135.84c.113.189.413.474 1.401.474h7.637c.399 0 .68-.016.885-.056c.2-.039.283-.092.326-.133c.042-.041.096-.122.137-.322c.042-.205.06-.49.06-.898c0-.623-.004-1.31-.009-2.004c-.01-1.415-.02-2.863.01-3.865a.5.5 0 0 1 .146-.34q.165-.162.31-.296c.233-.216.434-.404.623-.681c.243-.358.455-.867.501-1.735c-.004-.674-.39-1.337-.995-1.85c-.611-.519-1.373-.82-1.994-.82zm9.71 12.69q-.032.16-.087.31h.304c.398 0 .69-.016.91-.057c.217-.04.324-.097.386-.151c.12-.106.242-.36.242-1.201c0-.86-.035-1.887-.07-2.9l-.01-.297c-.038-1.098-.07-2.165-.049-2.927a.5.5 0 0 1 .156-.348c.398-.378 1.117-1.359 1.117-2.437c0-1.584-1.372-2.667-2.655-2.682l.069.057c.753.639 1.348 1.562 1.348 2.625v.026c-.053 1.032-.313 1.728-.675 2.26c-.257.377-.578.676-.833.914l-.078.072c-.022.97-.013 2.289-.004 3.598c.005.7.01 1.398.01 2.039c0 .422-.018.79-.081 1.098"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.229 7.955a.5.5 0 0 1 .5-.5h4.346a.5.5 0 0 1 .5.5v4.09a.5.5 0 0 1-.5.5H6.729a.5.5 0 0 1-.5-.5zm1 3.59h3.346v-3.09H7.229zM1.794 4.979C2.4 3.606 3.77 2.5 5.402 2.5h9.927c1.764 0 3.682 1.459 3.682 3.682c0 1.328-.765 2.458-1.277 3.009c-.012.708.018 1.657.052 2.67l.01.298c.035 1.009.071 2.054.071 2.932c0 .818-.089 1.519-.582 1.952c-.246.216-.547.325-.864.384a6 6 0 0 1-1.092.073H5.147c-1.175 0-1.894-.351-2.258-.959c-.293-.489-.284-1.06-.28-1.36l.002-.09V9.205c-1.301-1.233-1.407-2.89-.817-4.227M5.402 3.5c-1.167 0-2.217.803-2.693 1.882c-.466 1.054-.353 2.302.726 3.219a.5.5 0 0 1 .176.38v6.205c-.002.333-.003.61.135.84c.113.189.413.474 1.401.474h7.637c.399 0 .68-.016.885-.056c.2-.039.283-.092.326-.133c.042-.041.096-.122.137-.322c.042-.205.06-.49.06-.898c0-.623-.004-1.31-.009-2.004c-.01-1.415-.02-2.863.01-3.865a.5.5 0 0 1 .146-.34q.165-.162.31-.296c.233-.216.434-.404.623-.681c.243-.358.455-.867.501-1.735c-.004-.674-.39-1.337-.995-1.85c-.611-.519-1.373-.82-1.994-.82zm9.71 12.69q-.032.16-.087.31h.304c.398 0 .69-.016.91-.057c.217-.04.324-.097.386-.151c.12-.106.242-.36.242-1.201c0-.86-.035-1.887-.07-2.9l-.01-.297c-.038-1.098-.07-2.165-.049-2.927a.5.5 0 0 1 .156-.348c.398-.378 1.117-1.359 1.117-2.437c0-1.584-1.372-2.667-2.655-2.682l.069.057c.753.639 1.348 1.562 1.348 2.625v.026c-.053 1.032-.313 1.728-.675 2.26c-.257.377-.578.676-.833.914l-.078.072c-.022.97-.013 2.289-.004 3.598c.005.7.01 1.398.01 2.039c0 .422-.018.79-.081 1.098"/></svg>
</template>

CSS

.icon-food-toast-20-regular {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.229%207.955a.5.5%200%200%201%20.5-.5h4.346a.5.5%200%200%201%20.5.5v4.09a.5.5%200%200%201-.5.5H6.729a.5.5%200%200%201-.5-.5zm1%203.59h3.346v-3.09H7.229zM1.794%204.979C2.4%203.606%203.77%202.5%205.402%202.5h9.927c1.764%200%203.682%201.459%203.682%203.682c0%201.328-.765%202.458-1.277%203.009c-.012.708.018%201.657.052%202.67l.01.298c.035%201.009.071%202.054.071%202.932c0%20.818-.089%201.519-.582%201.952c-.246.216-.547.325-.864.384a6%206%200%200%201-1.092.073H5.147c-1.175%200-1.894-.351-2.258-.959c-.293-.489-.284-1.06-.28-1.36l.002-.09V9.205c-1.301-1.233-1.407-2.89-.817-4.227M5.402%203.5c-1.167%200-2.217.803-2.693%201.882c-.466%201.054-.353%202.302.726%203.219a.5.5%200%200%201%20.176.38v6.205c-.002.333-.003.61.135.84c.113.189.413.474%201.401.474h7.637c.399%200%20.68-.016.885-.056c.2-.039.283-.092.326-.133c.042-.041.096-.122.137-.322c.042-.205.06-.49.06-.898c0-.623-.004-1.31-.009-2.004c-.01-1.415-.02-2.863.01-3.865a.5.5%200%200%201%20.146-.34q.165-.162.31-.296c.233-.216.434-.404.623-.681c.243-.358.455-.867.501-1.735c-.004-.674-.39-1.337-.995-1.85c-.611-.519-1.373-.82-1.994-.82zm9.71%2012.69q-.032.16-.087.31h.304c.398%200%20.69-.016.91-.057c.217-.04.324-.097.386-.151c.12-.106.242-.36.242-1.201c0-.86-.035-1.887-.07-2.9l-.01-.297c-.038-1.098-.07-2.165-.049-2.927a.5.5%200%200%201%20.156-.348c.398-.378%201.117-1.359%201.117-2.437c0-1.584-1.372-2.667-2.655-2.682l.069.057c.753.639%201.348%201.562%201.348%202.625v.026c-.053%201.032-.313%201.728-.675%202.26c-.257.377-.578.676-.833.914l-.078.072c-.022.97-.013%202.289-.004%203.598c.005.7.01%201.398.01%202.039c0%20.422-.018.79-.081%201.098%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.229%207.955a.5.5%200%200%201%20.5-.5h4.346a.5.5%200%200%201%20.5.5v4.09a.5.5%200%200%201-.5.5H6.729a.5.5%200%200%201-.5-.5zm1%203.59h3.346v-3.09H7.229zM1.794%204.979C2.4%203.606%203.77%202.5%205.402%202.5h9.927c1.764%200%203.682%201.459%203.682%203.682c0%201.328-.765%202.458-1.277%203.009c-.012.708.018%201.657.052%202.67l.01.298c.035%201.009.071%202.054.071%202.932c0%20.818-.089%201.519-.582%201.952c-.246.216-.547.325-.864.384a6%206%200%200%201-1.092.073H5.147c-1.175%200-1.894-.351-2.258-.959c-.293-.489-.284-1.06-.28-1.36l.002-.09V9.205c-1.301-1.233-1.407-2.89-.817-4.227M5.402%203.5c-1.167%200-2.217.803-2.693%201.882c-.466%201.054-.353%202.302.726%203.219a.5.5%200%200%201%20.176.38v6.205c-.002.333-.003.61.135.84c.113.189.413.474%201.401.474h7.637c.399%200%20.68-.016.885-.056c.2-.039.283-.092.326-.133c.042-.041.096-.122.137-.322c.042-.205.06-.49.06-.898c0-.623-.004-1.31-.009-2.004c-.01-1.415-.02-2.863.01-3.865a.5.5%200%200%201%20.146-.34q.165-.162.31-.296c.233-.216.434-.404.623-.681c.243-.358.455-.867.501-1.735c-.004-.674-.39-1.337-.995-1.85c-.611-.519-1.373-.82-1.994-.82zm9.71%2012.69q-.032.16-.087.31h.304c.398%200%20.69-.016.91-.057c.217-.04.324-.097.386-.151c.12-.106.242-.36.242-1.201c0-.86-.035-1.887-.07-2.9l-.01-.297c-.038-1.098-.07-2.165-.049-2.927a.5.5%200%200%201%20.156-.348c.398-.378%201.117-1.359%201.117-2.437c0-1.584-1.372-2.667-2.655-2.682l.069.057c.753.639%201.348%201.562%201.348%202.625v.026c-.053%201.032-.313%201.728-.675%202.26c-.257.377-.578.676-.833.914l-.078.072c-.022.97-.013%202.289-.004%203.598c.005.7.01%201.398.01%202.039c0%20.422-.018.79-.081%201.098%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/food-toast-20-regular.svg?color=%231a73e8&size=48