baguette from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
baguette
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-baguette

The same icon in other sets

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="M7.64 21.71a8 8 0 0 0 5.6-2.47l6-6c2.87-2.87 3.31-7.11 1-9.45s-6.58-1.91-9.45 1l-6 6c-2.87 2.87-3.31 7.11-1 9.45a5.38 5.38 0 0 0 3.85 1.47m-2-9l2.78 2.79l1.42-1.42l-2.79-2.79l1.41-1.41l2.83 2.83l1.42-1.42l-2.83-2.83l1.41-1.41l2.83 2.83l1.42-1.42l-2.79-2.78c2-1.61 4.65-1.87 6-.47s1.09 4.56-1 6.62l-6 6c-2.06 2.05-5.09 2.5-6.62 1s-1.06-4.07.55-6.08z"/></svg>

React

import type { SVGProps } from "react";

export function BxBaguette(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="M7.64 21.71a8 8 0 0 0 5.6-2.47l6-6c2.87-2.87 3.31-7.11 1-9.45s-6.58-1.91-9.45 1l-6 6c-2.87 2.87-3.31 7.11-1 9.45a5.38 5.38 0 0 0 3.85 1.47m-2-9l2.78 2.79l1.42-1.42l-2.79-2.79l1.41-1.41l2.83 2.83l1.42-1.42l-2.83-2.83l1.41-1.41l2.83 2.83l1.42-1.42l-2.79-2.78c2-1.61 4.65-1.87 6-.47s1.09 4.56-1 6.62l-6 6c-2.06 2.05-5.09 2.5-6.62 1s-1.06-4.07.55-6.08z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.64 21.71a8 8 0 0 0 5.6-2.47l6-6c2.87-2.87 3.31-7.11 1-9.45s-6.58-1.91-9.45 1l-6 6c-2.87 2.87-3.31 7.11-1 9.45a5.38 5.38 0 0 0 3.85 1.47m-2-9l2.78 2.79l1.42-1.42l-2.79-2.79l1.41-1.41l2.83 2.83l1.42-1.42l-2.83-2.83l1.41-1.41l2.83 2.83l1.42-1.42l-2.79-2.78c2-1.61 4.65-1.87 6-.47s1.09 4.56-1 6.62l-6 6c-2.06 2.05-5.09 2.5-6.62 1s-1.06-4.07.55-6.08z"/></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%22M7.64%2021.71a8%208%200%200%200%205.6-2.47l6-6c2.87-2.87%203.31-7.11%201-9.45s-6.58-1.91-9.45%201l-6%206c-2.87%202.87-3.31%207.11-1%209.45a5.38%205.38%200%200%200%203.85%201.47m-2-9l2.78%202.79l1.42-1.42l-2.79-2.79l1.41-1.41l2.83%202.83l1.42-1.42l-2.83-2.83l1.41-1.41l2.83%202.83l1.42-1.42l-2.79-2.78c2-1.61%204.65-1.87%206-.47s1.09%204.56-1%206.62l-6%206c-2.06%202.05-5.09%202.5-6.62%201s-1.06-4.07.55-6.08z%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%22M7.64%2021.71a8%208%200%200%200%205.6-2.47l6-6c2.87-2.87%203.31-7.11%201-9.45s-6.58-1.91-9.45%201l-6%206c-2.87%202.87-3.31%207.11-1%209.45a5.38%205.38%200%200%200%203.85%201.47m-2-9l2.78%202.79l1.42-1.42l-2.79-2.79l1.41-1.41l2.83%202.83l1.42-1.42l-2.83-2.83l1.41-1.41l2.83%202.83l1.42-1.42l-2.79-2.78c2-1.61%204.65-1.87%206-.47s1.09%204.56-1%206.62l-6%206c-2.06%202.05-5.09%202.5-6.62%201s-1.06-4.07.55-6.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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