kettle icon
kettle-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- kettle-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- kettle-empty, tea-kettle-empty, tea-kettle-outline
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.8 3 4 5.7 4 9c0 1.2.5 2.3 1.4 3.3A6.8 6.8 0 0 0 4 16.5V20c0 1.1.9 2 2 2h13a2 2 0 0 0 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1a9.2 9.2 0 0 0-9.3.3A2 2 0 0 1 7 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2A10 10 0 0 0 12.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H6v-3.5C6 14 9 11 12.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiKettleOutline(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.8 3 4 5.7 4 9c0 1.2.5 2.3 1.4 3.3A6.8 6.8 0 0 0 4 16.5V20c0 1.1.9 2 2 2h13a2 2 0 0 0 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1a9.2 9.2 0 0 0-9.3.3A2 2 0 0 1 7 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2A10 10 0 0 0 12.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H6v-3.5C6 14 9 11 12.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.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.8 3 4 5.7 4 9c0 1.2.5 2.3 1.4 3.3A6.8 6.8 0 0 0 4 16.5V20c0 1.1.9 2 2 2h13a2 2 0 0 0 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1a9.2 9.2 0 0 0-9.3.3A2 2 0 0 1 7 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2A10 10 0 0 0 12.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H6v-3.5C6 14 9 11 12.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5"/></svg> </template>
CSS
.icon-kettle-outline {
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.8%203%204%205.7%204%209c0%201.2.5%202.3%201.4%203.3A6.8%206.8%200%200%200%204%2016.5V20c0%201.1.9%202%202%202h13a2%202%200%200%200%202-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1%202.1a9.2%209.2%200%200%200-9.3.3A2%202%200%200%201%207%209c0-1.8%202.5-3.3%205.5-3.3c1.4%200%202.8.4%203.8%201l2-2A10%2010%200%200%200%2012.5%203m0%208c3.5%200%206.5%203%206.5%205.5V20H6v-3.5C6%2014%209%2011%2012.5%2011m.5%201.5c-3%200-5%201.5-5%204.5v1h2v-1c0-1%200-3.5%203-4.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.8%203%204%205.7%204%209c0%201.2.5%202.3%201.4%203.3A6.8%206.8%200%200%200%204%2016.5V20c0%201.1.9%202%202%202h13a2%202%200%200%200%202-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1%202.1a9.2%209.2%200%200%200-9.3.3A2%202%200%200%201%207%209c0-1.8%202.5-3.3%205.5-3.3c1.4%200%202.8.4%203.8%201l2-2A10%2010%200%200%200%2012.5%203m0%208c3.5%200%206.5%203%206.5%205.5V20H6v-3.5C6%2014%209%2011%2012.5%2011m.5%201.5c-3%200-5%201.5-5%204.5v1h2v-1c0-1%200-3.5%203-4.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/kettle-outline.svg?color=%231a73e8&size=48