croissant from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.

Name
croissant
Set
IconPark Outline
Style
Outline
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Outline

Use the croissant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M7 29s-.044 3.748 1.456 8.248c.873 2.616 1.914 4.219 3.223 5.003c1.677 1.005 3.397-.98 4.379-2.67c.962-1.657 2.375-3.353 3.49-4.581M33 7.911c2.623.44 5.532 1.006 6.626 1.508c1.426.654 2.86 1.986 3.431 3.411c.531 1.324-.847 2.34-2.093 3.034c-1.405.783-2.869 2.01-4.065 3.136"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.202 29.776L21.7 31.513a2.97 2.97 0 0 0-1.036 1.27v0a2.97 2.97 0 0 1-3.886 1.566L8.803 30.98a2.96 2.96 0 0 1-1.61-3.792l.45-1.169a11.1 11.1 0 0 1 4.576-5.486v0m18.501 3.975l1.39-1.504l.912-.987a3.3 3.3 0 0 1 1.125-.795v0a3.305 3.305 0 0 0 1.812-4.146l-2.852-8.01a2.797 2.797 0 0 0-3.259-1.789l-1.218.279A10.8 10.8 0 0 0 22.114 12v0"/><path d="M13.41 23.079a3.817 3.817 0 0 1-1.017-5.12a19 19 0 0 1 6.154-6.136a3.8 3.8 0 0 1 5.036.954l5.932 7.909a4 4 0 0 1-.913 5.682l-.24.167c-.301.21-.572.46-.804.743l-.684.832a4 4 0 0 1-5.416.716z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineCroissant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path strokeLinecap="round" strokeLinejoin="round" d="M7 29s-.044 3.748 1.456 8.248c.873 2.616 1.914 4.219 3.223 5.003c1.677 1.005 3.397-.98 4.379-2.67c.962-1.657 2.375-3.353 3.49-4.581M33 7.911c2.623.44 5.532 1.006 6.626 1.508c1.426.654 2.86 1.986 3.431 3.411c.531 1.324-.847 2.34-2.093 3.034c-1.405.783-2.869 2.01-4.065 3.136"/><path strokeLinecap="round" strokeLinejoin="round" d="M24.202 29.776L21.7 31.513a2.97 2.97 0 0 0-1.036 1.27v0a2.97 2.97 0 0 1-3.886 1.566L8.803 30.98a2.96 2.96 0 0 1-1.61-3.792l.45-1.169a11.1 11.1 0 0 1 4.576-5.486v0m18.501 3.975l1.39-1.504l.912-.987a3.3 3.3 0 0 1 1.125-.795v0a3.305 3.305 0 0 0 1.812-4.146l-2.852-8.01a2.797 2.797 0 0 0-3.259-1.789l-1.218.279A10.8 10.8 0 0 0 22.114 12v0"/><path d="M13.41 23.079a3.817 3.817 0 0 1-1.017-5.12a19 19 0 0 1 6.154-6.136a3.8 3.8 0 0 1 5.036.954l5.932 7.909a4 4 0 0 1-.913 5.682l-.24.167c-.301.21-.572.46-.804.743l-.684.832a4 4 0 0 1-5.416.716z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M7 29s-.044 3.748 1.456 8.248c.873 2.616 1.914 4.219 3.223 5.003c1.677 1.005 3.397-.98 4.379-2.67c.962-1.657 2.375-3.353 3.49-4.581M33 7.911c2.623.44 5.532 1.006 6.626 1.508c1.426.654 2.86 1.986 3.431 3.411c.531 1.324-.847 2.34-2.093 3.034c-1.405.783-2.869 2.01-4.065 3.136"/><path stroke-linecap="round" stroke-linejoin="round" d="M24.202 29.776L21.7 31.513a2.97 2.97 0 0 0-1.036 1.27v0a2.97 2.97 0 0 1-3.886 1.566L8.803 30.98a2.96 2.96 0 0 1-1.61-3.792l.45-1.169a11.1 11.1 0 0 1 4.576-5.486v0m18.501 3.975l1.39-1.504l.912-.987a3.3 3.3 0 0 1 1.125-.795v0a3.305 3.305 0 0 0 1.812-4.146l-2.852-8.01a2.797 2.797 0 0 0-3.259-1.789l-1.218.279A10.8 10.8 0 0 0 22.114 12v0"/><path d="M13.41 23.079a3.817 3.817 0 0 1-1.017-5.12a19 19 0 0 1 6.154-6.136a3.8 3.8 0 0 1 5.036.954l5.932 7.909a4 4 0 0 1-.913 5.682l-.24.167c-.301.21-.572.46-.804.743l-.684.832a4 4 0 0 1-5.416.716z"/></g></svg>
</template>

CSS

.icon-croissant {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2029s-.044%203.748%201.456%208.248c.873%202.616%201.914%204.219%203.223%205.003c1.677%201.005%203.397-.98%204.379-2.67c.962-1.657%202.375-3.353%203.49-4.581M33%207.911c2.623.44%205.532%201.006%206.626%201.508c1.426.654%202.86%201.986%203.431%203.411c.531%201.324-.847%202.34-2.093%203.034c-1.405.783-2.869%202.01-4.065%203.136%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.202%2029.776L21.7%2031.513a2.97%202.97%200%200%200-1.036%201.27v0a2.97%202.97%200%200%201-3.886%201.566L8.803%2030.98a2.96%202.96%200%200%201-1.61-3.792l.45-1.169a11.1%2011.1%200%200%201%204.576-5.486v0m18.501%203.975l1.39-1.504l.912-.987a3.3%203.3%200%200%201%201.125-.795v0a3.305%203.305%200%200%200%201.812-4.146l-2.852-8.01a2.797%202.797%200%200%200-3.259-1.789l-1.218.279A10.8%2010.8%200%200%200%2022.114%2012v0%22%2F%3E%3Cpath%20d%3D%22M13.41%2023.079a3.817%203.817%200%200%201-1.017-5.12a19%2019%200%200%201%206.154-6.136a3.8%203.8%200%200%201%205.036.954l5.932%207.909a4%204%200%200%201-.913%205.682l-.24.167c-.301.21-.572.46-.804.743l-.684.832a4%204%200%200%201-5.416.716z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2029s-.044%203.748%201.456%208.248c.873%202.616%201.914%204.219%203.223%205.003c1.677%201.005%203.397-.98%204.379-2.67c.962-1.657%202.375-3.353%203.49-4.581M33%207.911c2.623.44%205.532%201.006%206.626%201.508c1.426.654%202.86%201.986%203.431%203.411c.531%201.324-.847%202.34-2.093%203.034c-1.405.783-2.869%202.01-4.065%203.136%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24.202%2029.776L21.7%2031.513a2.97%202.97%200%200%200-1.036%201.27v0a2.97%202.97%200%200%201-3.886%201.566L8.803%2030.98a2.96%202.96%200%200%201-1.61-3.792l.45-1.169a11.1%2011.1%200%200%201%204.576-5.486v0m18.501%203.975l1.39-1.504l.912-.987a3.3%203.3%200%200%201%201.125-.795v0a3.305%203.305%200%200%200%201.812-4.146l-2.852-8.01a2.797%202.797%200%200%200-3.259-1.789l-1.218.279A10.8%2010.8%200%200%200%2022.114%2012v0%22%2F%3E%3Cpath%20d%3D%22M13.41%2023.079a3.817%203.817%200%200%201-1.017-5.12a19%2019%200%200%201%206.154-6.136a3.8%203.8%200%200%201%205.036.954l5.932%207.909a4%204%200%200%201-.913%205.682l-.24.167c-.301.21-.572.46-.804.743l-.684.832a4%204%200%200%201-5.416.716z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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