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

Name
kitchen-set
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M272 208c0-53-43-96-96-96s-96 43-96 96s43 96 96 96s96-43 96-96m44.4 32c-14.5 64.1-71.9 112-140.4 112c-79.5 0-144-64.5-144-144S96.5 64 176 64c68.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 48H424c-14.2 0-27-6.2-35.8-16zM176 144c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M320 528V416h224v112c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48M80 384h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H96c-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-16v32zM56 528h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidKitchenSet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M272 208c0-53-43-96-96-96s-96 43-96 96s43 96 96 96s96-43 96-96m44.4 32c-14.5 64.1-71.9 112-140.4 112c-79.5 0-144-64.5-144-144S96.5 64 176 64c68.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 48H424c-14.2 0-27-6.2-35.8-16zM176 144c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M320 528V416h224v112c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48M80 384h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H96c-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-16v32zM56 528h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-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 640 640"><path fill="currentColor" d="M272 208c0-53-43-96-96-96s-96 43-96 96s43 96 96 96s96-43 96-96m44.4 32c-14.5 64.1-71.9 112-140.4 112c-79.5 0-144-64.5-144-144S96.5 64 176 64c68.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 48H424c-14.2 0-27-6.2-35.8-16zM176 144c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64s28.7-64 64-64m256 160c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24M320 528V416h224v112c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48M80 384h128c26.5 0 48 21.5 48 48s-21.5 48-48 48h-16c0 17.7-14.3 32-32 32H96c-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-16v32zM56 528h176c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M272%20208c0-53-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096s96-43%2096-96m44.4%2032c-14.5%2064.1-71.9%20112-140.4%20112c-79.5%200-144-64.5-144-144S96.5%2064%20176%2064c68.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%2048H424c-14.2%200-27-6.2-35.8-16zM176%20144c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64s28.7-64%2064-64m256%20160c13.3%200%2024%2010.7%2024%2024v8h96c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h96v-8c0-13.3%2010.7-24%2024-24M320%20528V416h224v112c0%2026.5-21.5%2048-48%2048H368c-26.5%200-48-21.5-48-48M80%20384h128c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-16c0%2017.7-14.3%2032-32%2032H96c-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-16v32zM56%20528h176c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H56c-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M272%20208c0-53-43-96-96-96s-96%2043-96%2096s43%2096%2096%2096s96-43%2096-96m44.4%2032c-14.5%2064.1-71.9%20112-140.4%20112c-79.5%200-144-64.5-144-144S96.5%2064%20176%2064c68.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%2048H424c-14.2%200-27-6.2-35.8-16zM176%20144c35.3%200%2064%2028.7%2064%2064s-28.7%2064-64%2064s-64-28.7-64-64s28.7-64%2064-64m256%20160c13.3%200%2024%2010.7%2024%2024v8h96c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h96v-8c0-13.3%2010.7-24%2024-24M320%20528V416h224v112c0%2026.5-21.5%2048-48%2048H368c-26.5%200-48-21.5-48-48M80%20384h128c26.5%200%2048%2021.5%2048%2048s-21.5%2048-48%2048h-16c0%2017.7-14.3%2032-32%2032H96c-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-16v32zM56%20528h176c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H56c-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/fa7-solid/kitchen-set.svg?color=%231a73e8&size=48