round-no-drinks from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
round-no-drinks
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the round 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="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l7.54 7.54L11 14v5H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.32 0 .59-.16.78-.4l1.3 1.3a.996.996 0 1 0 1.41-1.41M13 19v-3.17L16.17 19zM7.83 5l-2-2h13.72c.8 0 1.45.65 1.45 1.45c0 .35-.13.7-.37.96l-5.83 6.56L9.83 7h6.74l1.78-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundNoDrinks(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="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l7.54 7.54L11 14v5H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.32 0 .59-.16.78-.4l1.3 1.3a.996.996 0 1 0 1.41-1.41M13 19v-3.17L16.17 19zM7.83 5l-2-2h13.72c.8 0 1.45.65 1.45 1.45c0 .35-.13.7-.37.96l-5.83 6.56L9.83 7h6.74l1.78-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.49 20.49L3.51 3.51A.996.996 0 1 0 2.1 4.92l7.54 7.54L11 14v5H7c-.55 0-1 .45-1 1s.45 1 1 1h10c.32 0 .59-.16.78-.4l1.3 1.3a.996.996 0 1 0 1.41-1.41M13 19v-3.17L16.17 19zM7.83 5l-2-2h13.72c.8 0 1.45.65 1.45 1.45c0 .35-.13.7-.37.96l-5.83 6.56L9.83 7h6.74l1.78-2z"/></svg>
</template>

CSS

.icon-round-no-drinks {
  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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l7.54%207.54L11%2014v5H7c-.55%200-1%20.45-1%201s.45%201%201%201h10c.32%200%20.59-.16.78-.4l1.3%201.3a.996.996%200%201%200%201.41-1.41M13%2019v-3.17L16.17%2019zM7.83%205l-2-2h13.72c.8%200%201.45.65%201.45%201.45c0%20.35-.13.7-.37.96l-5.83%206.56L9.83%207h6.74l1.78-2z%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%22M20.49%2020.49L3.51%203.51A.996.996%200%201%200%202.1%204.92l7.54%207.54L11%2014v5H7c-.55%200-1%20.45-1%201s.45%201%201%201h10c.32%200%20.59-.16.78-.4l1.3%201.3a.996.996%200%201%200%201.41-1.41M13%2019v-3.17L16.17%2019zM7.83%205l-2-2h13.72c.8%200%201.45.65%201.45%201.45c0%20.35-.13.7-.37.96l-5.83%206.56L9.83%207h6.74l1.78-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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