kettle-alert-outline from Material Design Icons by Pictogrammers · Outline · Alert / Error · Apache-2.0 Free for personal and commercial use.

Name
kettle-alert-outline
Set
Material Design Icons
Style
Outline
Category
Alert / Error
Viewbox
24×24
License
Apache 2.0
Aliases
kettle-empty-alert, tea-kettle-alert-outline, tea-kettle-empty-alert

1 other variant in Material Design Icons

More alert / error icons from Material Design Icons

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.1c-2.9-1.6-6.5-1.5-9.3.3C4.2 10 4 9.5 4 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2C13.6 3.5 11.6 3 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m11 .5V7h2v6zm0 4v-2h2v2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiKettleAlertOutline(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.1c-2.9-1.6-6.5-1.5-9.3.3C4.2 10 4 9.5 4 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2C13.6 3.5 11.6 3 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m11 .5V7h2v6zm0 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.1c-2.9-1.6-6.5-1.5-9.3.3C4.2 10 4 9.5 4 9c0-1.8 2.5-3.3 5.5-3.3c1.4 0 2.8.4 3.8 1l2-2C13.6 3.5 11.6 3 9.5 3m0 8c3.5 0 6.5 3 6.5 5.5V20H3v-3.5C3 14 6 11 9.5 11m.5 1.5c-3 0-5 1.5-5 4.5v1h2v-1c0-1 0-3.5 3-4.5m11 .5V7h2v6zm0 4v-2h2v2z"/></svg>
</template>

CSS

.icon-kettle-alert-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%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.1c-2.9-1.6-6.5-1.5-9.3.3C4.2%2010%204%209.5%204%209c0-1.8%202.5-3.3%205.5-3.3c1.4%200%202.8.4%203.8%201l2-2C13.6%203.5%2011.6%203%209.5%203m0%208c3.5%200%206.5%203%206.5%205.5V20H3v-3.5C3%2014%206%2011%209.5%2011m.5%201.5c-3%200-5%201.5-5%204.5v1h2v-1c0-1%200-3.5%203-4.5m11%20.5V7h2v6zm0%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.1c-2.9-1.6-6.5-1.5-9.3.3C4.2%2010%204%209.5%204%209c0-1.8%202.5-3.3%205.5-3.3c1.4%200%202.8.4%203.8%201l2-2C13.6%203.5%2011.6%203%209.5%203m0%208c3.5%200%206.5%203%206.5%205.5V20H3v-3.5C3%2014%206%2011%209.5%2011m.5%201.5c-3%200-5%201.5-5%204.5v1h2v-1c0-1%200-3.5%203-4.5m11%20.5V7h2v6zm0%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-outline.svg?color=%231a73e8&size=48