noodle bowl icon

noodle-bowl from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
noodle-bowl
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the noodle bowl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m11.414 15l-8-8L2 8.414L8.586 15H2v1a14 14 0 0 0 28 0v-1ZM16 28A12.017 12.017 0 0 1 4.042 17h23.917A12.017 12.017 0 0 1 16 28"/><path fill="currentColor" d="M22 8a5 5 0 0 0-1.57.255A8.02 8.02 0 0 0 14 5a7.94 7.94 0 0 0-4.906 1.68L4.414 2L3 3.414l6.05 6.05l.707-.707A5.96 5.96 0 0 1 14 7a6.02 6.02 0 0 1 4.688 2.264a5 5 0 0 0-.59.61A2.99 2.99 0 0 1 15.754 11H12v2h3.754a4.98 4.98 0 0 0 3.904-1.874A3 3 0 0 1 25 13h2a5.006 5.006 0 0 0-5-5"/></svg>

React

import type { SVGProps } from "react";

export function CarbonNoodleBowl(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.414 15l-8-8L2 8.414L8.586 15H2v1a14 14 0 0 0 28 0v-1ZM16 28A12.017 12.017 0 0 1 4.042 17h23.917A12.017 12.017 0 0 1 16 28"/><path fill="currentColor" d="M22 8a5 5 0 0 0-1.57.255A8.02 8.02 0 0 0 14 5a7.94 7.94 0 0 0-4.906 1.68L4.414 2L3 3.414l6.05 6.05l.707-.707A5.96 5.96 0 0 1 14 7a6.02 6.02 0 0 1 4.688 2.264a5 5 0 0 0-.59.61A2.99 2.99 0 0 1 15.754 11H12v2h3.754a4.98 4.98 0 0 0 3.904-1.874A3 3 0 0 1 25 13h2a5.006 5.006 0 0 0-5-5"/></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.414 15l-8-8L2 8.414L8.586 15H2v1a14 14 0 0 0 28 0v-1ZM16 28A12.017 12.017 0 0 1 4.042 17h23.917A12.017 12.017 0 0 1 16 28"/><path fill="currentColor" d="M22 8a5 5 0 0 0-1.57.255A8.02 8.02 0 0 0 14 5a7.94 7.94 0 0 0-4.906 1.68L4.414 2L3 3.414l6.05 6.05l.707-.707A5.96 5.96 0 0 1 14 7a6.02 6.02 0 0 1 4.688 2.264a5 5 0 0 0-.59.61A2.99 2.99 0 0 1 15.754 11H12v2h3.754a4.98 4.98 0 0 0 3.904-1.874A3 3 0 0 1 25 13h2a5.006 5.006 0 0 0-5-5"/></svg>
</template>

CSS

.icon-noodle-bowl {
  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.414%2015l-8-8L2%208.414L8.586%2015H2v1a14%2014%200%200%200%2028%200v-1ZM16%2028A12.017%2012.017%200%200%201%204.042%2017h23.917A12.017%2012.017%200%200%201%2016%2028%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%208a5%205%200%200%200-1.57.255A8.02%208.02%200%200%200%2014%205a7.94%207.94%200%200%200-4.906%201.68L4.414%202L3%203.414l6.05%206.05l.707-.707A5.96%205.96%200%200%201%2014%207a6.02%206.02%200%200%201%204.688%202.264a5%205%200%200%200-.59.61A2.99%202.99%200%200%201%2015.754%2011H12v2h3.754a4.98%204.98%200%200%200%203.904-1.874A3%203%200%200%201%2025%2013h2a5.006%205.006%200%200%200-5-5%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.414%2015l-8-8L2%208.414L8.586%2015H2v1a14%2014%200%200%200%2028%200v-1ZM16%2028A12.017%2012.017%200%200%201%204.042%2017h23.917A12.017%2012.017%200%200%201%2016%2028%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%208a5%205%200%200%200-1.57.255A8.02%208.02%200%200%200%2014%205a7.94%207.94%200%200%200-4.906%201.68L4.414%202L3%203.414l6.05%206.05l.707-.707A5.96%205.96%200%200%201%2014%207a6.02%206.02%200%200%201%204.688%202.264a5%205%200%200%200-.59.61A2.99%202.99%200%200%201%2015.754%2011H12v2h3.754a4.98%204.98%200%200%200%203.904-1.874A3%203%200%200%201%2025%2013h2a5.006%205.006%200%200%200-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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