gift-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
gift-fill
Set
Keyline Icons
Style
Fill
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M1 8C1 6.895431 1.895431 6 3 6L21 6C22.104569 6 23 6.895431 23 8L23 10C23 11.104569 22.104569 12 21 12L21 12L21 19C21 21.209139 19.209139 23 17 23L7 23C4.790861 23 3 21.209139 3 19L3 12L3 12C1.895431 12 1 11.104569 1 10ZM3 8H21V10H3Z" clip-rule="evenodd" stroke="none"/><path d="M12 7C9 7 7 6 7 4.5C7 3.11929 8.11929 2 9.5 2C11.5 2 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.11929 15.8807 2 14.5 2C12.5 2 12 5 12 7Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsGiftFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillRule="evenodd" d="M1 8C1 6.895431 1.895431 6 3 6L21 6C22.104569 6 23 6.895431 23 8L23 10C23 11.104569 22.104569 12 21 12L21 12L21 19C21 21.209139 19.209139 23 17 23L7 23C4.790861 23 3 21.209139 3 19L3 12L3 12C1.895431 12 1 11.104569 1 10ZM3 8H21V10H3Z" clipRule="evenodd" stroke="none"/><path d="M12 7C9 7 7 6 7 4.5C7 3.11929 8.11929 2 9.5 2C11.5 2 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.11929 15.8807 2 14.5 2C12.5 2 12 5 12 7Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M1 8C1 6.895431 1.895431 6 3 6L21 6C22.104569 6 23 6.895431 23 8L23 10C23 11.104569 22.104569 12 21 12L21 12L21 19C21 21.209139 19.209139 23 17 23L7 23C4.790861 23 3 21.209139 3 19L3 12L3 12C1.895431 12 1 11.104569 1 10ZM3 8H21V10H3Z" clip-rule="evenodd" stroke="none"/><path d="M12 7C9 7 7 6 7 4.5C7 3.11929 8.11929 2 9.5 2C11.5 2 12 5 12 7ZM12 7C15 7 17 6 17 4.5C17 3.11929 15.8807 2 14.5 2C12.5 2 12 5 12 7Z"/></g></svg>
</template>

CSS

.icon-gift-fill {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208C1%206.895431%201.895431%206%203%206L21%206C22.104569%206%2023%206.895431%2023%208L23%2010C23%2011.104569%2022.104569%2012%2021%2012L21%2012L21%2019C21%2021.209139%2019.209139%2023%2017%2023L7%2023C4.790861%2023%203%2021.209139%203%2019L3%2012L3%2012C1.895431%2012%201%2011.104569%201%2010ZM3%208H21V10H3Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%207C9%207%207%206%207%204.5C7%203.11929%208.11929%202%209.5%202C11.5%202%2012%205%2012%207ZM12%207C15%207%2017%206%2017%204.5C17%203.11929%2015.8807%202%2014.5%202C12.5%202%2012%205%2012%207Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208C1%206.895431%201.895431%206%203%206L21%206C22.104569%206%2023%206.895431%2023%208L23%2010C23%2011.104569%2022.104569%2012%2021%2012L21%2012L21%2019C21%2021.209139%2019.209139%2023%2017%2023L7%2023C4.790861%2023%203%2021.209139%203%2019L3%2012L3%2012C1.895431%2012%201%2011.104569%201%2010ZM3%208H21V10H3Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M12%207C9%207%207%206%207%204.5C7%203.11929%208.11929%202%209.5%202C11.5%202%2012%205%2012%207ZM12%207C15%207%2017%206%2017%204.5C17%203.11929%2015.8807%202%2014.5%202C12.5%202%2012%205%2012%207Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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