cheese icon
cheese-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- cheese-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
cheeseBoxIcons v2cheeseBoxIcons v2 SolidcheeseFont Awesome 6 SolidcheeseFont Awesome Solidcheese-outlineFlowbite IconscheeseHuge IconscheeseIconParkcheeseIconPark OutlinecheeseIconPark SolidcheeseIconPark TwoTonecheeseLine AwesomecheeseLucide LabcheeseMajesticonscheeseMaterial Design IconscheeseTabler IconscheeseTDesign Icons
Use the cheese icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 34a6 6 0 0 0-1.72.25l-160 48A6 6 0 0 0 18 88v24a6 6 0 0 0 6 6h8a18.09 18.09 0 0 1 18 17.65a17.6 17.6 0 0 1-5.15 12.7A18.9 18.9 0 0 1 31.46 154H24a6 6 0 0 0-6 6v32a6 6 0 0 0 6 6h200a14 14 0 0 0 14-14V88a54.06 54.06 0 0 0-54-54m.85 12a42.07 42.07 0 0 1 40.72 36H64.88Zm9.15 58a26 26 0 1 1-50-10h48a25.9 25.9 0 0 1 2 10m-56 82H86v-2a26 26 0 0 1 52 0Zm88-2a2 2 0 0 1-2 2h-74v-2a38 38 0 0 0-76 0v2H30v-20h1.46a31 31 0 0 0 22-9.25A29.45 29.45 0 0 0 62 135.42A30.14 30.14 0 0 0 32 106h-2V94h101.34a38 38 0 1 0 73.32 0H226Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCheeseLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 34a6 6 0 0 0-1.72.25l-160 48A6 6 0 0 0 18 88v24a6 6 0 0 0 6 6h8a18.09 18.09 0 0 1 18 17.65a17.6 17.6 0 0 1-5.15 12.7A18.9 18.9 0 0 1 31.46 154H24a6 6 0 0 0-6 6v32a6 6 0 0 0 6 6h200a14 14 0 0 0 14-14V88a54.06 54.06 0 0 0-54-54m.85 12a42.07 42.07 0 0 1 40.72 36H64.88Zm9.15 58a26 26 0 1 1-50-10h48a25.9 25.9 0 0 1 2 10m-56 82H86v-2a26 26 0 0 1 52 0Zm88-2a2 2 0 0 1-2 2h-74v-2a38 38 0 0 0-76 0v2H30v-20h1.46a31 31 0 0 0 22-9.25A29.45 29.45 0 0 0 62 135.42A30.14 30.14 0 0 0 32 106h-2V94h101.34a38 38 0 1 0 73.32 0H226Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 34a6 6 0 0 0-1.72.25l-160 48A6 6 0 0 0 18 88v24a6 6 0 0 0 6 6h8a18.09 18.09 0 0 1 18 17.65a17.6 17.6 0 0 1-5.15 12.7A18.9 18.9 0 0 1 31.46 154H24a6 6 0 0 0-6 6v32a6 6 0 0 0 6 6h200a14 14 0 0 0 14-14V88a54.06 54.06 0 0 0-54-54m.85 12a42.07 42.07 0 0 1 40.72 36H64.88Zm9.15 58a26 26 0 1 1-50-10h48a25.9 25.9 0 0 1 2 10m-56 82H86v-2a26 26 0 0 1 52 0Zm88-2a2 2 0 0 1-2 2h-74v-2a38 38 0 0 0-76 0v2H30v-20h1.46a31 31 0 0 0 22-9.25A29.45 29.45 0 0 0 62 135.42A30.14 30.14 0 0 0 32 106h-2V94h101.34a38 38 0 1 0 73.32 0H226Z"/></svg> </template>
CSS
.icon-cheese-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%2034a6%206%200%200%200-1.72.25l-160%2048A6%206%200%200%200%2018%2088v24a6%206%200%200%200%206%206h8a18.09%2018.09%200%200%201%2018%2017.65a17.6%2017.6%200%200%201-5.15%2012.7A18.9%2018.9%200%200%201%2031.46%20154H24a6%206%200%200%200-6%206v32a6%206%200%200%200%206%206h200a14%2014%200%200%200%2014-14V88a54.06%2054.06%200%200%200-54-54m.85%2012a42.07%2042.07%200%200%201%2040.72%2036H64.88Zm9.15%2058a26%2026%200%201%201-50-10h48a25.9%2025.9%200%200%201%202%2010m-56%2082H86v-2a26%2026%200%200%201%2052%200Zm88-2a2%202%200%200%201-2%202h-74v-2a38%2038%200%200%200-76%200v2H30v-20h1.46a31%2031%200%200%200%2022-9.25A29.45%2029.45%200%200%200%2062%20135.42A30.14%2030.14%200%200%200%2032%20106h-2V94h101.34a38%2038%200%201%200%2073.32%200H226Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%2034a6%206%200%200%200-1.72.25l-160%2048A6%206%200%200%200%2018%2088v24a6%206%200%200%200%206%206h8a18.09%2018.09%200%200%201%2018%2017.65a17.6%2017.6%200%200%201-5.15%2012.7A18.9%2018.9%200%200%201%2031.46%20154H24a6%206%200%200%200-6%206v32a6%206%200%200%200%206%206h200a14%2014%200%200%200%2014-14V88a54.06%2054.06%200%200%200-54-54m.85%2012a42.07%2042.07%200%200%201%2040.72%2036H64.88Zm9.15%2058a26%2026%200%201%201-50-10h48a25.9%2025.9%200%200%201%202%2010m-56%2082H86v-2a26%2026%200%200%201%2052%200Zm88-2a2%202%200%200%201-2%202h-74v-2a38%2038%200%200%200-76%200v2H30v-20h1.46a31%2031%200%200%200%2022-9.25A29.45%2029.45%200%200%200%2062%20135.42A30.14%2030.14%200%200%200%2032%20106h-2V94h101.34a38%2038%200%201%200%2073.32%200H226Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cheese-light.svg?color=%231a73e8&size=48