cheese icon
cheese from Line Awesome by Icons8 · Line · Food · Apache-2.0 Free for personal and commercial use.
- Name
- cheese
- Set
- Line Awesome
- Style
- Line
- Category
- Food
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- cheese-solid
The same icon in other sets
More food icons from Line Awesome
Use the cheese icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m11.094 5.969l-.313.062c-6.469 1.438-7.75 7.782-7.75 7.782L3 13.905V26h26v-6h-1c-.566 0-1-.434-1-1s.434-1 1-1h1v-4.656l-.625-.281l-17-7zm-.125 2.125L13.75 9.25c-.441.184-.75.441-.75.75c0 .55.895 1 2 1c.758 0 1.41-.219 1.75-.531L22.906 13H5.375c.602-1.48 2.094-4 5.594-4.906M5 15h3.094a1.5 1.5 0 0 0-.094.5a1.5 1.5 0 0 0 3 0c0-.172-.04-.344-.094-.5H27v1.406c-1.11.442-2 1.336-2 2.594s.89 2.152 2 2.594V24H14.719c.172-.293.281-.637.281-1a1.999 1.999 0 1 0-4 0c0 .363.11.707.281 1H5zm14.5 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
React
import type { SVGProps } from "react";
export function LaCheese(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="m11.094 5.969l-.313.062c-6.469 1.438-7.75 7.782-7.75 7.782L3 13.905V26h26v-6h-1c-.566 0-1-.434-1-1s.434-1 1-1h1v-4.656l-.625-.281l-17-7zm-.125 2.125L13.75 9.25c-.441.184-.75.441-.75.75c0 .55.895 1 2 1c.758 0 1.41-.219 1.75-.531L22.906 13H5.375c.602-1.48 2.094-4 5.594-4.906M5 15h3.094a1.5 1.5 0 0 0-.094.5a1.5 1.5 0 0 0 3 0c0-.172-.04-.344-.094-.5H27v1.406c-1.11.442-2 1.336-2 2.594s.89 2.152 2 2.594V24H14.719c.172-.293.281-.637.281-1a1.999 1.999 0 1 0-4 0c0 .363.11.707.281 1H5zm14.5 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m11.094 5.969l-.313.062c-6.469 1.438-7.75 7.782-7.75 7.782L3 13.905V26h26v-6h-1c-.566 0-1-.434-1-1s.434-1 1-1h1v-4.656l-.625-.281l-17-7zm-.125 2.125L13.75 9.25c-.441.184-.75.441-.75.75c0 .55.895 1 2 1c.758 0 1.41-.219 1.75-.531L22.906 13H5.375c.602-1.48 2.094-4 5.594-4.906M5 15h3.094a1.5 1.5 0 0 0-.094.5a1.5 1.5 0 0 0 3 0c0-.172-.04-.344-.094-.5H27v1.406c-1.11.442-2 1.336-2 2.594s.89 2.152 2 2.594V24H14.719c.172-.293.281-.637.281-1a1.999 1.999 0 1 0-4 0c0 .363.11.707.281 1H5zm14.5 2a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.094%205.969l-.313.062c-6.469%201.438-7.75%207.782-7.75%207.782L3%2013.905V26h26v-6h-1c-.566%200-1-.434-1-1s.434-1%201-1h1v-4.656l-.625-.281l-17-7zm-.125%202.125L13.75%209.25c-.441.184-.75.441-.75.75c0%20.55.895%201%202%201c.758%200%201.41-.219%201.75-.531L22.906%2013H5.375c.602-1.48%202.094-4%205.594-4.906M5%2015h3.094a1.5%201.5%200%200%200-.094.5a1.5%201.5%200%200%200%203%200c0-.172-.04-.344-.094-.5H27v1.406c-1.11.442-2%201.336-2%202.594s.89%202.152%202%202.594V24H14.719c.172-.293.281-.637.281-1a1.999%201.999%200%201%200-4%200c0%20.363.11.707.281%201H5zm14.5%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%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%22m11.094%205.969l-.313.062c-6.469%201.438-7.75%207.782-7.75%207.782L3%2013.905V26h26v-6h-1c-.566%200-1-.434-1-1s.434-1%201-1h1v-4.656l-.625-.281l-17-7zm-.125%202.125L13.75%209.25c-.441.184-.75.441-.75.75c0%20.55.895%201%202%201c.758%200%201.41-.219%201.75-.531L22.906%2013H5.375c.602-1.48%202.094-4%205.594-4.906M5%2015h3.094a1.5%201.5%200%200%200-.094.5a1.5%201.5%200%200%200%203%200c0-.172-.04-.344-.094-.5H27v1.406c-1.11.442-2%201.336-2%202.594s.89%202.152%202%202.594V24H14.719c.172-.293.281-.637.281-1a1.999%201.999%200%201%200-4%200c0%20.363.11.707.281%201H5zm14.5%202a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/cheese.svg?color=%231a73e8&size=48