fruit bowl icon

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

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

More enterprise icons from Carbon

Use the fruit bowl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 15a6 6 0 0 0-3.107-5.253A3.98 3.98 0 0 0 24 7h-2a2 2 0 0 1-2 2a6.004 6.004 0 0 0-5.995 5.892A7 7 0 0 1 12 10a3.996 3.996 0 0 0-3-3.858V4H7v2.142A3.996 3.996 0 0 0 4 10v5H2v1a14 14 0 0 0 28 0v-1Zm-6-4a4.005 4.005 0 0 1 4 4h-8a4.005 4.005 0 0 1 4-4M6 10a2 2 0 1 1 4 0a9 9 0 0 0 1.532 5H6Zm10 18A12.017 12.017 0 0 1 4.042 17h23.917A12.017 12.017 0 0 1 16 28"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFruitBowl(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="M26 15a6 6 0 0 0-3.107-5.253A3.98 3.98 0 0 0 24 7h-2a2 2 0 0 1-2 2a6.004 6.004 0 0 0-5.995 5.892A7 7 0 0 1 12 10a3.996 3.996 0 0 0-3-3.858V4H7v2.142A3.996 3.996 0 0 0 4 10v5H2v1a14 14 0 0 0 28 0v-1Zm-6-4a4.005 4.005 0 0 1 4 4h-8a4.005 4.005 0 0 1 4-4M6 10a2 2 0 1 1 4 0a9 9 0 0 0 1.532 5H6Zm10 18A12.017 12.017 0 0 1 4.042 17h23.917A12.017 12.017 0 0 1 16 28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 15a6 6 0 0 0-3.107-5.253A3.98 3.98 0 0 0 24 7h-2a2 2 0 0 1-2 2a6.004 6.004 0 0 0-5.995 5.892A7 7 0 0 1 12 10a3.996 3.996 0 0 0-3-3.858V4H7v2.142A3.996 3.996 0 0 0 4 10v5H2v1a14 14 0 0 0 28 0v-1Zm-6-4a4.005 4.005 0 0 1 4 4h-8a4.005 4.005 0 0 1 4-4M6 10a2 2 0 1 1 4 0a9 9 0 0 0 1.532 5H6Zm10 18A12.017 12.017 0 0 1 4.042 17h23.917A12.017 12.017 0 0 1 16 28"/></svg>
</template>

CSS

.icon-fruit-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%22M26%2015a6%206%200%200%200-3.107-5.253A3.98%203.98%200%200%200%2024%207h-2a2%202%200%200%201-2%202a6.004%206.004%200%200%200-5.995%205.892A7%207%200%200%201%2012%2010a3.996%203.996%200%200%200-3-3.858V4H7v2.142A3.996%203.996%200%200%200%204%2010v5H2v1a14%2014%200%200%200%2028%200v-1Zm-6-4a4.005%204.005%200%200%201%204%204h-8a4.005%204.005%200%200%201%204-4M6%2010a2%202%200%201%201%204%200a9%209%200%200%200%201.532%205H6Zm10%2018A12.017%2012.017%200%200%201%204.042%2017h23.917A12.017%2012.017%200%200%201%2016%2028%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%22M26%2015a6%206%200%200%200-3.107-5.253A3.98%203.98%200%200%200%2024%207h-2a2%202%200%200%201-2%202a6.004%206.004%200%200%200-5.995%205.892A7%207%200%200%201%2012%2010a3.996%203.996%200%200%200-3-3.858V4H7v2.142A3.996%203.996%200%200%200%204%2010v5H2v1a14%2014%200%200%200%2028%200v-1Zm-6-4a4.005%204.005%200%200%201%204%204h-8a4.005%204.005%200%200%201%204-4M6%2010a2%202%200%201%201%204%200a9%209%200%200%200%201.532%205H6Zm10%2018A12.017%2012.017%200%200%201%204.042%2017h23.917A12.017%2012.017%200%200%201%2016%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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