soup kitchen icon
soup-kitchen from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- soup-kitchen
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- soup-kitchen-sharp
3 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the soup kitchen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 13.5q.2-.25.3-.612T5.5 12q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T4.9 7h1.5q-.275.425-.337.75T6 8.375q0 .575.5 1.725T7 12q0 .525-.1.863t-.3.637zm6.5 0q.2-.25.3-.612T12 12q0-.75-.5-1.9T11 8.375q0-.3.063-.625T11.4 7h1.5q-.275.425-.337.75t-.063.625q0 .575.5 1.725t.5 1.9q0 .525-.1.863t-.3.637zm-3.25 0q.2-.25.3-.612t.1-.888q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T8.15 7h1.5q-.275.425-.337.75t-.063.625q0 .575.5 1.725t.5 1.9q0 .525-.1.863t-.3.637zm1.4 8.5q-2.525 0-4.437-1.687T3 16.125q-.05-.45.25-.788T4 15h10.525l1.1-10.35q.125-1.125.963-1.888T18.6 2q1.25 0 2.125.875T21.6 5q0 .35-.062.925l-.063.575l-1.975-.25l.05-.513q.05-.512.05-.737q0-.425-.288-.712T18.6 4q-.4 0-.675.263T17.6 4.9l-1.15 10.875q-.275 2.65-2.175 4.438T9.75 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSoupKitchen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 13.5q.2-.25.3-.612T5.5 12q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T4.9 7h1.5q-.275.425-.337.75T6 8.375q0 .575.5 1.725T7 12q0 .525-.1.863t-.3.637zm6.5 0q.2-.25.3-.612T12 12q0-.75-.5-1.9T11 8.375q0-.3.063-.625T11.4 7h1.5q-.275.425-.337.75t-.063.625q0 .575.5 1.725t.5 1.9q0 .525-.1.863t-.3.637zm-3.25 0q.2-.25.3-.612t.1-.888q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T8.15 7h1.5q-.275.425-.337.75t-.063.625q0 .575.5 1.725t.5 1.9q0 .525-.1.863t-.3.637zm1.4 8.5q-2.525 0-4.437-1.687T3 16.125q-.05-.45.25-.788T4 15h10.525l1.1-10.35q.125-1.125.963-1.888T18.6 2q1.25 0 2.125.875T21.6 5q0 .35-.062.925l-.063.575l-1.975-.25l.05-.513q.05-.512.05-.737q0-.425-.288-.712T18.6 4q-.4 0-.675.263T17.6 4.9l-1.15 10.875q-.275 2.65-2.175 4.438T9.75 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 13.5q.2-.25.3-.612T5.5 12q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T4.9 7h1.5q-.275.425-.337.75T6 8.375q0 .575.5 1.725T7 12q0 .525-.1.863t-.3.637zm6.5 0q.2-.25.3-.612T12 12q0-.75-.5-1.9T11 8.375q0-.3.063-.625T11.4 7h1.5q-.275.425-.337.75t-.063.625q0 .575.5 1.725t.5 1.9q0 .525-.1.863t-.3.637zm-3.25 0q.2-.25.3-.612t.1-.888q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T8.15 7h1.5q-.275.425-.337.75t-.063.625q0 .575.5 1.725t.5 1.9q0 .525-.1.863t-.3.637zm1.4 8.5q-2.525 0-4.437-1.687T3 16.125q-.05-.45.25-.788T4 15h10.525l1.1-10.35q.125-1.125.963-1.888T18.6 2q1.25 0 2.125.875T21.6 5q0 .35-.062.925l-.063.575l-1.975-.25l.05-.513q.05-.512.05-.737q0-.425-.288-.712T18.6 4q-.4 0-.675.263T17.6 4.9l-1.15 10.875q-.275 2.65-2.175 4.438T9.75 22"/></svg> </template>
CSS
.icon-soup-kitchen {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.1%2013.5q.2-.25.3-.612T5.5%2012q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T4.9%207h1.5q-.275.425-.337.75T6%208.375q0%20.575.5%201.725T7%2012q0%20.525-.1.863t-.3.637zm6.5%200q.2-.25.3-.612T12%2012q0-.75-.5-1.9T11%208.375q0-.3.063-.625T11.4%207h1.5q-.275.425-.337.75t-.063.625q0%20.575.5%201.725t.5%201.9q0%20.525-.1.863t-.3.637zm-3.25%200q.2-.25.3-.612t.1-.888q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T8.15%207h1.5q-.275.425-.337.75t-.063.625q0%20.575.5%201.725t.5%201.9q0%20.525-.1.863t-.3.637zm1.4%208.5q-2.525%200-4.437-1.687T3%2016.125q-.05-.45.25-.788T4%2015h10.525l1.1-10.35q.125-1.125.963-1.888T18.6%202q1.25%200%202.125.875T21.6%205q0%20.35-.062.925l-.063.575l-1.975-.25l.05-.513q.05-.512.05-.737q0-.425-.288-.712T18.6%204q-.4%200-.675.263T17.6%204.9l-1.15%2010.875q-.275%202.65-2.175%204.438T9.75%2022%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.1%2013.5q.2-.25.3-.612T5.5%2012q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T4.9%207h1.5q-.275.425-.337.75T6%208.375q0%20.575.5%201.725T7%2012q0%20.525-.1.863t-.3.637zm6.5%200q.2-.25.3-.612T12%2012q0-.75-.5-1.9T11%208.375q0-.3.063-.625T11.4%207h1.5q-.275.425-.337.75t-.063.625q0%20.575.5%201.725t.5%201.9q0%20.525-.1.863t-.3.637zm-3.25%200q.2-.25.3-.612t.1-.888q0-.75-.5-1.9t-.5-1.725q0-.3.063-.625T8.15%207h1.5q-.275.425-.337.75t-.063.625q0%20.575.5%201.725t.5%201.9q0%20.525-.1.863t-.3.637zm1.4%208.5q-2.525%200-4.437-1.687T3%2016.125q-.05-.45.25-.788T4%2015h10.525l1.1-10.35q.125-1.125.963-1.888T18.6%202q1.25%200%202.125.875T21.6%205q0%20.35-.062.925l-.063.575l-1.975-.25l.05-.513q.05-.512.05-.737q0-.425-.288-.712T18.6%204q-.4%200-.675.263T17.6%204.9l-1.15%2010.875q-.275%202.65-2.175%204.438T9.75%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/soup-kitchen.svg?color=%231a73e8&size=48