kettle alert icon
kettle-alert from Material Design Icons by Pictogrammers · Filled · Alert / Error · Apache-2.0 Free for personal and commercial use.
- Name
- kettle-alert
- Set
- Material Design Icons
- Style
- Filled
- Category
- Alert / Error
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- kettle-full-alert, tea-kettle-alert, tea-kettle-full-alert
1 other variant in Material Design Icons
More alert / error icons from Material Design Icons
airplane-alertalertalert-boxalert-circlealert-circle-checkalert-decagramalert-minusalert-octagonalert-octagramalert-plusalert-removealert-rhombusarchive-alertbattery-alertbattery-alert-bluetoothbattery-alert-variantbattery-charging-wireless-alertbeaker-alertbell-alertbook-alertboom-gate-alertbus-alertcalendar-alertcar-brake-alert
Use the kettle alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5 1 15 1 16.5V20c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1C12.6 9.4 11.1 9 9.5 9c-1.8 0-3.6.5-4.9 1.4C4.2 10 4 9.5 4 9c0-1.8 2.5-3.2 5.5-3.2c1.4 0 2.8.3 3.8.9l2-2C13.8 3.6 11.7 3 9.5 3m0 8c.3 0 .7 0 1 .1c-3.1.5-5.5 3.1-5.5 6.4V20H3v-2.5C3 13.9 5.9 11 9.5 11M21 13V7h2v6zm0 4v-2h2v2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiKettleAlert(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="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5 1 15 1 16.5V20c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1C12.6 9.4 11.1 9 9.5 9c-1.8 0-3.6.5-4.9 1.4C4.2 10 4 9.5 4 9c0-1.8 2.5-3.2 5.5-3.2c1.4 0 2.8.3 3.8.9l2-2C13.8 3.6 11.7 3 9.5 3m0 8c.3 0 .7 0 1 .1c-3.1.5-5.5 3.1-5.5 6.4V20H3v-2.5C3 13.9 5.9 11 9.5 11M21 13V7h2v6zm0 4v-2h2v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 3C4.8 3 1 5.7 1 9c0 1.2.5 2.3 1.4 3.3C1.5 13.5 1 15 1 16.5V20c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1 2.1C12.6 9.4 11.1 9 9.5 9c-1.8 0-3.6.5-4.9 1.4C4.2 10 4 9.5 4 9c0-1.8 2.5-3.2 5.5-3.2c1.4 0 2.8.3 3.8.9l2-2C13.8 3.6 11.7 3 9.5 3m0 8c.3 0 .7 0 1 .1c-3.1.5-5.5 3.1-5.5 6.4V20H3v-2.5C3 13.9 5.9 11 9.5 11M21 13V7h2v6zm0 4v-2h2v2z"/></svg> </template>
CSS
.icon-kettle-alert {
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%22M9.5%203C4.8%203%201%205.7%201%209c0%201.2.5%202.3%201.4%203.3C1.5%2013.5%201%2015%201%2016.5V20c0%201.1.9%202%202%202h13c1.1%200%202-.9%202-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1%202.1C12.6%209.4%2011.1%209%209.5%209c-1.8%200-3.6.5-4.9%201.4C4.2%2010%204%209.5%204%209c0-1.8%202.5-3.2%205.5-3.2c1.4%200%202.8.3%203.8.9l2-2C13.8%203.6%2011.7%203%209.5%203m0%208c.3%200%20.7%200%201%20.1c-3.1.5-5.5%203.1-5.5%206.4V20H3v-2.5C3%2013.9%205.9%2011%209.5%2011M21%2013V7h2v6zm0%204v-2h2v2z%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%22M9.5%203C4.8%203%201%205.7%201%209c0%201.2.5%202.3%201.4%203.3C1.5%2013.5%201%2015%201%2016.5V20c0%201.1.9%202%202%202h13c1.1%200%202-.9%202-2v-3.5c0-1.2-.3-2.4-1-3.5l2-2l-3-3l-2.1%202.1C12.6%209.4%2011.1%209%209.5%209c-1.8%200-3.6.5-4.9%201.4C4.2%2010%204%209.5%204%209c0-1.8%202.5-3.2%205.5-3.2c1.4%200%202.8.3%203.8.9l2-2C13.8%203.6%2011.7%203%209.5%203m0%208c.3%200%20.7%200%201%20.1c-3.1.5-5.5%203.1-5.5%206.4V20H3v-2.5C3%2013.9%205.9%2011%209.5%2011M21%2013V7h2v6zm0%204v-2h2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/kettle-alert.svg?color=%231a73e8&size=48