drink-margarita-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
drink-margarita-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the drink margarita icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.109 2.988a.5.5 0 0 0-.217-.976l-4.5 1a.5.5 0 0 0-.377.367l-.28 1.121H4.5A.5.5 0 0 0 4 5v3.5A2.5 2.5 0 0 0 6.5 11H7v.5a3 3 0 0 0 2.5 2.959V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.54A3 3 0 0 0 13 11.5V11h.5A2.5 2.5 0 0 0 16 8.5V5a.5.5 0 0 0-.5-.5h-3.735l.145-.579zM10.485 5.5L10.11 7H5V5.5zM5 8h4.86l-.845 3.379a.5.5 0 0 0 .97.242l.906-3.62H15v.5a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 0-.5.5v1a2 2 0 1 1-4 0v-1a.5.5 0 0 0-.5-.5h-1A1.5 1.5 0 0 1 5 8.5zm10-1h-3.86l.375-1.5H15z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrinkMargarita20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.109 2.988a.5.5 0 0 0-.217-.976l-4.5 1a.5.5 0 0 0-.377.367l-.28 1.121H4.5A.5.5 0 0 0 4 5v3.5A2.5 2.5 0 0 0 6.5 11H7v.5a3 3 0 0 0 2.5 2.959V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.54A3 3 0 0 0 13 11.5V11h.5A2.5 2.5 0 0 0 16 8.5V5a.5.5 0 0 0-.5-.5h-3.735l.145-.579zM10.485 5.5L10.11 7H5V5.5zM5 8h4.86l-.845 3.379a.5.5 0 0 0 .97.242l.906-3.62H15v.5a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 0-.5.5v1a2 2 0 1 1-4 0v-1a.5.5 0 0 0-.5-.5h-1A1.5 1.5 0 0 1 5 8.5zm10-1h-3.86l.375-1.5H15z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.109 2.988a.5.5 0 0 0-.217-.976l-4.5 1a.5.5 0 0 0-.377.367l-.28 1.121H4.5A.5.5 0 0 0 4 5v3.5A2.5 2.5 0 0 0 6.5 11H7v.5a3 3 0 0 0 2.5 2.959V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.54A3 3 0 0 0 13 11.5V11h.5A2.5 2.5 0 0 0 16 8.5V5a.5.5 0 0 0-.5-.5h-3.735l.145-.579zM10.485 5.5L10.11 7H5V5.5zM5 8h4.86l-.845 3.379a.5.5 0 0 0 .97.242l.906-3.62H15v.5a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 0-.5.5v1a2 2 0 1 1-4 0v-1a.5.5 0 0 0-.5-.5h-1A1.5 1.5 0 0 1 5 8.5zm10-1h-3.86l.375-1.5H15z"/></svg>
</template>

CSS

.icon-drink-margarita-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.109%202.988a.5.5%200%200%200-.217-.976l-4.5%201a.5.5%200%200%200-.377.367l-.28%201.121H4.5A.5.5%200%200%200%204%205v3.5A2.5%202.5%200%200%200%206.5%2011H7v.5a3%203%200%200%200%202.5%202.959V17h-2a.5.5%200%200%200%200%201h5a.5.5%200%201%200%200-1h-2v-2.54A3%203%200%200%200%2013%2011.5V11h.5A2.5%202.5%200%200%200%2016%208.5V5a.5.5%200%200%200-.5-.5h-3.735l.145-.579zM10.485%205.5L10.11%207H5V5.5zM5%208h4.86l-.845%203.379a.5.5%200%200%200%20.97.242l.906-3.62H15v.5a1.5%201.5%200%200%201-1.5%201.5h-1a.5.5%200%200%200-.5.5v1a2%202%200%201%201-4%200v-1a.5.5%200%200%200-.5-.5h-1A1.5%201.5%200%200%201%205%208.5zm10-1h-3.86l.375-1.5H15z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.109%202.988a.5.5%200%200%200-.217-.976l-4.5%201a.5.5%200%200%200-.377.367l-.28%201.121H4.5A.5.5%200%200%200%204%205v3.5A2.5%202.5%200%200%200%206.5%2011H7v.5a3%203%200%200%200%202.5%202.959V17h-2a.5.5%200%200%200%200%201h5a.5.5%200%201%200%200-1h-2v-2.54A3%203%200%200%200%2013%2011.5V11h.5A2.5%202.5%200%200%200%2016%208.5V5a.5.5%200%200%200-.5-.5h-3.735l.145-.579zM10.485%205.5L10.11%207H5V5.5zM5%208h4.86l-.845%203.379a.5.5%200%200%200%20.97.242l.906-3.62H15v.5a1.5%201.5%200%200%201-1.5%201.5h-1a.5.5%200%200%200-.5.5v1a2%202%200%201%201-4%200v-1a.5.5%200%200%200-.5-.5h-1A1.5%201.5%200%200%201%205%208.5zm10-1h-3.86l.375-1.5H15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drink-margarita-20-regular.svg?color=%231a73e8&size=48