skillet-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
skillet-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the skillet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.725 7q-.65-.775-.937-1.475T2.475 4q0-.425.313-.712T3.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T6.5 9q-.025.425-.35.713T5.4 10q-.35 0-.562-.3t-.213-.675q0-.575-.238-1.05T3.726 7M7.75 7q-.65-.775-.95-1.475T6.475 4q0-.425.313-.712T7.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T10.5 9q-.025.425-.35.713T9.4 10q-.35 0-.562-.3t-.213-.675q.025-.575-.213-1.05T7.75 7m4 0q-.65-.775-.95-1.475T10.475 4q0-.425.313-.712T11.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T14.5 9q-.025.425-.35.713T13.4 10q-.35 0-.562-.3t-.213-.675q.025-.575-.213-1.05T11.75 7M5 20q-1.25 0-2.125-.875T2 17v-4q0-.425.288-.712T3 12h13.025q.125-.85.675-1.487t1.35-.913l3.675-1.225q.4-.125.775.05T23 9t-.062.775t-.588.5L18.675 11.5q-.3.1-.488.363T18 12.45V17q0 1.25-.875 2.125T15 20zm0-2h10q.425 0 .713-.288T16 17v-3H4v3q0 .425.288.713T5 18m5-2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSkilletOutlineRounded(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="M3.725 7q-.65-.775-.937-1.475T2.475 4q0-.425.313-.712T3.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T6.5 9q-.025.425-.35.713T5.4 10q-.35 0-.562-.3t-.213-.675q0-.575-.238-1.05T3.726 7M7.75 7q-.65-.775-.95-1.475T6.475 4q0-.425.313-.712T7.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T10.5 9q-.025.425-.35.713T9.4 10q-.35 0-.562-.3t-.213-.675q.025-.575-.213-1.05T7.75 7m4 0q-.65-.775-.95-1.475T10.475 4q0-.425.313-.712T11.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T14.5 9q-.025.425-.35.713T13.4 10q-.35 0-.562-.3t-.213-.675q.025-.575-.213-1.05T11.75 7M5 20q-1.25 0-2.125-.875T2 17v-4q0-.425.288-.712T3 12h13.025q.125-.85.675-1.487t1.35-.913l3.675-1.225q.4-.125.775.05T23 9t-.062.775t-.588.5L18.675 11.5q-.3.1-.488.363T18 12.45V17q0 1.25-.875 2.125T15 20zm0-2h10q.425 0 .713-.288T16 17v-3H4v3q0 .425.288.713T5 18m5-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.725 7q-.65-.775-.937-1.475T2.475 4q0-.425.313-.712T3.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T6.5 9q-.025.425-.35.713T5.4 10q-.35 0-.562-.3t-.213-.675q0-.575-.238-1.05T3.726 7M7.75 7q-.65-.775-.95-1.475T6.475 4q0-.425.313-.712T7.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T10.5 9q-.025.425-.35.713T9.4 10q-.35 0-.562-.3t-.213-.675q.025-.575-.213-1.05T7.75 7m4 0q-.65-.775-.95-1.475T10.475 4q0-.425.313-.712T11.525 3q.375 0 .613.3t.237.7q0 .5.175.925t.6.925q.75.9 1.063 1.613T14.5 9q-.025.425-.35.713T13.4 10q-.35 0-.562-.3t-.213-.675q.025-.575-.213-1.05T11.75 7M5 20q-1.25 0-2.125-.875T2 17v-4q0-.425.288-.712T3 12h13.025q.125-.85.675-1.487t1.35-.913l3.675-1.225q.4-.125.775.05T23 9t-.062.775t-.588.5L18.675 11.5q-.3.1-.488.363T18 12.45V17q0 1.25-.875 2.125T15 20zm0-2h10q.425 0 .713-.288T16 17v-3H4v3q0 .425.288.713T5 18m5-2"/></svg>
</template>

CSS

.icon-skillet-outline-rounded {
  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%22M3.725%207q-.65-.775-.937-1.475T2.475%204q0-.425.313-.712T3.525%203q.375%200%20.613.3t.237.7q0%20.5.175.925t.6.925q.75.9%201.063%201.613T6.5%209q-.025.425-.35.713T5.4%2010q-.35%200-.562-.3t-.213-.675q0-.575-.238-1.05T3.726%207M7.75%207q-.65-.775-.95-1.475T6.475%204q0-.425.313-.712T7.525%203q.375%200%20.613.3t.237.7q0%20.5.175.925t.6.925q.75.9%201.063%201.613T10.5%209q-.025.425-.35.713T9.4%2010q-.35%200-.562-.3t-.213-.675q.025-.575-.213-1.05T7.75%207m4%200q-.65-.775-.95-1.475T10.475%204q0-.425.313-.712T11.525%203q.375%200%20.613.3t.237.7q0%20.5.175.925t.6.925q.75.9%201.063%201.613T14.5%209q-.025.425-.35.713T13.4%2010q-.35%200-.562-.3t-.213-.675q.025-.575-.213-1.05T11.75%207M5%2020q-1.25%200-2.125-.875T2%2017v-4q0-.425.288-.712T3%2012h13.025q.125-.85.675-1.487t1.35-.913l3.675-1.225q.4-.125.775.05T23%209t-.062.775t-.588.5L18.675%2011.5q-.3.1-.488.363T18%2012.45V17q0%201.25-.875%202.125T15%2020zm0-2h10q.425%200%20.713-.288T16%2017v-3H4v3q0%20.425.288.713T5%2018m5-2%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%22M3.725%207q-.65-.775-.937-1.475T2.475%204q0-.425.313-.712T3.525%203q.375%200%20.613.3t.237.7q0%20.5.175.925t.6.925q.75.9%201.063%201.613T6.5%209q-.025.425-.35.713T5.4%2010q-.35%200-.562-.3t-.213-.675q0-.575-.238-1.05T3.726%207M7.75%207q-.65-.775-.95-1.475T6.475%204q0-.425.313-.712T7.525%203q.375%200%20.613.3t.237.7q0%20.5.175.925t.6.925q.75.9%201.063%201.613T10.5%209q-.025.425-.35.713T9.4%2010q-.35%200-.562-.3t-.213-.675q.025-.575-.213-1.05T7.75%207m4%200q-.65-.775-.95-1.475T10.475%204q0-.425.313-.712T11.525%203q.375%200%20.613.3t.237.7q0%20.5.175.925t.6.925q.75.9%201.063%201.613T14.5%209q-.025.425-.35.713T13.4%2010q-.35%200-.562-.3t-.213-.675q.025-.575-.213-1.05T11.75%207M5%2020q-1.25%200-2.125-.875T2%2017v-4q0-.425.288-.712T3%2012h13.025q.125-.85.675-1.487t1.35-.913l3.675-1.225q.4-.125.775.05T23%209t-.062.775t-.588.5L18.675%2011.5q-.3.1-.488.363T18%2012.45V17q0%201.25-.875%202.125T15%2020zm0-2h10q.425%200%20.713-.288T16%2017v-3H4v3q0%20.425.288.713T5%2018m5-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/skillet-outline-rounded.svg?color=%231a73e8&size=48