water bottle large icon

water-bottle-large-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
water-bottle-large-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the water bottle large icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 20.116h9q.27 0 .442-.174q.174-.173.174-.442v-1.77q0-.268-.174-.441q-.173-.174-.442-.174h-1.384v-6.23H13.5v-1h3q.27 0 .442-.173q.174-.173.174-.443V7.5q0-.27-.174-.442q-.173-.173-.442-.173h-9q-.27 0-.442.173q-.173.173-.173.442v1.77q0 .268.173.442q.173.172.442.172h1.385v6.232H10.5v1h-3q-.27 0-.442.173q-.173.172-.173.442V19.5q0 .27.173.442q.173.174.442.174m0 1q-.671 0-1.143-.473q-.473-.472-.473-1.143v-1.77q0-.67.473-1.142q.472-.472 1.143-.472h.385v-5.231H7.5q-.671 0-1.143-.472q-.473-.472-.473-1.144V7.5q0-.671.473-1.143q.472-.473 1.143-.473h3.192V4.5h-1v-1h4.616v1h-1v1.385H16.5q.671 0 1.143.472t.472 1.143v1.77q0 .67-.472 1.142t-1.143.472h-.385v5.232h.385q.671 0 1.143.472t.472 1.143V19.5q0 .671-.472 1.143t-1.143.472zM12 13.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWaterBottleLargeOutline(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="M7.5 20.116h9q.27 0 .442-.174q.174-.173.174-.442v-1.77q0-.268-.174-.441q-.173-.174-.442-.174h-1.384v-6.23H13.5v-1h3q.27 0 .442-.173q.174-.173.174-.443V7.5q0-.27-.174-.442q-.173-.173-.442-.173h-9q-.27 0-.442.173q-.173.173-.173.442v1.77q0 .268.173.442q.173.172.442.172h1.385v6.232H10.5v1h-3q-.27 0-.442.173q-.173.172-.173.442V19.5q0 .27.173.442q.173.174.442.174m0 1q-.671 0-1.143-.473q-.473-.472-.473-1.143v-1.77q0-.67.473-1.142q.472-.472 1.143-.472h.385v-5.231H7.5q-.671 0-1.143-.472q-.473-.472-.473-1.144V7.5q0-.671.473-1.143q.472-.473 1.143-.473h3.192V4.5h-1v-1h4.616v1h-1v1.385H16.5q.671 0 1.143.472t.472 1.143v1.77q0 .67-.472 1.142t-1.143.472h-.385v5.232h.385q.671 0 1.143.472t.472 1.143V19.5q0 .671-.472 1.143t-1.143.472zM12 13.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="M7.5 20.116h9q.27 0 .442-.174q.174-.173.174-.442v-1.77q0-.268-.174-.441q-.173-.174-.442-.174h-1.384v-6.23H13.5v-1h3q.27 0 .442-.173q.174-.173.174-.443V7.5q0-.27-.174-.442q-.173-.173-.442-.173h-9q-.27 0-.442.173q-.173.173-.173.442v1.77q0 .268.173.442q.173.172.442.172h1.385v6.232H10.5v1h-3q-.27 0-.442.173q-.173.172-.173.442V19.5q0 .27.173.442q.173.174.442.174m0 1q-.671 0-1.143-.473q-.473-.472-.473-1.143v-1.77q0-.67.473-1.142q.472-.472 1.143-.472h.385v-5.231H7.5q-.671 0-1.143-.472q-.473-.472-.473-1.144V7.5q0-.671.473-1.143q.472-.473 1.143-.473h3.192V4.5h-1v-1h4.616v1h-1v1.385H16.5q.671 0 1.143.472t.472 1.143v1.77q0 .67-.472 1.142t-1.143.472h-.385v5.232h.385q.671 0 1.143.472t.472 1.143V19.5q0 .671-.472 1.143t-1.143.472zM12 13.5"/></svg>
</template>

CSS

.icon-water-bottle-large-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%22M7.5%2020.116h9q.27%200%20.442-.174q.174-.173.174-.442v-1.77q0-.268-.174-.441q-.173-.174-.442-.174h-1.384v-6.23H13.5v-1h3q.27%200%20.442-.173q.174-.173.174-.443V7.5q0-.27-.174-.442q-.173-.173-.442-.173h-9q-.27%200-.442.173q-.173.173-.173.442v1.77q0%20.268.173.442q.173.172.442.172h1.385v6.232H10.5v1h-3q-.27%200-.442.173q-.173.172-.173.442V19.5q0%20.27.173.442q.173.174.442.174m0%201q-.671%200-1.143-.473q-.473-.472-.473-1.143v-1.77q0-.67.473-1.142q.472-.472%201.143-.472h.385v-5.231H7.5q-.671%200-1.143-.472q-.473-.472-.473-1.144V7.5q0-.671.473-1.143q.472-.473%201.143-.473h3.192V4.5h-1v-1h4.616v1h-1v1.385H16.5q.671%200%201.143.472t.472%201.143v1.77q0%20.67-.472%201.142t-1.143.472h-.385v5.232h.385q.671%200%201.143.472t.472%201.143V19.5q0%20.671-.472%201.143t-1.143.472zM12%2013.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%22M7.5%2020.116h9q.27%200%20.442-.174q.174-.173.174-.442v-1.77q0-.268-.174-.441q-.173-.174-.442-.174h-1.384v-6.23H13.5v-1h3q.27%200%20.442-.173q.174-.173.174-.443V7.5q0-.27-.174-.442q-.173-.173-.442-.173h-9q-.27%200-.442.173q-.173.173-.173.442v1.77q0%20.268.173.442q.173.172.442.172h1.385v6.232H10.5v1h-3q-.27%200-.442.173q-.173.172-.173.442V19.5q0%20.27.173.442q.173.174.442.174m0%201q-.671%200-1.143-.473q-.473-.472-.473-1.143v-1.77q0-.67.473-1.142q.472-.472%201.143-.472h.385v-5.231H7.5q-.671%200-1.143-.472q-.473-.472-.473-1.144V7.5q0-.671.473-1.143q.472-.473%201.143-.473h3.192V4.5h-1v-1h4.616v1h-1v1.385H16.5q.671%200%201.143.472t.472%201.143v1.77q0%20.67-.472%201.142t-1.143.472h-.385v5.232h.385q.671%200%201.143.472t.472%201.143V19.5q0%20.671-.472%201.143t-1.143.472zM12%2013.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/water-bottle-large-outline.svg?color=%231a73e8&size=48