gift-off from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
gift-off
Set
Material Design Icons
Style
Filled
Category
Holiday
Viewbox
24×24
License
Apache 2.0
Aliases
donate-off, package-off, present-off

1 other variant in Material Design Icons

The same icon in other sets

More holiday icons from Material Design Icons

Use the gift off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.11 3l3.03 3.04H3a2 2 0 0 0-2 2v2c0 .55.45 1 1 1h7.15l1 1H2v8c0 1.1.9 2 2 2h16c.05 0 .09-.01.13-.04l1.43 1.45l1.27-1.27L2.39 1.73zM11 12.89l2 2v5.15h-2zm11-.85v6.76l-6.76-6.76zm-1-6h-3.17C19 2.77 14.6.455 12.57 3.28l-.57.76l-.57-.78C10.8 2.37 9.93 2 9.06 1.97c-1-.01-1.98.53-2.56 1.33l1.54 1.54c.09-.46.46-.8.96-.8c.89 0 1.34 1.08.71 1.71c-.15.14-.32.25-.5.25l2.03 2.04H13V9.8l1.24 1.24H22c.55 0 1-.45 1-1v-2c0-1.11-.89-2-2-2m-5.29-.29c-.63.63-1.71.18-1.71-.71c0-.54.45-1 1-1c.89 0 1.34 1.08.71 1.71"/></svg>

React

import type { SVGProps } from "react";

export function MdiGiftOff(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="m1.11 3l3.03 3.04H3a2 2 0 0 0-2 2v2c0 .55.45 1 1 1h7.15l1 1H2v8c0 1.1.9 2 2 2h16c.05 0 .09-.01.13-.04l1.43 1.45l1.27-1.27L2.39 1.73zM11 12.89l2 2v5.15h-2zm11-.85v6.76l-6.76-6.76zm-1-6h-3.17C19 2.77 14.6.455 12.57 3.28l-.57.76l-.57-.78C10.8 2.37 9.93 2 9.06 1.97c-1-.01-1.98.53-2.56 1.33l1.54 1.54c.09-.46.46-.8.96-.8c.89 0 1.34 1.08.71 1.71c-.15.14-.32.25-.5.25l2.03 2.04H13V9.8l1.24 1.24H22c.55 0 1-.45 1-1v-2c0-1.11-.89-2-2-2m-5.29-.29c-.63.63-1.71.18-1.71-.71c0-.54.45-1 1-1c.89 0 1.34 1.08.71 1.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m1.11 3l3.03 3.04H3a2 2 0 0 0-2 2v2c0 .55.45 1 1 1h7.15l1 1H2v8c0 1.1.9 2 2 2h16c.05 0 .09-.01.13-.04l1.43 1.45l1.27-1.27L2.39 1.73zM11 12.89l2 2v5.15h-2zm11-.85v6.76l-6.76-6.76zm-1-6h-3.17C19 2.77 14.6.455 12.57 3.28l-.57.76l-.57-.78C10.8 2.37 9.93 2 9.06 1.97c-1-.01-1.98.53-2.56 1.33l1.54 1.54c.09-.46.46-.8.96-.8c.89 0 1.34 1.08.71 1.71c-.15.14-.32.25-.5.25l2.03 2.04H13V9.8l1.24 1.24H22c.55 0 1-.45 1-1v-2c0-1.11-.89-2-2-2m-5.29-.29c-.63.63-1.71.18-1.71-.71c0-.54.45-1 1-1c.89 0 1.34 1.08.71 1.71"/></svg>
</template>

CSS

.icon-gift-off {
  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%22m1.11%203l3.03%203.04H3a2%202%200%200%200-2%202v2c0%20.55.45%201%201%201h7.15l1%201H2v8c0%201.1.9%202%202%202h16c.05%200%20.09-.01.13-.04l1.43%201.45l1.27-1.27L2.39%201.73zM11%2012.89l2%202v5.15h-2zm11-.85v6.76l-6.76-6.76zm-1-6h-3.17C19%202.77%2014.6.455%2012.57%203.28l-.57.76l-.57-.78C10.8%202.37%209.93%202%209.06%201.97c-1-.01-1.98.53-2.56%201.33l1.54%201.54c.09-.46.46-.8.96-.8c.89%200%201.34%201.08.71%201.71c-.15.14-.32.25-.5.25l2.03%202.04H13V9.8l1.24%201.24H22c.55%200%201-.45%201-1v-2c0-1.11-.89-2-2-2m-5.29-.29c-.63.63-1.71.18-1.71-.71c0-.54.45-1%201-1c.89%200%201.34%201.08.71%201.71%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%22m1.11%203l3.03%203.04H3a2%202%200%200%200-2%202v2c0%20.55.45%201%201%201h7.15l1%201H2v8c0%201.1.9%202%202%202h16c.05%200%20.09-.01.13-.04l1.43%201.45l1.27-1.27L2.39%201.73zM11%2012.89l2%202v5.15h-2zm11-.85v6.76l-6.76-6.76zm-1-6h-3.17C19%202.77%2014.6.455%2012.57%203.28l-.57.76l-.57-.78C10.8%202.37%209.93%202%209.06%201.97c-1-.01-1.98.53-2.56%201.33l1.54%201.54c.09-.46.46-.8.96-.8c.89%200%201.34%201.08.71%201.71c-.15.14-.32.25-.5.25l2.03%202.04H13V9.8l1.24%201.24H22c.55%200%201-.45%201-1v-2c0-1.11-.89-2-2-2m-5.29-.29c-.63.63-1.71.18-1.71-.71c0-.54.45-1%201-1c.89%200%201.34%201.08.71%201.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/gift-off.svg?color=%231a73e8&size=48