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

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

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="m14.07 11.258l-.695-.683L15.66 8h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h11.672q.425 0 .676.29q.252.289.252.633q0 .16-.061.314q-.062.154-.185.302zM7.5 20.5q-.213 0-.357-.143T7 20t.143-.357t.357-.143h4v-6.579l-8.4-8.4q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38 16.378q.145.147.155.345t-.156.363q-.165.166-.356.166q-.192 0-.357-.166l-6.973-6.973L12.5 19.5h4q.214 0 .357.143T17 20t-.143.357t-.357.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNoDrinksOutlineRounded(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="m14.07 11.258l-.695-.683L15.66 8h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h11.672q.425 0 .676.29q.252.289.252.633q0 .16-.061.314q-.062.154-.185.302zM7.5 20.5q-.213 0-.357-.143T7 20t.143-.357t.357-.143h4v-6.579l-8.4-8.4q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38 16.378q.145.147.155.345t-.156.363q-.165.166-.356.166q-.192 0-.357-.166l-6.973-6.973L12.5 19.5h4q.214 0 .357.143T17 20t-.143.357t-.357.143z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.07 11.258l-.695-.683L15.66 8h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h11.672q.425 0 .676.29q.252.289.252.633q0 .16-.061.314q-.062.154-.185.302zM7.5 20.5q-.213 0-.357-.143T7 20t.143-.357t.357-.143h4v-6.579l-8.4-8.4q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38 16.378q.145.147.155.345t-.156.363q-.165.166-.356.166q-.192 0-.357-.166l-6.973-6.973L12.5 19.5h4q.214 0 .357.143T17 20t-.143.357t-.357.143z"/></svg>
</template>

CSS

.icon-no-drinks-outline-rounded {
  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%22m14.07%2011.258l-.695-.683L15.66%208h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h11.672q.425%200%20.676.29q.252.289.252.633q0%20.16-.061.314q-.062.154-.185.302zM7.5%2020.5q-.213%200-.357-.143T7%2020t.143-.357t.357-.143h4v-6.579l-8.4-8.4q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38%2016.378q.145.147.155.345t-.156.363q-.165.166-.356.166q-.192%200-.357-.166l-6.973-6.973L12.5%2019.5h4q.214%200%20.357.143T17%2020t-.143.357t-.357.143z%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%22m14.07%2011.258l-.695-.683L15.66%208h-4.854l-.994-1h6.738l1.8-2H7.811l-1-1h11.672q.425%200%20.676.29q.252.289.252.633q0%20.16-.061.314q-.062.154-.185.302zM7.5%2020.5q-.213%200-.357-.143T7%2020t.143-.357t.357-.143h4v-6.579l-8.4-8.4q-.14-.14-.15-.341t.15-.366q.165-.166.357-.166t.356.166l16.38%2016.378q.145.147.155.345t-.156.363q-.165.166-.356.166q-.192%200-.357-.166l-6.973-6.973L12.5%2019.5h4q.214%200%20.357.143T17%2020t-.143.357t-.357.143z%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-rounded.svg?color=%231a73e8&size=48