stroopwafel icon

stroopwafel from Line Awesome by Icons8 · Line · Spinners · Apache-2.0 Free for personal and commercial use.

Name
stroopwafel
Set
Line Awesome
Style
Line
Category
Spinners
Viewbox
32×32
License
Apache 2.0
Aliases
stroopwafel-solid

The same icon in other sets

More spinners icons from Line Awesome

Use the stroopwafel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c.501 0 .991.046 1.475.111L16 6.586L14.525 5.11C15.01 5.046 15.5 5 16 5m-3.744.67L14.586 8L12 10.586L8.967 7.553a11 11 0 0 1 3.289-1.883m7.488 0c1.208.44 2.32 1.075 3.29 1.883L20 10.586L17.414 8zM7.553 8.967L10.586 12L8 14.586l-2.33-2.33a11 11 0 0 1 1.883-3.29zm16.894 0a11 11 0 0 1 1.883 3.289L24 14.586L21.414 12zM16 9.414L18.586 12L16 14.586L13.414 12zm-4 4L14.586 16L12 18.586L9.414 16zm8 0L22.586 16L20 18.586L17.414 16zM5.111 14.525L6.586 16L5.11 17.475A11 11 0 0 1 5 16c0-.501.046-.991.111-1.475m21.778 0c.065.484.111.974.111 1.475s-.046.991-.111 1.475L25.414 16zM8 17.415L10.586 20l-3.033 3.033a11 11 0 0 1-1.883-3.289zm8 0L18.586 20L16 22.586L13.414 20zm8 0l2.33 2.33a11 11 0 0 1-1.883 3.288L21.414 20zm-12 4L14.586 24l-2.33 2.33a11 11 0 0 1-3.29-1.883zm8 0l3.033 3.032a11 11 0 0 1-3.289 1.883L17.414 24zm-4 4l1.475 1.474C16.99 26.954 16.5 27 16 27s-.991-.046-1.475-.111z"/></svg>

React

import type { SVGProps } from "react";

export function LaStroopwafel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c.501 0 .991.046 1.475.111L16 6.586L14.525 5.11C15.01 5.046 15.5 5 16 5m-3.744.67L14.586 8L12 10.586L8.967 7.553a11 11 0 0 1 3.289-1.883m7.488 0c1.208.44 2.32 1.075 3.29 1.883L20 10.586L17.414 8zM7.553 8.967L10.586 12L8 14.586l-2.33-2.33a11 11 0 0 1 1.883-3.29zm16.894 0a11 11 0 0 1 1.883 3.289L24 14.586L21.414 12zM16 9.414L18.586 12L16 14.586L13.414 12zm-4 4L14.586 16L12 18.586L9.414 16zm8 0L22.586 16L20 18.586L17.414 16zM5.111 14.525L6.586 16L5.11 17.475A11 11 0 0 1 5 16c0-.501.046-.991.111-1.475m21.778 0c.065.484.111.974.111 1.475s-.046.991-.111 1.475L25.414 16zM8 17.415L10.586 20l-3.033 3.033a11 11 0 0 1-1.883-3.289zm8 0L18.586 20L16 22.586L13.414 20zm8 0l2.33 2.33a11 11 0 0 1-1.883 3.288L21.414 20zm-12 4L14.586 24l-2.33 2.33a11 11 0 0 1-3.29-1.883zm8 0l3.033 3.032a11 11 0 0 1-3.289 1.883L17.414 24zm-4 4l1.475 1.474C16.99 26.954 16.5 27 16 27s-.991-.046-1.475-.111z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c.501 0 .991.046 1.475.111L16 6.586L14.525 5.11C15.01 5.046 15.5 5 16 5m-3.744.67L14.586 8L12 10.586L8.967 7.553a11 11 0 0 1 3.289-1.883m7.488 0c1.208.44 2.32 1.075 3.29 1.883L20 10.586L17.414 8zM7.553 8.967L10.586 12L8 14.586l-2.33-2.33a11 11 0 0 1 1.883-3.29zm16.894 0a11 11 0 0 1 1.883 3.289L24 14.586L21.414 12zM16 9.414L18.586 12L16 14.586L13.414 12zm-4 4L14.586 16L12 18.586L9.414 16zm8 0L22.586 16L20 18.586L17.414 16zM5.111 14.525L6.586 16L5.11 17.475A11 11 0 0 1 5 16c0-.501.046-.991.111-1.475m21.778 0c.065.484.111.974.111 1.475s-.046.991-.111 1.475L25.414 16zM8 17.415L10.586 20l-3.033 3.033a11 11 0 0 1-1.883-3.289zm8 0L18.586 20L16 22.586L13.414 20zm8 0l2.33 2.33a11 11 0 0 1-1.883 3.288L21.414 20zm-12 4L14.586 24l-2.33 2.33a11 11 0 0 1-3.29-1.883zm8 0l3.033 3.032a11 11 0 0 1-3.289 1.883L17.414 24zm-4 4l1.475 1.474C16.99 26.954 16.5 27 16 27s-.991-.046-1.475-.111z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c.501%200%20.991.046%201.475.111L16%206.586L14.525%205.11C15.01%205.046%2015.5%205%2016%205m-3.744.67L14.586%208L12%2010.586L8.967%207.553a11%2011%200%200%201%203.289-1.883m7.488%200c1.208.44%202.32%201.075%203.29%201.883L20%2010.586L17.414%208zM7.553%208.967L10.586%2012L8%2014.586l-2.33-2.33a11%2011%200%200%201%201.883-3.29zm16.894%200a11%2011%200%200%201%201.883%203.289L24%2014.586L21.414%2012zM16%209.414L18.586%2012L16%2014.586L13.414%2012zm-4%204L14.586%2016L12%2018.586L9.414%2016zm8%200L22.586%2016L20%2018.586L17.414%2016zM5.111%2014.525L6.586%2016L5.11%2017.475A11%2011%200%200%201%205%2016c0-.501.046-.991.111-1.475m21.778%200c.065.484.111.974.111%201.475s-.046.991-.111%201.475L25.414%2016zM8%2017.415L10.586%2020l-3.033%203.033a11%2011%200%200%201-1.883-3.289zm8%200L18.586%2020L16%2022.586L13.414%2020zm8%200l2.33%202.33a11%2011%200%200%201-1.883%203.288L21.414%2020zm-12%204L14.586%2024l-2.33%202.33a11%2011%200%200%201-3.29-1.883zm8%200l3.033%203.032a11%2011%200%200%201-3.289%201.883L17.414%2024zm-4%204l1.475%201.474C16.99%2026.954%2016.5%2027%2016%2027s-.991-.046-1.475-.111z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c.501%200%20.991.046%201.475.111L16%206.586L14.525%205.11C15.01%205.046%2015.5%205%2016%205m-3.744.67L14.586%208L12%2010.586L8.967%207.553a11%2011%200%200%201%203.289-1.883m7.488%200c1.208.44%202.32%201.075%203.29%201.883L20%2010.586L17.414%208zM7.553%208.967L10.586%2012L8%2014.586l-2.33-2.33a11%2011%200%200%201%201.883-3.29zm16.894%200a11%2011%200%200%201%201.883%203.289L24%2014.586L21.414%2012zM16%209.414L18.586%2012L16%2014.586L13.414%2012zm-4%204L14.586%2016L12%2018.586L9.414%2016zm8%200L22.586%2016L20%2018.586L17.414%2016zM5.111%2014.525L6.586%2016L5.11%2017.475A11%2011%200%200%201%205%2016c0-.501.046-.991.111-1.475m21.778%200c.065.484.111.974.111%201.475s-.046.991-.111%201.475L25.414%2016zM8%2017.415L10.586%2020l-3.033%203.033a11%2011%200%200%201-1.883-3.289zm8%200L18.586%2020L16%2022.586L13.414%2020zm8%200l2.33%202.33a11%2011%200%200%201-1.883%203.288L21.414%2020zm-12%204L14.586%2024l-2.33%202.33a11%2011%200%200%201-3.29-1.883zm8%200l3.033%203.032a11%2011%200%200%201-3.289%201.883L17.414%2024zm-4%204l1.475%201.474C16.99%2026.954%2016.5%2027%2016%2027s-.991-.046-1.475-.111z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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