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

Name
cheese
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 cheese icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 20c0-2.172-18.108-11.888-22.866-14.404a1.97 1.97 0 0 0-2.149.201L5 16"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5 17.652c0-1.329 1.269-2.298 2.555-1.964c6.407 1.662 23.305 5.645 32.606 4.07c1.395-.235 2.839.779 2.839 2.193v16.151a2 2 0 0 1-1.895 1.998l-34 1.79A2 2 0 0 1 5 39.891z"/><circle cx="12" cy="25" r="2" fill="currentColor"/><circle cx="25" cy="27" r="2" fill="currentColor"/><circle cx="34" cy="32" r="2" fill="currentColor"/><circle cx="18" cy="32" r="2" fill="currentColor" stroke="currentColor" stroke-width="2"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineCheese(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M43 20c0-2.172-18.108-11.888-22.866-14.404a1.97 1.97 0 0 0-2.149.201L5 16"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M5 17.652c0-1.329 1.269-2.298 2.555-1.964c6.407 1.662 23.305 5.645 32.606 4.07c1.395-.235 2.839.779 2.839 2.193v16.151a2 2 0 0 1-1.895 1.998l-34 1.79A2 2 0 0 1 5 39.891z"/><circle cx="12" cy="25" r="2" fill="currentColor"/><circle cx="25" cy="27" r="2" fill="currentColor"/><circle cx="34" cy="32" r="2" fill="currentColor"/><circle cx="18" cy="32" r="2" fill="currentColor" stroke="currentColor" strokeWidth="2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M43 20c0-2.172-18.108-11.888-22.866-14.404a1.97 1.97 0 0 0-2.149.201L5 16"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M5 17.652c0-1.329 1.269-2.298 2.555-1.964c6.407 1.662 23.305 5.645 32.606 4.07c1.395-.235 2.839.779 2.839 2.193v16.151a2 2 0 0 1-1.895 1.998l-34 1.79A2 2 0 0 1 5 39.891z"/><circle cx="12" cy="25" r="2" fill="currentColor"/><circle cx="25" cy="27" r="2" fill="currentColor"/><circle cx="34" cy="32" r="2" fill="currentColor"/><circle cx="18" cy="32" r="2" fill="currentColor" stroke="currentColor" stroke-width="2"/></g></svg>
</template>

CSS

.icon-cheese {
  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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M43%2020c0-2.172-18.108-11.888-22.866-14.404a1.97%201.97%200%200%200-2.149.201L5%2016%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2017.652c0-1.329%201.269-2.298%202.555-1.964c6.407%201.662%2023.305%205.645%2032.606%204.07c1.395-.235%202.839.779%202.839%202.193v16.151a2%202%200%200%201-1.895%201.998l-34%201.79A2%202%200%200%201%205%2039.891z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2232%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2232%22%20r%3D%222%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M43%2020c0-2.172-18.108-11.888-22.866-14.404a1.97%201.97%200%200%200-2.149.201L5%2016%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2017.652c0-1.329%201.269-2.298%202.555-1.964c6.407%201.662%2023.305%205.645%2032.606%204.07c1.395-.235%202.839.779%202.839%202.193v16.151a2%202%200%200%201-1.895%201.998l-34%201.79A2%202%200%200%201%205%2039.891z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2225%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2225%22%20cy%3D%2227%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%2232%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2232%22%20r%3D%222%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%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/cheese.svg?color=%231a73e8&size=48