drink margarita icon
drink-margarita-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- drink-margarita-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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.502 2.959L9.5 14.5V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.5l-.002-.041A3 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.5zM15 7h-3.86l.375-1.5H15z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkMargarita20Filled(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.502 2.959L9.5 14.5V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.5l-.002-.041A3 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.5zM15 7h-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.502 2.959L9.5 14.5V17h-2a.5.5 0 0 0 0 1h5a.5.5 0 1 0 0-1h-2v-2.5l-.002-.041A3 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.5zM15 7h-3.86l.375-1.5H15z"/></svg> </template>
CSS
.icon-drink-margarita-20-filled {
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.502%202.959L9.5%2014.5V17h-2a.5.5%200%200%200%200%201h5a.5.5%200%201%200%200-1h-2v-2.5l-.002-.041A3%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.5zM15%207h-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.502%202.959L9.5%2014.5V17h-2a.5.5%200%200%200%200%201h5a.5.5%200%201%200%200-1h-2v-2.5l-.002-.041A3%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.5zM15%207h-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-filled.svg?color=%231a73e8&size=48