gift-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
gift-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the gift icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M22 7L2 7L2 11L22 11L22 7ZM12 7C9 7 7 6 7 4.5C7 3.1193 8.1193 2 9.5 2C11.5 2 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.1193 15.8807 2 14.5 2C12.5 2 12 5 12 7ZM4 11L4 22L20 22L20 11L4 11Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsGiftSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M22 7L2 7L2 11L22 11L22 7ZM12 7C9 7 7 6 7 4.5C7 3.1193 8.1193 2 9.5 2C11.5 2 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.1193 15.8807 2 14.5 2C12.5 2 12 5 12 7ZM4 11L4 22L20 22L20 11L4 11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M22 7L2 7L2 11L22 11L22 7ZM12 7C9 7 7 6 7 4.5C7 3.1193 8.1193 2 9.5 2C11.5 2 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.1193 15.8807 2 14.5 2C12.5 2 12 5 12 7ZM4 11L4 22L20 22L20 11L4 11Z"/></svg>
</template>

CSS

.icon-gift-sharp {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%207L2%207L2%2011L22%2011L22%207ZM12%207C9%207%207%206%207%204.5C7%203.1193%208.1193%202%209.5%202C11.5%202%2012%205%2012%207ZM12%207C15%207%2017%206%2017%204.5C17%203.1193%2015.8807%202%2014.5%202C12.5%202%2012%205%2012%207ZM4%2011L4%2022L20%2022L20%2011L4%2011Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%207L2%207L2%2011L22%2011L22%207ZM12%207C9%207%207%206%207%204.5C7%203.1193%208.1193%202%209.5%202C11.5%202%2012%205%2012%207ZM12%207C15%207%2017%206%2017%204.5C17%203.1193%2015.8807%202%2014.5%202C12.5%202%2012%205%2012%207ZM4%2011L4%2022L20%2022L20%2011L4%2011Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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