stroopwafel from Font Awesome 6 Solid by Dave Gandy · Regular · Food · CC-BY-4.0 Attribution required.

Name
stroopwafel
Set
Font Awesome 6 Solid
Style
Regular
Category
Food
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More food icons from Font Awesome 6 Solid

Use the stroopwafel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0M312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0l-34 33.9l-33.9-33.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9l-45.3 45.3l-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6l-45.3 45.3l-33.9-34c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 34l-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9l45.3 45.3l-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6l45.3 45.3l-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9l45.3-45.3l56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6l45.3-45.3l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9l-45.3-45.3l56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6l-45.3-45.3l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3l45.2 45.3l-45.3 45.3zm67.9 67.9l45.2-45.3l45.3 45.3l-45.3 45.2l-45.3-45.3zm67.8-67.9l45.3-45.3l45.2 45.3l-45.3 45.3zm22.6-67.9L256 233.4l-45.3-45.3l45.3-45.2l45.3 45.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidStroopwafel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0M312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0l-34 33.9l-33.9-33.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9l-45.3 45.3l-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6l-45.3 45.3l-33.9-34c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 34l-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9l45.3 45.3l-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6l45.3 45.3l-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9l45.3-45.3l56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6l45.3-45.3l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9l-45.3-45.3l56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6l-45.3-45.3l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3l45.2 45.3l-45.3 45.3zm67.9 67.9l45.2-45.3l45.3 45.3l-45.3 45.2l-45.3-45.3zm67.8-67.9l45.3-45.3l45.2 45.3l-45.3 45.3zm22.6-67.9L256 233.4l-45.3-45.3l45.3-45.2l45.3 45.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0M312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0l-34 33.9l-33.9-33.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9l-45.3 45.3l-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6l-45.3 45.3l-33.9-34c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 34l-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9l45.3 45.3l-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6l45.3 45.3l-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9l45.3-45.3l56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6l45.3-45.3l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9l-45.3-45.3l56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6l-45.3-45.3l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3l45.2 45.3l-45.3 45.3zm67.9 67.9l45.2-45.3l45.3 45.3l-45.3 45.2l-45.3-45.3zm67.8-67.9l45.3-45.3l45.2 45.3l-45.3 45.3zm22.6-67.9L256 233.4l-45.3-45.3l45.3-45.2l45.3 45.3z"/></svg>
</template>

CSS

.icon-stroopwafel {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200M312.6%2063.7c-6.2-6.2-16.4-6.2-22.6%200l-34%2033.9l-33.9-33.9c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l33.9%2033.9l-45.3%2045.3l-56.6-56.6c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l56.6%2056.6l-45.3%2045.3l-33.9-34c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l33.9%2034l-33.9%2033.9c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l33.9-33.9l45.3%2045.3l-56.6%2056.6c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l56.6-56.6l45.3%2045.3l-33.9%2033.9c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l33.9-33.9l33.9%2033.9c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-33.9-33.9l45.3-45.3l56.6%2056.6c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-56.6-56.6l45.3-45.3l33.9%2033.9c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6L414.4%20256l33.9-33.9c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200l-33.9%2033.9l-45.3-45.3l56.6-56.6c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200l-56.6%2056.6l-45.3-45.3l33.9-33.9c6.2-6.2%206.2-16.4%200-22.6zM142.9%20256l45.3-45.3l45.2%2045.3l-45.3%2045.3zm67.9%2067.9l45.2-45.3l45.3%2045.3l-45.3%2045.2l-45.3-45.3zm67.8-67.9l45.3-45.3l45.2%2045.3l-45.3%2045.3zm22.6-67.9L256%20233.4l-45.3-45.3l45.3-45.2l45.3%2045.3z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200M312.6%2063.7c-6.2-6.2-16.4-6.2-22.6%200l-34%2033.9l-33.9-33.9c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l33.9%2033.9l-45.3%2045.3l-56.6-56.6c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l56.6%2056.6l-45.3%2045.3l-33.9-34c-6.2-6.2-16.4-6.2-22.6%200s-6.2%2016.4%200%2022.6l33.9%2034l-33.9%2033.9c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l33.9-33.9l45.3%2045.3l-56.6%2056.6c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l56.6-56.6l45.3%2045.3l-33.9%2033.9c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200l33.9-33.9l33.9%2033.9c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-33.9-33.9l45.3-45.3l56.6%2056.6c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6l-56.6-56.6l45.3-45.3l33.9%2033.9c6.2%206.2%2016.4%206.2%2022.6%200s6.2-16.4%200-22.6L414.4%20256l33.9-33.9c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200l-33.9%2033.9l-45.3-45.3l56.6-56.6c6.2-6.2%206.2-16.4%200-22.6s-16.4-6.2-22.6%200l-56.6%2056.6l-45.3-45.3l33.9-33.9c6.2-6.2%206.2-16.4%200-22.6zM142.9%20256l45.3-45.3l45.2%2045.3l-45.3%2045.3zm67.9%2067.9l45.2-45.3l45.3%2045.3l-45.3%2045.2l-45.3-45.3zm67.8-67.9l45.3-45.3l45.2%2045.3l-45.3%2045.3zm22.6-67.9L256%20233.4l-45.3-45.3l45.3-45.2l45.3%2045.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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