kitchen-set from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
kitchen-set
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Use the kitchen set icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M240 144a96 96 0 1 0-192 0a96 96 0 1 0 192 0m44.4 32c-14.5 64.1-71.9 112-140.4 112C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16h104c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16zM144 80a64 64 0 1 1 0 128a64 64 0 1 1 0-128m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M288 464V352h224v112c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48M48 320h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-80c0-8.8 7.2-16 16-16m128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v32zM24 464h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidKitchenSet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M240 144a96 96 0 1 0-192 0a96 96 0 1 0 192 0m44.4 32c-14.5 64.1-71.9 112-140.4 112C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16h104c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16zM144 80a64 64 0 1 1 0 128a64 64 0 1 1 0-128m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M288 464V352h224v112c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48M48 320h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-80c0-8.8 7.2-16 16-16m128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v32zM24 464h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M240 144a96 96 0 1 0-192 0a96 96 0 1 0 192 0m44.4 32c-14.5 64.1-71.9 112-140.4 112C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16h104c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16zM144 80a64 64 0 1 1 0 128a64 64 0 1 1 0-128m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M288 464V352h224v112c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48M48 320h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-80c0-8.8 7.2-16 16-16m128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v32zM24 464h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>
</template>

CSS

.icon-kitchen-set {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20144a96%2096%200%201%200-192%200a96%2096%200%201%200%20192%200m44.4%2032c-14.5%2064.1-71.9%20112-140.4%20112C64.5%20288%200%20223.5%200%20144S64.5%200%20144%200c68.5%200%20125.9%2047.9%20140.4%20112h71.8c8.8-9.8%2021.6-16%2035.8-16h104c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048H392c-14.2%200-27-6.2-35.8-16zM144%2080a64%2064%200%201%201%200%20128a64%2064%200%201%201%200-128m256%20160c13.3%200%2024%2010.7%2024%2024v8h96c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H280c-13.3%200-24-10.7-24-24s10.7-24%2024-24h96v-8c0-13.3%2010.7-24%2024-24M288%20464V352h224v112c0%2026.5-21.5%2048-48%2048H336c-26.5%200-48-21.5-48-48M48%20320h128c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-16c0%2017.7-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32v-80c0-8.8%207.2-16%2016-16m128%2064c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16v32zM24%20464h176c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24c-13.3%200-24-10.7-24-24s10.7-24%2024-24%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20144a96%2096%200%201%200-192%200a96%2096%200%201%200%20192%200m44.4%2032c-14.5%2064.1-71.9%20112-140.4%20112C64.5%20288%200%20223.5%200%20144S64.5%200%20144%200c68.5%200%20125.9%2047.9%20140.4%20112h71.8c8.8-9.8%2021.6-16%2035.8-16h104c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048H392c-14.2%200-27-6.2-35.8-16zM144%2080a64%2064%200%201%201%200%20128a64%2064%200%201%201%200-128m256%20160c13.3%200%2024%2010.7%2024%2024v8h96c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H280c-13.3%200-24-10.7-24-24s10.7-24%2024-24h96v-8c0-13.3%2010.7-24%2024-24M288%20464V352h224v112c0%2026.5-21.5%2048-48%2048H336c-26.5%200-48-21.5-48-48M48%20320h128c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-16c0%2017.7-14.3%2032-32%2032H64c-17.7%200-32-14.3-32-32v-80c0-8.8%207.2-16%2016-16m128%2064c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16v32zM24%20464h176c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H24c-13.3%200-24-10.7-24-24s10.7-24%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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