sharp-flood from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
sharp-flood
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the sharp flood icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.67 19c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.1 1-3.34 1s-1.38-1-3.33-1s-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1c1.24 0 1.38 1 3.33 1s2.1-1 3.34-1c1.22 0 1.4 1 3.33 1s2.1-1 3.33-1c1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1m-9.99-1.5c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53l2.09.85l.74-1.86L9.78 2L2 11.61l1.57 1.23l1.39-1.78l.93 3.48c-.18-.02-.35-.05-.56-.05c-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1c1.19.01 1.42 1.01 3.33 1.01m5.36-7.32l1.42 5.31c-1.34.09-1.47-.99-3.47-.99c-.36 0-.65.04-.91.1l-.91-3.39z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpFlood(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="M18.67 19c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.1 1-3.34 1s-1.38-1-3.33-1s-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1c1.24 0 1.38 1 3.33 1s2.1-1 3.34-1c1.22 0 1.4 1 3.33 1s2.1-1 3.33-1c1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1m-9.99-1.5c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53l2.09.85l.74-1.86L9.78 2L2 11.61l1.57 1.23l1.39-1.78l.93 3.48c-.18-.02-.35-.05-.56-.05c-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1c1.19.01 1.42 1.01 3.33 1.01m5.36-7.32l1.42 5.31c-1.34.09-1.47-.99-3.47-.99c-.36 0-.65.04-.91.1l-.91-3.39z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.67 19c-1.95 0-2.09 1-3.33 1c-1.19 0-1.42-1-3.33-1c-1.95 0-2.1 1-3.34 1s-1.38-1-3.33-1s-2.1 1-3.34 1v2c1.95 0 2.11-1 3.34-1c1.24 0 1.38 1 3.33 1s2.1-1 3.34-1c1.22 0 1.4 1 3.33 1s2.1-1 3.33-1c1.22 0 1.4 1 3.33 1v-2c-1.24 0-1.38-1-3.33-1m-9.99-1.5c1.95 0 2.09-1 3.33-1c1.19 0 1.42 1 3.33 1c1.95 0 2.09-1 3.33-1c1.19 0 1.4.98 3.31 1v-2c-.63 0-1-.28-1.48-.55l-2.02-7.53l2.09.85l.74-1.86L9.78 2L2 11.61l1.57 1.23l1.39-1.78l.93 3.48c-.18-.02-.35-.05-.56-.05c-1.95 0-2.09 1-3.33 1v2c1.9 0 2.17-1 3.35-1c1.19.01 1.42 1.01 3.33 1.01m5.36-7.32l1.42 5.31c-1.34.09-1.47-.99-3.47-.99c-.36 0-.65.04-.91.1l-.91-3.39z"/></svg>
</template>

CSS

.icon-sharp-flood {
  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%22M18.67%2019c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.1%201-3.34%201s-1.38-1-3.33-1s-2.1%201-3.34%201v2c1.95%200%202.11-1%203.34-1c1.24%200%201.38%201%203.33%201s2.1-1%203.34-1c1.22%200%201.4%201%203.33%201s2.1-1%203.33-1c1.22%200%201.4%201%203.33%201v-2c-1.24%200-1.38-1-3.33-1m-9.99-1.5c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.4.98%203.31%201v-2c-.63%200-1-.28-1.48-.55l-2.02-7.53l2.09.85l.74-1.86L9.78%202L2%2011.61l1.57%201.23l1.39-1.78l.93%203.48c-.18-.02-.35-.05-.56-.05c-1.95%200-2.09%201-3.33%201v2c1.9%200%202.17-1%203.35-1c1.19.01%201.42%201.01%203.33%201.01m5.36-7.32l1.42%205.31c-1.34.09-1.47-.99-3.47-.99c-.36%200-.65.04-.91.1l-.91-3.39z%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%22M18.67%2019c-1.95%200-2.09%201-3.33%201c-1.19%200-1.42-1-3.33-1c-1.95%200-2.1%201-3.34%201s-1.38-1-3.33-1s-2.1%201-3.34%201v2c1.95%200%202.11-1%203.34-1c1.24%200%201.38%201%203.33%201s2.1-1%203.34-1c1.22%200%201.4%201%203.33%201s2.1-1%203.33-1c1.22%200%201.4%201%203.33%201v-2c-1.24%200-1.38-1-3.33-1m-9.99-1.5c1.95%200%202.09-1%203.33-1c1.19%200%201.42%201%203.33%201c1.95%200%202.09-1%203.33-1c1.19%200%201.4.98%203.31%201v-2c-.63%200-1-.28-1.48-.55l-2.02-7.53l2.09.85l.74-1.86L9.78%202L2%2011.61l1.57%201.23l1.39-1.78l.93%203.48c-.18-.02-.35-.05-.56-.05c-1.95%200-2.09%201-3.33%201v2c1.9%200%202.17-1%203.35-1c1.19.01%201.42%201.01%203.33%201.01m5.36-7.32l1.42%205.31c-1.34.09-1.47-.99-3.47-.99c-.36%200-.65.04-.91.1l-.91-3.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-flood.svg?color=%231a73e8&size=48