round soup kitchen icon

round-soup-kitchen from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
round-soup-kitchen
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the round 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="M6.15 13.5c-.46 0-.8-.42-.71-.87q.06-.27.06-.63c0-1-1-2.85-1-3.62c0-.29.03-.59.17-.93A.72.72 0 0 1 5.34 7c.45 0 .8.42.71.86c-.04.18-.05.35-.05.52C6 9.15 7 11 7 12c0 .42-.08.76-.17 1.01c-.1.3-.37.49-.68.49m6.5 0c.31 0 .58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723 0 0 0-.7-.87a.73.73 0 0 0-.67.45c-.14.34-.17.63-.17.93c0 .77 1 2.62 1 3.62q0 .36-.06.63c-.09.45.25.87.71.87m-3.25 0c.31 0 .58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723 0 0 0-.7-.87c-.3 0-.56.18-.67.45c-.14.34-.17.63-.17.93c0 .77 1 2.63 1 3.62q0 .36-.06.63c-.09.45.25.87.71.87m11.06-7.13a.99.99 0 0 0 1.12-.91c.01-.18.02-.34.02-.46c0-1.65-1.35-3-3-3c-1.54 0-2.81 1.16-2.98 2.65L14.53 15H3.99c-.6 0-1.07.54-.98 1.14C3.54 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9c.55 0 1 .45 1 1c0 .07-.01.18-.01.31c-.04.53.34.99.87 1.06"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSoupKitchen(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="M6.15 13.5c-.46 0-.8-.42-.71-.87q.06-.27.06-.63c0-1-1-2.85-1-3.62c0-.29.03-.59.17-.93A.72.72 0 0 1 5.34 7c.45 0 .8.42.71.86c-.04.18-.05.35-.05.52C6 9.15 7 11 7 12c0 .42-.08.76-.17 1.01c-.1.3-.37.49-.68.49m6.5 0c.31 0 .58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723 0 0 0-.7-.87a.73.73 0 0 0-.67.45c-.14.34-.17.63-.17.93c0 .77 1 2.62 1 3.62q0 .36-.06.63c-.09.45.25.87.71.87m-3.25 0c.31 0 .58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723 0 0 0-.7-.87c-.3 0-.56.18-.67.45c-.14.34-.17.63-.17.93c0 .77 1 2.63 1 3.62q0 .36-.06.63c-.09.45.25.87.71.87m11.06-7.13a.99.99 0 0 0 1.12-.91c.01-.18.02-.34.02-.46c0-1.65-1.35-3-3-3c-1.54 0-2.81 1.16-2.98 2.65L14.53 15H3.99c-.6 0-1.07.54-.98 1.14C3.54 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9c.55 0 1 .45 1 1c0 .07-.01.18-.01.31c-.04.53.34.99.87 1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.15 13.5c-.46 0-.8-.42-.71-.87q.06-.27.06-.63c0-1-1-2.85-1-3.62c0-.29.03-.59.17-.93A.72.72 0 0 1 5.34 7c.45 0 .8.42.71.86c-.04.18-.05.35-.05.52C6 9.15 7 11 7 12c0 .42-.08.76-.17 1.01c-.1.3-.37.49-.68.49m6.5 0c.31 0 .58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723 0 0 0-.7-.87a.73.73 0 0 0-.67.45c-.14.34-.17.63-.17.93c0 .77 1 2.62 1 3.62q0 .36-.06.63c-.09.45.25.87.71.87m-3.25 0c.31 0 .58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723 0 0 0-.7-.87c-.3 0-.56.18-.67.45c-.14.34-.17.63-.17.93c0 .77 1 2.63 1 3.62q0 .36-.06.63c-.09.45.25.87.71.87m11.06-7.13a.99.99 0 0 0 1.12-.91c.01-.18.02-.34.02-.46c0-1.65-1.35-3-3-3c-1.54 0-2.81 1.16-2.98 2.65L14.53 15H3.99c-.6 0-1.07.54-.98 1.14C3.54 19.46 6.39 22 9.75 22c3.48 0 6.34-2.73 6.71-6.23L17.61 4.9c.05-.51.47-.9.99-.9c.55 0 1 .45 1 1c0 .07-.01.18-.01.31c-.04.53.34.99.87 1.06"/></svg>
</template>

CSS

.icon-round-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%22M6.15%2013.5c-.46%200-.8-.42-.71-.87q.06-.27.06-.63c0-1-1-2.85-1-3.62c0-.29.03-.59.17-.93A.72.72%200%200%201%205.34%207c.45%200%20.8.42.71.86c-.04.18-.05.35-.05.52C6%209.15%207%2011%207%2012c0%20.42-.08.76-.17%201.01c-.1.3-.37.49-.68.49m6.5%200c.31%200%20.58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723%200%200%200-.7-.87a.73.73%200%200%200-.67.45c-.14.34-.17.63-.17.93c0%20.77%201%202.62%201%203.62q0%20.36-.06.63c-.09.45.25.87.71.87m-3.25%200c.31%200%20.58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723%200%200%200-.7-.87c-.3%200-.56.18-.67.45c-.14.34-.17.63-.17.93c0%20.77%201%202.63%201%203.62q0%20.36-.06.63c-.09.45.25.87.71.87m11.06-7.13a.99.99%200%200%200%201.12-.91c.01-.18.02-.34.02-.46c0-1.65-1.35-3-3-3c-1.54%200-2.81%201.16-2.98%202.65L14.53%2015H3.99c-.6%200-1.07.54-.98%201.14C3.54%2019.46%206.39%2022%209.75%2022c3.48%200%206.34-2.73%206.71-6.23L17.61%204.9c.05-.51.47-.9.99-.9c.55%200%201%20.45%201%201c0%20.07-.01.18-.01.31c-.04.53.34.99.87%201.06%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%22M6.15%2013.5c-.46%200-.8-.42-.71-.87q.06-.27.06-.63c0-1-1-2.85-1-3.62c0-.29.03-.59.17-.93A.72.72%200%200%201%205.34%207c.45%200%20.8.42.71.86c-.04.18-.05.35-.05.52C6%209.15%207%2011%207%2012c0%20.42-.08.76-.17%201.01c-.1.3-.37.49-.68.49m6.5%200c.31%200%20.58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723%200%200%200-.7-.87a.73.73%200%200%200-.67.45c-.14.34-.17.63-.17.93c0%20.77%201%202.62%201%203.62q0%20.36-.06.63c-.09.45.25.87.71.87m-3.25%200c.31%200%20.58-.19.68-.49c.09-.25.17-.59.17-1.01c0-1-1-2.85-1-3.62c0-.17.01-.34.04-.51a.723.723%200%200%200-.7-.87c-.3%200-.56.18-.67.45c-.14.34-.17.63-.17.93c0%20.77%201%202.63%201%203.62q0%20.36-.06.63c-.09.45.25.87.71.87m11.06-7.13a.99.99%200%200%200%201.12-.91c.01-.18.02-.34.02-.46c0-1.65-1.35-3-3-3c-1.54%200-2.81%201.16-2.98%202.65L14.53%2015H3.99c-.6%200-1.07.54-.98%201.14C3.54%2019.46%206.39%2022%209.75%2022c3.48%200%206.34-2.73%206.71-6.23L17.61%204.9c.05-.51.47-.9.99-.9c.55%200%201%20.45%201%201c0%20.07-.01.18-.01.31c-.04.53.34.99.87%201.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-soup-kitchen.svg?color=%231a73e8&size=48