kettle icon
kettle from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- kettle
- Set
- Material Design Icons
- Style
- Filled
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- kettle-full, tea-kettle, tea-kettle-full
1 other variant in Material Design Icons
The same icon in other sets
More food / drink icons from Material Design Icons
Use the kettle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.5 3C7.81 3 4 5.69 4 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 4 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5l2-2l-3-3l-2.1 2.1A9.2 9.2 0 0 0 12.5 9c-1.85 0-3.55.53-4.95 1.41C7.19 9.97 7 9.5 7 9c0-1.79 2.46-3.25 5.5-3.25c1.43 0 2.8.33 3.83.92l2.02-2.02C16.77 3.59 14.68 3 12.5 3m0 8c.34 0 .67.04 1 .09c-3.11.48-5.5 3.16-5.5 6.41V20H6v-2.5a6.5 6.5 0 0 1 6.5-6.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiKettle(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="M12.5 3C7.81 3 4 5.69 4 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 4 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5l2-2l-3-3l-2.1 2.1A9.2 9.2 0 0 0 12.5 9c-1.85 0-3.55.53-4.95 1.41C7.19 9.97 7 9.5 7 9c0-1.79 2.46-3.25 5.5-3.25c1.43 0 2.8.33 3.83.92l2.02-2.02C16.77 3.59 14.68 3 12.5 3m0 8c.34 0 .67.04 1 .09c-3.11.48-5.5 3.16-5.5 6.41V20H6v-2.5a6.5 6.5 0 0 1 6.5-6.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="M12.5 3C7.81 3 4 5.69 4 9c0 1.19.5 2.34 1.44 3.33A6.8 6.8 0 0 0 4 16.5V20c0 1.11.89 2 2 2h13c1.11 0 2-.89 2-2v-3.5c0-1.22-.34-2.43-1-3.5l2-2l-3-3l-2.1 2.1A9.2 9.2 0 0 0 12.5 9c-1.85 0-3.55.53-4.95 1.41C7.19 9.97 7 9.5 7 9c0-1.79 2.46-3.25 5.5-3.25c1.43 0 2.8.33 3.83.92l2.02-2.02C16.77 3.59 14.68 3 12.5 3m0 8c.34 0 .67.04 1 .09c-3.11.48-5.5 3.16-5.5 6.41V20H6v-2.5a6.5 6.5 0 0 1 6.5-6.5"/></svg> </template>
CSS
.icon-kettle {
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%22M12.5%203C7.81%203%204%205.69%204%209c0%201.19.5%202.34%201.44%203.33A6.8%206.8%200%200%200%204%2016.5V20c0%201.11.89%202%202%202h13c1.11%200%202-.89%202-2v-3.5c0-1.22-.34-2.43-1-3.5l2-2l-3-3l-2.1%202.1A9.2%209.2%200%200%200%2012.5%209c-1.85%200-3.55.53-4.95%201.41C7.19%209.97%207%209.5%207%209c0-1.79%202.46-3.25%205.5-3.25c1.43%200%202.8.33%203.83.92l2.02-2.02C16.77%203.59%2014.68%203%2012.5%203m0%208c.34%200%20.67.04%201%20.09c-3.11.48-5.5%203.16-5.5%206.41V20H6v-2.5a6.5%206.5%200%200%201%206.5-6.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%22M12.5%203C7.81%203%204%205.69%204%209c0%201.19.5%202.34%201.44%203.33A6.8%206.8%200%200%200%204%2016.5V20c0%201.11.89%202%202%202h13c1.11%200%202-.89%202-2v-3.5c0-1.22-.34-2.43-1-3.5l2-2l-3-3l-2.1%202.1A9.2%209.2%200%200%200%2012.5%209c-1.85%200-3.55.53-4.95%201.41C7.19%209.97%207%209.5%207%209c0-1.79%202.46-3.25%205.5-3.25c1.43%200%202.8.33%203.83.92l2.02-2.02C16.77%203.59%2014.68%203%2012.5%203m0%208c.34%200%20.67.04%201%20.09c-3.11.48-5.5%203.16-5.5%206.41V20H6v-2.5a6.5%206.5%200%200%201%206.5-6.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/kettle.svg?color=%231a73e8&size=48