soup-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
soup-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the soup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10a2 2 0 0 1 2 2v.5c0 1.694-2.247 5.49-3.983 6.983l-.017.013V20a2 2 0 0 1-1.85 1.995L16 22H8a2 2 0 0 1-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2 12.5V12a2 2 0 0 1 2-2zm-8.583-6.812a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 10 6.021a3.4 3.4 0 0 1 1.417-2.833m4 0a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 14 6.021a3.4 3.4 0 0 1 1.417-2.833m-8 0a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 6 6.021a3.4 3.4 0 0 1 1.417-2.833"/></svg>

React

import type { SVGProps } from "react";

export function TablerSoupFilled(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="M20 10a2 2 0 0 1 2 2v.5c0 1.694-2.247 5.49-3.983 6.983l-.017.013V20a2 2 0 0 1-1.85 1.995L16 22H8a2 2 0 0 1-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2 12.5V12a2 2 0 0 1 2-2zm-8.583-6.812a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 10 6.021a3.4 3.4 0 0 1 1.417-2.833m4 0a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 14 6.021a3.4 3.4 0 0 1 1.417-2.833m-8 0a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 6 6.021a3.4 3.4 0 0 1 1.417-2.833"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 10a2 2 0 0 1 2 2v.5c0 1.694-2.247 5.49-3.983 6.983l-.017.013V20a2 2 0 0 1-1.85 1.995L16 22H8a2 2 0 0 1-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2 12.5V12a2 2 0 0 1 2-2zm-8.583-6.812a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 10 6.021a3.4 3.4 0 0 1 1.417-2.833m4 0a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 14 6.021a3.4 3.4 0 0 1 1.417-2.833m-8 0a1 1 0 1 1 1.166 1.624c-.375.27-.593.706-.583 1.209a1.4 1.4 0 0 0 .583 1.167a1 1 0 1 1-1.166 1.624A3.38 3.38 0 0 1 6 6.021a3.4 3.4 0 0 1 1.417-2.833"/></svg>
</template>

CSS

.icon-soup-filled {
  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%22M20%2010a2%202%200%200%201%202%202v.5c0%201.694-2.247%205.49-3.983%206.983l-.017.013V20a2%202%200%200%201-1.85%201.995L16%2022H8a2%202%200%200%201-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2%2012.5V12a2%202%200%200%201%202-2zm-8.583-6.812a1%201%200%201%201%201.166%201.624c-.375.27-.593.706-.583%201.209a1.4%201.4%200%200%200%20.583%201.167a1%201%200%201%201-1.166%201.624A3.38%203.38%200%200%201%2010%206.021a3.4%203.4%200%200%201%201.417-2.833m4%200a1%201%200%201%201%201.166%201.624c-.375.27-.593.706-.583%201.209a1.4%201.4%200%200%200%20.583%201.167a1%201%200%201%201-1.166%201.624A3.38%203.38%200%200%201%2014%206.021a3.4%203.4%200%200%201%201.417-2.833m-8%200a1%201%200%201%201%201.166%201.624c-.375.27-.593.706-.583%201.209a1.4%201.4%200%200%200%20.583%201.167a1%201%200%201%201-1.166%201.624A3.38%203.38%200%200%201%206%206.021a3.4%203.4%200%200%201%201.417-2.833%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%22M20%2010a2%202%200%200%201%202%202v.5c0%201.694-2.247%205.49-3.983%206.983l-.017.013V20a2%202%200%200%201-1.85%201.995L16%2022H8a2%202%200%200%201-2-2v-.496l-.065-.053c-1.76-1.496-3.794-4.965-3.928-6.77L2%2012.5V12a2%202%200%200%201%202-2zm-8.583-6.812a1%201%200%201%201%201.166%201.624c-.375.27-.593.706-.583%201.209a1.4%201.4%200%200%200%20.583%201.167a1%201%200%201%201-1.166%201.624A3.38%203.38%200%200%201%2010%206.021a3.4%203.4%200%200%201%201.417-2.833m4%200a1%201%200%201%201%201.166%201.624c-.375.27-.593.706-.583%201.209a1.4%201.4%200%200%200%20.583%201.167a1%201%200%201%201-1.166%201.624A3.38%203.38%200%200%201%2014%206.021a3.4%203.4%200%200%201%201.417-2.833m-8%200a1%201%200%201%201%201.166%201.624c-.375.27-.593.706-.583%201.209a1.4%201.4%200%200%200%20.583%201.167a1%201%200%201%201-1.166%201.624A3.38%203.38%200%200%201%206%206.021a3.4%203.4%200%200%201%201.417-2.833%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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