no-drinks-outline from Material Symbols Light by Google · Outline · Travel · Apache-2.0 Free for personal and commercial use.

Name
no-drinks-outline
Set
Material Symbols Light
Style
Outline
Category
Travel
Viewbox
24×24
License
Apache 2.0
Aliases
no-drinks-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More travel icons from Material Symbols Light

Use the no drinks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 20.5v-1h4.5v-6.573l-8.754-8.76l.708-.713l17.092 17.092l-.713.714l-7.333-7.333V19.5H17v1zm7.07-9.242l-.695-.683L15.66 8h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h12.843v1zm-1.99-1.983"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoDrinksOutline(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 20.5v-1h4.5v-6.573l-8.754-8.76l.708-.713l17.092 17.092l-.713.714l-7.333-7.333V19.5H17v1zm7.07-9.242l-.695-.683L15.66 8h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h12.843v1zm-1.99-1.983"/></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 20.5v-1h4.5v-6.573l-8.754-8.76l.708-.713l17.092 17.092l-.713.714l-7.333-7.333V19.5H17v1zm7.07-9.242l-.695-.683L15.66 8h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h12.843v1zm-1.99-1.983"/></svg>
</template>

CSS

.icon-no-drinks-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%2020.5v-1h4.5v-6.573l-8.754-8.76l.708-.713l17.092%2017.092l-.713.714l-7.333-7.333V19.5H17v1zm7.07-9.242l-.695-.683L15.66%208h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h12.843v1zm-1.99-1.983%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%2020.5v-1h4.5v-6.573l-8.754-8.76l.708-.713l17.092%2017.092l-.713.714l-7.333-7.333V19.5H17v1zm7.07-9.242l-.695-.683L15.66%208h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h12.843v1zm-1.99-1.983%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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