baguette from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
baguette
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
bakery, bread, french-baguette, loaf

The same icon in other sets

More food / drink icons from Material Design Icons

Use the baguette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22c-1.32 0-1.85-2.36-1.96-3.3a5.56 5.56 0 0 1 .32-2.7a2.5 2.5 0 0 1 1.87-1.62c1.17-.2 2 .5 3.06.74a1.21 1.21 0 0 0 1.56-1.37C9.41 12.03 6.28 12 5 12c0-1.86 2.04-2.1 3.5-1.96a10.8 10.8 0 0 1 2.54.56c.5.17 1.08.6 1.63.56c.83-.07 1-.93.64-1.56C12.44 8.12 9.97 8 8.5 8c0-2 1.73-2.38 3.39-2.08a11.6 11.6 0 0 1 2.49.79c.51.22 1.12.64 1.68.45c1.44-.44-.06-1.98-.7-2.35a6.6 6.6 0 0 0-1.42-.58c-.54-.16-1.2-.1-.71-.73a5.13 5.13 0 0 1 2.73-1.24c1.89-.44 4.5-.52 4.96 1.86a5.3 5.3 0 0 1-.85 3.58a39 39 0 0 1-6.85 8.63a36.6 36.6 0 0 1-4.6 3.99C7.62 21.04 6.3 22 5 22"/></svg>

React

import type { SVGProps } from "react";

export function MdiBaguette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22c-1.32 0-1.85-2.36-1.96-3.3a5.56 5.56 0 0 1 .32-2.7a2.5 2.5 0 0 1 1.87-1.62c1.17-.2 2 .5 3.06.74a1.21 1.21 0 0 0 1.56-1.37C9.41 12.03 6.28 12 5 12c0-1.86 2.04-2.1 3.5-1.96a10.8 10.8 0 0 1 2.54.56c.5.17 1.08.6 1.63.56c.83-.07 1-.93.64-1.56C12.44 8.12 9.97 8 8.5 8c0-2 1.73-2.38 3.39-2.08a11.6 11.6 0 0 1 2.49.79c.51.22 1.12.64 1.68.45c1.44-.44-.06-1.98-.7-2.35a6.6 6.6 0 0 0-1.42-.58c-.54-.16-1.2-.1-.71-.73a5.13 5.13 0 0 1 2.73-1.24c1.89-.44 4.5-.52 4.96 1.86a5.3 5.3 0 0 1-.85 3.58a39 39 0 0 1-6.85 8.63a36.6 36.6 0 0 1-4.6 3.99C7.62 21.04 6.3 22 5 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22c-1.32 0-1.85-2.36-1.96-3.3a5.56 5.56 0 0 1 .32-2.7a2.5 2.5 0 0 1 1.87-1.62c1.17-.2 2 .5 3.06.74a1.21 1.21 0 0 0 1.56-1.37C9.41 12.03 6.28 12 5 12c0-1.86 2.04-2.1 3.5-1.96a10.8 10.8 0 0 1 2.54.56c.5.17 1.08.6 1.63.56c.83-.07 1-.93.64-1.56C12.44 8.12 9.97 8 8.5 8c0-2 1.73-2.38 3.39-2.08a11.6 11.6 0 0 1 2.49.79c.51.22 1.12.64 1.68.45c1.44-.44-.06-1.98-.7-2.35a6.6 6.6 0 0 0-1.42-.58c-.54-.16-1.2-.1-.71-.73a5.13 5.13 0 0 1 2.73-1.24c1.89-.44 4.5-.52 4.96 1.86a5.3 5.3 0 0 1-.85 3.58a39 39 0 0 1-6.85 8.63a36.6 36.6 0 0 1-4.6 3.99C7.62 21.04 6.3 22 5 22"/></svg>
</template>

CSS

.icon-baguette {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2022c-1.32%200-1.85-2.36-1.96-3.3a5.56%205.56%200%200%201%20.32-2.7a2.5%202.5%200%200%201%201.87-1.62c1.17-.2%202%20.5%203.06.74a1.21%201.21%200%200%200%201.56-1.37C9.41%2012.03%206.28%2012%205%2012c0-1.86%202.04-2.1%203.5-1.96a10.8%2010.8%200%200%201%202.54.56c.5.17%201.08.6%201.63.56c.83-.07%201-.93.64-1.56C12.44%208.12%209.97%208%208.5%208c0-2%201.73-2.38%203.39-2.08a11.6%2011.6%200%200%201%202.49.79c.51.22%201.12.64%201.68.45c1.44-.44-.06-1.98-.7-2.35a6.6%206.6%200%200%200-1.42-.58c-.54-.16-1.2-.1-.71-.73a5.13%205.13%200%200%201%202.73-1.24c1.89-.44%204.5-.52%204.96%201.86a5.3%205.3%200%200%201-.85%203.58a39%2039%200%200%201-6.85%208.63a36.6%2036.6%200%200%201-4.6%203.99C7.62%2021.04%206.3%2022%205%2022%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2022c-1.32%200-1.85-2.36-1.96-3.3a5.56%205.56%200%200%201%20.32-2.7a2.5%202.5%200%200%201%201.87-1.62c1.17-.2%202%20.5%203.06.74a1.21%201.21%200%200%200%201.56-1.37C9.41%2012.03%206.28%2012%205%2012c0-1.86%202.04-2.1%203.5-1.96a10.8%2010.8%200%200%201%202.54.56c.5.17%201.08.6%201.63.56c.83-.07%201-.93.64-1.56C12.44%208.12%209.97%208%208.5%208c0-2%201.73-2.38%203.39-2.08a11.6%2011.6%200%200%201%202.49.79c.51.22%201.12.64%201.68.45c1.44-.44-.06-1.98-.7-2.35a6.6%206.6%200%200%200-1.42-.58c-.54-.16-1.2-.1-.71-.73a5.13%205.13%200%200%201%202.73-1.24c1.89-.44%204.5-.52%204.96%201.86a5.3%205.3%200%200%201-.85%203.58a39%2039%200%200%201-6.85%208.63a36.6%2036.6%200%200%201-4.6%203.99C7.62%2021.04%206.3%2022%205%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/baguette.svg?color=%231a73e8&size=48