skillet cooktop icon
skillet-cooktop-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- skillet-cooktop-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the skillet cooktop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.346q-.846 0-1.423-.577T4 12.346V9.5q0-.213.143-.357T4.5 9h11.506q.028-.748.473-1.35t1.167-.838l3.733-1.264q.188-.067.371.03q.183.099.25.288t-.024.37t-.28.25L17.963 7.75q-.434.139-.699.516q-.264.378-.264.838v3.242q0 .827-.577 1.413T15 14.346zm4 5.154v-1.77q0-.268-.173-.441q-.173-.174-.442-.174H3.5q-.213 0-.357-.143Q3 16.829 3 16.615q0-.213.143-.356t.357-.144h5.885q.67 0 1.143.473q.472.471.472 1.143V19.5q0 .214-.143.357T10.5 20t-.357-.143T10 19.5m3 0v-1.77q0-.67.472-1.142t1.144-.472H20.5q.214 0 .357.143t.143.356t-.143.357t-.357.144h-5.884q-.27 0-.443.173q-.173.172-.173.442V19.5q0 .214-.143.357T13.5 20t-.357-.143T13 19.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSkilletCooktopRounded(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="M6 14.346q-.846 0-1.423-.577T4 12.346V9.5q0-.213.143-.357T4.5 9h11.506q.028-.748.473-1.35t1.167-.838l3.733-1.264q.188-.067.371.03q.183.099.25.288t-.024.37t-.28.25L17.963 7.75q-.434.139-.699.516q-.264.378-.264.838v3.242q0 .827-.577 1.413T15 14.346zm4 5.154v-1.77q0-.268-.173-.441q-.173-.174-.442-.174H3.5q-.213 0-.357-.143Q3 16.829 3 16.615q0-.213.143-.356t.357-.144h5.885q.67 0 1.143.473q.472.471.472 1.143V19.5q0 .214-.143.357T10.5 20t-.357-.143T10 19.5m3 0v-1.77q0-.67.472-1.142t1.144-.472H20.5q.214 0 .357.143t.143.356t-.143.357t-.357.144h-5.884q-.27 0-.443.173q-.173.172-.173.442V19.5q0 .214-.143.357T13.5 20t-.357-.143T13 19.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.346q-.846 0-1.423-.577T4 12.346V9.5q0-.213.143-.357T4.5 9h11.506q.028-.748.473-1.35t1.167-.838l3.733-1.264q.188-.067.371.03q.183.099.25.288t-.024.37t-.28.25L17.963 7.75q-.434.139-.699.516q-.264.378-.264.838v3.242q0 .827-.577 1.413T15 14.346zm4 5.154v-1.77q0-.268-.173-.441q-.173-.174-.442-.174H3.5q-.213 0-.357-.143Q3 16.829 3 16.615q0-.213.143-.356t.357-.144h5.885q.67 0 1.143.473q.472.471.472 1.143V19.5q0 .214-.143.357T10.5 20t-.357-.143T10 19.5m3 0v-1.77q0-.67.472-1.142t1.144-.472H20.5q.214 0 .357.143t.143.356t-.143.357t-.357.144h-5.884q-.27 0-.443.173q-.173.172-.173.442V19.5q0 .214-.143.357T13.5 20t-.357-.143T13 19.5"/></svg> </template>
CSS
.icon-skillet-cooktop-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%22M6%2014.346q-.846%200-1.423-.577T4%2012.346V9.5q0-.213.143-.357T4.5%209h11.506q.028-.748.473-1.35t1.167-.838l3.733-1.264q.188-.067.371.03q.183.099.25.288t-.024.37t-.28.25L17.963%207.75q-.434.139-.699.516q-.264.378-.264.838v3.242q0%20.827-.577%201.413T15%2014.346zm4%205.154v-1.77q0-.268-.173-.441q-.173-.174-.442-.174H3.5q-.213%200-.357-.143Q3%2016.829%203%2016.615q0-.213.143-.356t.357-.144h5.885q.67%200%201.143.473q.472.471.472%201.143V19.5q0%20.214-.143.357T10.5%2020t-.357-.143T10%2019.5m3%200v-1.77q0-.67.472-1.142t1.144-.472H20.5q.214%200%20.357.143t.143.356t-.143.357t-.357.144h-5.884q-.27%200-.443.173q-.173.172-.173.442V19.5q0%20.214-.143.357T13.5%2020t-.357-.143T13%2019.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014.346q-.846%200-1.423-.577T4%2012.346V9.5q0-.213.143-.357T4.5%209h11.506q.028-.748.473-1.35t1.167-.838l3.733-1.264q.188-.067.371.03q.183.099.25.288t-.024.37t-.28.25L17.963%207.75q-.434.139-.699.516q-.264.378-.264.838v3.242q0%20.827-.577%201.413T15%2014.346zm4%205.154v-1.77q0-.268-.173-.441q-.173-.174-.442-.174H3.5q-.213%200-.357-.143Q3%2016.829%203%2016.615q0-.213.143-.356t.357-.144h5.885q.67%200%201.143.473q.472.471.472%201.143V19.5q0%20.214-.143.357T10.5%2020t-.357-.143T10%2019.5m3%200v-1.77q0-.67.472-1.142t1.144-.472H20.5q.214%200%20.357.143t.143.356t-.143.357t-.357.144h-5.884q-.27%200-.443.173q-.173.172-.173.442V19.5q0%20.214-.143.357T13.5%2020t-.357-.143T13%2019.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/skillet-cooktop-rounded.svg?color=%231a73e8&size=48