drink margarita icon
drink-margarita-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- drink-margarita-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M20.49 2.627a.75.75 0 0 1-.617.863l-5.49.915l-.118.595h3.985a.75.75 0 0 1 .75.75v4a3.25 3.25 0 0 1-3 3.24v.51c0 1.953-1.4 3.579-3.25 3.93v3.07h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5v-3.07A4 4 0 0 1 8 13.5v-.51a3.25 3.25 0 0 1-3-3.24v-4A.75.75 0 0 1 5.75 5h6.985l.28-1.397a.75.75 0 0 1 .612-.593l6-1a.75.75 0 0 1 .863.617M11.985 8.75l.45-2.25H6.5v2.25zm5.515 0V6.5h-3.535l-.45 2.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkMargarita24Filled(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 2.627a.75.75 0 0 1-.617.863l-5.49.915l-.118.595h3.985a.75.75 0 0 1 .75.75v4a3.25 3.25 0 0 1-3 3.24v.51c0 1.953-1.4 3.579-3.25 3.93v3.07h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5v-3.07A4 4 0 0 1 8 13.5v-.51a3.25 3.25 0 0 1-3-3.24v-4A.75.75 0 0 1 5.75 5h6.985l.28-1.397a.75.75 0 0 1 .612-.593l6-1a.75.75 0 0 1 .863.617M11.985 8.75l.45-2.25H6.5v2.25zm5.515 0V6.5h-3.535l-.45 2.25z"/></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 2.627a.75.75 0 0 1-.617.863l-5.49.915l-.118.595h3.985a.75.75 0 0 1 .75.75v4a3.25 3.25 0 0 1-3 3.24v.51c0 1.953-1.4 3.579-3.25 3.93v3.07h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5v-3.07A4 4 0 0 1 8 13.5v-.51a3.25 3.25 0 0 1-3-3.24v-4A.75.75 0 0 1 5.75 5h6.985l.28-1.397a.75.75 0 0 1 .612-.593l6-1a.75.75 0 0 1 .863.617M11.985 8.75l.45-2.25H6.5v2.25zm5.515 0V6.5h-3.535l-.45 2.25z"/></svg> </template>
CSS
.icon-drink-margarita-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.49%202.627a.75.75%200%200%201-.617.863l-5.49.915l-.118.595h3.985a.75.75%200%200%201%20.75.75v4a3.25%203.25%200%200%201-3%203.24v.51c0%201.953-1.4%203.579-3.25%203.93v3.07h2.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5h2.5v-3.07A4%204%200%200%201%208%2013.5v-.51a3.25%203.25%200%200%201-3-3.24v-4A.75.75%200%200%201%205.75%205h6.985l.28-1.397a.75.75%200%200%201%20.612-.593l6-1a.75.75%200%200%201%20.863.617M11.985%208.75l.45-2.25H6.5v2.25zm5.515%200V6.5h-3.535l-.45%202.25z%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%202.627a.75.75%200%200%201-.617.863l-5.49.915l-.118.595h3.985a.75.75%200%200%201%20.75.75v4a3.25%203.25%200%200%201-3%203.24v.51c0%201.953-1.4%203.579-3.25%203.93v3.07h2.5a.75.75%200%200%201%200%201.5h-6.5a.75.75%200%200%201%200-1.5h2.5v-3.07A4%204%200%200%201%208%2013.5v-.51a3.25%203.25%200%200%201-3-3.24v-4A.75.75%200%200%201%205.75%205h6.985l.28-1.397a.75.75%200%200%201%20.612-.593l6-1a.75.75%200%200%201%20.863.617M11.985%208.75l.45-2.25H6.5v2.25zm5.515%200V6.5h-3.535l-.45%202.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drink-margarita-24-filled.svg?color=%231a73e8&size=48